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

I use odoo 12.0 and my problem is that i use 'auto_install': False in __manifest__.py file then also my custom module automatically installed. what i do for stop to install it ?

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

Hi,

On creating a new database without any actions the module is getting installed ? Or if get installed after some other modules is installed ? Suppose your module A is a dependent module for the module B, then during the installation of the module B, the module A also get installed automatically. Check whether this is the case or not.


Thanks

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

Hi,

   Please refer this link Auto instal           

อวตาร
ละทิ้ง