跳至内容
菜单
此问题已终结
1 回复
1410 查看

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

形象
丢弃
最佳答案

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
形象
丢弃