Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
7621 Weergaven

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
Annuleer

Thank you so much Ahmed

Beste antwoord

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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
0
okt. 23
3014
4
dec. 21
33132
2
dec. 20
9073
1
jul. 17
4586
2
sep. 16
8055