Skip to Content
Menu
This question has been flagged
2 Replies
7568 Zobrazenia

Hello,

I am creating my first odoo module but in __openerp__.py file i can't understand what is the difference between installable, auto_install, application True.


Please give me some guidance.

Avatar
Zrušiť

Thank you so much Ahmed

Best Answer

Hello,

* Installable: Odoo don't try actually to install the modules with installable : False, rather than put the module in the state "to be install".

* auto_install: An auto-installable module is automatically installed by the system when all its dependencies are satisfied. If the module has no dependency, it is always installed.

* Application: it used by the filter "application"; for categorizing ...


Hope this could help ..

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
0
okt 23
2973
4
dec 21
33007
2
dec 20
9036
1
júl 17
4547
2
sep 16
8002