Troubleshooting & FAQ

Updated 10 July 2026

Overview

Most issues fall into four buckets: files on the serverApps list / activationuser rights, or no data / filters. Work top to bottom so you do not skip a cheap fix.

How it works

Odoo hides custom modules until the server sees the folder and the database runs Update Apps List. It hides menus when the user lacks security groups. Dashboards read posted transactions and optional Pro fields – empty risk or wrong date range can make tiles look blank even when the module works.

Step-by-step (when something fails)

Fields table

Symptoms and the first checks an admin or key user should make.

Field explanations

Each paragraph matches one row in the table above, in the same order.

Module does not appear in Apps

Almost always environment: Odoo has not scanned the disk since copy, or the UI filter hides “Extra” modules. Fix server path and cache before blaming the ZIP.

Activate / Install shows an error

The error text names the missing app or Python traceback. Dependencies in the module manifest must be installed in the same database.

No Pro menus after install

Installation succeeded at database level but the signed-in user cannot see Accounting configuration or new menus. Rights are per user and per company.

Extra fields missing on forms

Accounting Pro uses optional implied groups; both Settings toggles and user groups must allow the field pack.

Pro Dashboard all zeros

KPI math uses posted moves and optional fields; draft noise and empty risk/KYC do not count toward many tiles.

Load Accounting Pro Demo Data

Convenience for demos: updates/creates sample data so charts look alive; not a substitute for real business configuration.

Dropdown lists empty

Many2one fields point to empty tables; create master rows before go-live week.

High-risk / KYC tiles always zero

Dashboards intentionally show zero when no qualifying records exist – data entry or demo load is required to see movement.