Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
7561 Представления

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.

Аватар
Отменить

Thank you so much Ahmed

Лучший ответ

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 ..

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
окт. 23
2973
4
дек. 21
32998
2
дек. 20
9034
1
июл. 17
4540
2
сент. 16
7994