Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
7624 Widoki

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.

Awatar
Odrzuć

Thank you so much Ahmed

Najlepsza odpowiedź

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 ..

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
paź 23
3015
4
gru 21
33143
2
gru 20
9075
1
lip 17
4586
2
wrz 16
8056