Troubleshooting

Updated 11 July 2026

Fix common problems – missing menus, empty widgets, access errors, and more.

Overview

Most Advance Dashboard issues fall into a few categories: installation and access (cannot see the app or a dashboard), empty or wrong data (widgets show zero or errors), and configuration mistakes (date filters, SQL queries, or permissions). This chapter lists the most common problems and how to fix them step by step.

Work through the checklist from top to bottom – many issues are resolved by refreshing the browser, checking permissions, or setting a date filter field on a widget.

How It Works

Advance Dashboard reads data from your Odoo database in real time. If something looks wrong, the cause is usually one of: the app is not fully installed, the user lacks permission, the related Odoo app (Sales, HR, etc.) is not installed, the widget is missing a date filter field, or a Custom SQL query has an error. The tables below help you match your symptom to the right fix.

Step-by-Step – General Fixes

Refresh your browser
Check your user role
Confirm the app is installed
Check dashboard access
Verify the related Odoo app
Set the widget Date Filter Field
Preview SQL queries
Contact your administrator

Problem & Solution Reference

Field Explanations

Advance Dashboard menu not visible

The app icon missing from the Odoo home screen. Usually fixed by installing the module and assigning the User security role, then refreshing the browser.

You do not have access to this dashboard

The dashboard has Allowed Groups or Allowed Users set and your account is not included. Managers can always open every dashboard.

Widget shows 0 or empty chart

Often means no records match the current filters and date period – not necessarily a bug. Try widening the date range or checking if the source Odoo app has data.

Date Filter Field not set

Without this field on the widget, the dashboard date picker does not filter that widget’s data. Each widget needs its own Date Filter Field configured.

SQL query failed

Custom SQL widgets run read-only SELECT queries. Errors appear on the widget and in Preview Query. Common causes: typos, wrong table names, or using UPDATE/DELETE (not allowed).

Drill-down not available

Only widgets with Odoo Model data source support drill-down. SQL widgets and List View widgets behave differently – see the drill-down chapter.

Demo dashboards show no data

Demo layouts connect to real Odoo data. If the Sales app is not installed, Sales demo widgets have nothing to display. Install the app first, then import demos.

Import JSON failed

The uploaded file must be a valid Advance Dashboard export. Files edited manually or from other tools may fail. Re-export from a working dashboard.

Tips

Common Mistakes