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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
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
|
3587 | |||
|
4
12월 21
|
34798 | |||
|
odoo 9 show user popups
해결 완료
|
2
12월 20
|
9756 | ||
|
1
7월 17
|
5390 | |||
|
2
9월 16
|
9122 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Thank you so much Ahmed