Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
7566 Visualizzazioni

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
Abbandona

Thank you so much Ahmed

Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
ott 23
2973
4
dic 21
33007
2
dic 20
9035
1
lug 17
4547
2
set 16
8000