Skip to Content
Menu
This question has been flagged
2 Replies
2069 Views

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





Avatar
Discard
Author Best Answer

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

Avatar
Discard
Best Answer

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

Avatar
Discard