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

Hello everyone.

I want to install odoo infrastructure but i don't understand how to do it.

I want this module to understand how to make module which install other modules.

Thanks to all.


อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

I think you are talking about module dependencies, if yes, then you have to add in your __openerp__.py file, in the 'depends' key, the modules you want to install when install your module.

'depends': ['one_module','other_module', '...',],


Kind regards.

อวตาร
ละทิ้ง