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 ..
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden| Gerelateerde posts | Antwoorden | Weergaven | Activiteit | |
|---|---|---|---|---|
|
0
okt. 23
|
3576 | |||
|
4
dec. 21
|
34736 | |||
|
odoo 9 show user popups
Opgelost
|
2
dec. 20
|
9730 | ||
|
1
jul. 17
|
5353 | |||
|
2
sep. 16
|
9074 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Thank you so much Ahmed