跳至内容
菜单
此问题已终结
2 回复
7617 查看

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

形象
丢弃
相关帖文 回复 查看 活动
0
10月 23
3014
4
12月 21
33127
2
12月 20
9073
1
7月 17
4584
2
9月 16
8053