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

I am inherit the product module of product_product class to my custom class. and then i copy the view page of product view to my custom view. after that i delete some view configuration. when i run, i found the following error.

ERROR openERP openerp.modules.graph: module customproduct: Unmet dependencies: product

pls give some advice for solving the problem.

Thank you.

อวตาร
ละทิ้ง
ผู้เขียน

already add that line. thank you for your ans. but not working yet.

คำตอบที่ดีที่สุด

I think you didn't give dependency of product module in your custom module.

Add dependency of product module in __openerp__.py under 'depends'.

Like this:

'depends': ['product']

Then restart your server and try it again.

อวตาร
ละทิ้ง