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

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
2994
4
дек. 21
33032
2
дек. 20
9057
1
июл. 17
4551
2
сент. 16
8028