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

Hello,

im using the offical Docker-Image.


Its it possible to dont load the Folder /usr/lib/python3/dist-packages/odoo/addons.


I want debug and change some file in the standard modules. So i copy all the modules to an own path, mount it in the Docker-File and change the Path in the Odoo.conf. But Odoo loads the Modules from the /usr/lib... 


Is there any solution for my problem?


Thanks for your help

André

อวตาร
ละทิ้ง

The best practice for changing odoo standard modules is to override the changes in new custom modules instead of changing the source file.

ผู้เขียน คำตอบที่ดีที่สุด

Thx for your message. I working now without overriding. Its now also possible to Debug the Odoo-Modules. 

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

Hello, this Topic can be closed. Found a solution with a stand-alone-dev System without Docker