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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
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 ..
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
0
oct. 23
|
2973 | ||
|
4
déc. 21
|
33007 | ||
odoo 9 show user popups
Résolu
|
|
2
déc. 20
|
9035 | |
|
1
juil. 17
|
4547 | ||
|
2
sept. 16
|
8000 |
Thank you so much Ahmed