Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
7204 Vistas

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
Descartar

Thank you so much Ahmed

Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
oct 23
2780
4
dic 21
32278
2
dic 20
8812
1
jul 17
4283
2
sept 16
7590