Hi, custom module installed perfectly on odoo11 but on odoo10 ,facing above error. <menuitem id="account_reports_legal_statements_menu" name="Generic Statements" parent="account.menu_finance_reports" sequence="1" groups="account.group_account_user"/> what is replacement of this menuitem on odoo10 Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
ParseError: "'ir.actions.client' object has no attribute '_load_records'"
after the changing id by menu_finance_reports or menu_finance_legal_statement above error is showing
Thanks
Hi,
To solve this error there is no much complication. Odoo might have removed or renamed the id of the menu. Easily you can solve the issue by changing the parent id of the newly created menu.
Try menu_finance_legal_statement or menu_finance_reports instead of account_reports_legal_statements_menu and see.
Thanks
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