Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
6981 Visualizações

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
Cancelar

Thank you so much Ahmed

Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
out. 23
2616
4
dez. 21
31900
2
dez. 20
8647
1
jul. 17
4118
2
set. 16
7312