when I am installing apps on odoo community it says "The following accounts must be assigned to at least one company: - False"
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
Likely Cause:
Odoo raises ValidationError when a required business rule isn't satisfied. Common triggers include:
- Missing required fields (like partner, date, or accounts).
- Domain constraints not met.
- Business logic enforced via @api.constrains or SQL constraints.
How to Debug:
- Enable Developer Mode to get full traceback info.
- Check the model involved (e.g., account.move, sale.order).
-
If the error occurs on confirmation:
- Use the browser developer tools (F12) → Network tab → inspect the response.
- Look for logs in your Odoo server terminal; traceback will point to the file and line.
- Review any custom modules that override core methods.
Hi,
To fix the issue manually, first, activate Developer Mode in Odoo. Then, go to Accounting > Configuration > Chart of Accounts. Create a filter to display accounts with no assigned company by setting the filter to Company = is false. This will show all the accounts that are missing a company assignment. From there, you can edit each account and manually assign the correct company to ensure they are properly linked. Once done, the issue should be resolved, and you can proceed with the installation of the apps.
Hope it helps
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up