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

Hello everyone!


I often have to work on odoo modules provided as github repositories. While I can resolve most of the external dependencies using a requrements.txt​ file, I was wondering if there is any easy way of doing the same for the odoo​ module dependency.


Thank you,

Adrian

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

After activating the virtual environment install everything in the odoo directory using pip install .​ and the library imports should be resolvable.

อวตาร
ละทิ้ง