Skip to Content
Menu
This question has been flagged
1 Reply
1106 Views

Hi,

when installing custom module on odoo10
error in showing but this module sucuessfully installed in odoo11 version.
ParseError: "External ID not found in the system: account.account_reports_legal_statements_menu"

Thanks

Avatar
Discard
Best Answer

Hi,

The custom module is referring to a menu item with the ID account_reports_legal_statements_menu in the module account.  But in the account module, there is no menu with the given ID.  That is why the error is coming.

If the module is yours, check where the corresponding menu is defined and give the external ID correctly. To get the ID of the menu, see this: https://www.youtube.com/watch?v=rK5Qe8mA89Q

Thanks
Avatar
Discard