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,
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 ..
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscrever-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
0
out. 23
|
4594 | |||
|
4
dez. 21
|
36994 | |||
|
odoo 9 show user popups
Resolvido
|
2
dez. 20
|
10650 | ||
|
1
jul. 17
|
6393 | |||
|
2
set. 16
|
10262 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Thank you so much Ahmed