Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
7549 Переглядів

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
2972
4
груд. 21
32991
odoo 9 show user popups Вирішено
2
груд. 20
9033
1
лип. 17
4537
2
вер. 16
7987