Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
1404 มุมมอง

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
อวตาร
ละทิ้ง