Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Property Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Uncategorized
  3. X2 Advance Dashboard v 17.0
  4. Sales Conditions FAQ

X2 Advance Dashboard

by X2soft
Odoo

$ 353.01

v 17.0 Third Party
Live Preview
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 9229
Technical Name x2_advance_dashboard
LicenseOPL-1
Versions 17.0 18.0 19.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 9229
Technical Name x2_advance_dashboard
LicenseOPL-1
Versions 17.0 18.0 19.0
  • Description
  • License

x2_advance_dashboard v1.0 User Manual

Module x2_advance_dashboard Cards Tile / List / Chart (Line, Bar, Pie, Scatter, Radar, Gauge, Funnel) / Calendar Support Import / Export JSON

Contents

  • 1. Overview
  • 2. Interaction (Click / Ctrl+Click)
  • 2.1 Theme
  • 3. Tile
  • 4. List (Detail / Summary)
  • 5. Chart (Line / Bar / Pie / ...)
  • 6. Scatter (2D)
  • 7. Drilldown
  • 8. Import / Export
  • 9. FAQ

1. Overview

x2_advance_dashboard is a draggable dashboard module. You can create Boards and add Cards. Supported card types include Tile KPI, List detail/summary, Chart multiple charts, and Calendar calendar view.

You can access the demo site for testing via the following link:
https://demo.x2soft.cn
Username: ap_manager
Password: a

✓
Key Features
  • Drag cards to resize/reposition; layout is saved automatically.
  • Build charts/lists using Model + Domain + Metrics.
  • Click charts/values to drill down to record list (and open Form view).
  • Export/Import JSON (cross-environment migration).
Dashboard overview

2. Interaction (Click / Ctrl+Click)

To avoid replacing the current dashboard while still supporting quick preview, drilldown follows these rules:

i
  • Click: Open in the current page (current). Best for browsing and opening Form from the list.
  • Ctrl / Cmd / Shift + Click (and middle click): Open as a dialog preview (dialog/new). Good for quick look; not recommended for deep navigation into forms.
Click vs Ctrl+Click

2.1 Theme

The dashboard supports theme switching to unify card backgrounds, chart colors, and list toolbars. The theme usually applies immediately (if you see caching issues, refresh the browser).

✓
How to use
  • Click the ⚙ menu on the top-right of the dashboard.
  • Find the Theme option and select a theme.
  • The theme affects: card container, list toolbar, chart background, etc.
!
Tip
  • If some cards do not update immediately after switching theme, refresh the card or reopen the board.
Theme switching

3. Tile

Tile displays a single KPI value (e.g., order count, total amount, average, etc.).

3.1 Key settings

  • Query Model: Select the model (e.g., sale.order).
  • Domain: Filter records (e.g., state in sale/done).
  • Metric Agg: Aggregation (count / sum / avg / min / max).
  • Measure Field: Required when Agg ≠ count (e.g., amount_total).
  • Format: Only Tile supports Compact and Empty as 0 (Charts do not).
Tile setting 1
Tile setting 2

3.2 Common examples

  • Order Count: Agg=count; Group By empty; Domain=confirmed orders.
  • Total Amount: Agg=sum; Measure=amount_total.
  • Empty value handling: Enable “Empty as 0”.

4. List (Detail / Summary)

List supports two modes: Detail and Summary. The mode depends on whether Group By is empty. Group By is always visible.

✓
  • Group By empty → Detail mode: shows record list.
  • Group By not empty → Summary mode: shows grouped aggregation.
  • Compact / Empty as 0: available and effective only in Summary mode.
List detail
List Detail (Group By empty)
List summary
List Summary (Group By not empty)
Recommendation: which mode to use?
  • Need to view each record → Detail mode (leave Group By empty).
  • Need KPI comparison by category → Summary mode (set Group By).
  • Numbers too large → enable Compact in Summary mode.

5. Chart (Line / Bar / Pie / Scatter / Radar / Gauge / Funnel)

Charts visualize trends and category comparisons. Current version: Group By is a single field.

5.1 Common settings

  • Query Model + Domain: define data scope.
  • Metric Agg + Measure Field: defines the Y metric (Measure required when Agg ≠ count).
  • Group By Field (single field): category/series split.
  • Time (optional): Date Field + Time Granularity + Time Range for time-based charts.
  • Format: Charts do not support Compact / Empty as 0 (hidden to avoid confusion).
Chart setting
Chart settings

5.2 Bar

  • Category comparison: set Group By; no Date Field.
  • Time trend: set Date Field + Granularity; optional Group By for multiple series.

5.3 Line

  • For trends, use Date Field + Granularity (day/week/month).
  • Without time, Line becomes a “category-axis line” (points ordered by Group By).

5.4 Pie / Funnel / Gauge

  • Pie/Funnel: typically need Group By (composition of one dimension).
  • Gauge: single KPI value; usually no Group By.

6. Scatter (2D)

Scatter analyzes the relationship between two metrics. Each point represents one Group (e.g., a customer or salesperson). Current implementation: one series per Group (legend available) and tooltip shows X/Y.

!
Note: If Group has too many values (e.g., too many customers), the legend becomes long. Use Domain to narrow scope or choose a Group By with fewer categories (e.g., salesperson).

6.1 Settings

  • X Metric: X Metric Agg + X Measure Field (Measure required when Agg ≠ count).
  • Y Metric: Metric Agg + Measure Field (as Y).
  • Group By Field: each group becomes one point/one legend item.
Scatter setting
Scatter settings

6.2 How to read

  • Top-right: high X and high Y → strong performers.
  • Bottom-right: high X but low Y → possible structural difference or anomaly.
  • Top-left: low X but high Y → “few but big” cases.
  • Bottom-left: low X and low Y → low-value/low-frequency cases.
Scatter result
Scatter result

7. Drilldown

Drilldown opens a record list from a chart/value, and you can open Form for a single record.

7.1 How to trigger

  • Tile: click the KPI value.
  • Chart: click a point/bar/slice.
  • List: open from the card menu (or click group rows in Summary).

7.2 Open mode

  • Click: open in current page → can open Form from list.
  • Ctrl/Cmd/Shift + Click: dialog preview → quick look.
Drilldown list
Drilldown list

8. Import / Export

8.1 Export

  1. Open the board management menu.
  2. Select “Export JSON”.
  3. Save for backup/migration.

8.2 Import

  1. Select “Import JSON” on the target system.
  2. Paste/upload the spec and confirm.
  3. If a model/field is missing, incompatible items will be skipped with warnings.
Import export
Import / Export entry
Compatibility notes
  • Group By is a single field. If an old spec contains multiple groupbys, only the first one is used (with a warning).
  • Scatter import/export includes X Metric and Y Metric settings.

9. FAQ

Q1: Why don’t I see Compact / Empty as 0 in Charts?

By design, Compact / Empty as 0 only apply to Tile and List Summary. Charts do not support them and the options are hidden to avoid confusion.

Q2: Why does List sometimes show detail and sometimes summary?

List mode is controlled by Group By: empty = Detail, not empty = Summary. Group By is always visible so you can switch anytime.

Q3: Why can’t I open Form when using Ctrl+Click drilldown?

Ctrl/Cmd/Shift+Click opens a dialog preview. Use normal Click (current mode) if you want to open Form from the list.

Q4: Scatter legend is too long. What can I do?

It means the Group By has too many categories. Narrow with Domain or choose a Group By with fewer values (e.g., salesperson).

Should you have any questions or other specific customization requirements, don't hesitate to reach out to me

Mail: yuze@x2soft.cn

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with