Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
7573 Tampilan

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.

Avatar
Buang

Thank you so much Ahmed

Jawaban Terbai

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

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Okt 23
2974
4
Des 21
33012
2
Des 20
9041
1
Jul 17
4548
2
Sep 16
8011