Hi everyone.I m working odoo v8.I need an idea for achieving certain modules installation automatically, when login into database on first time login.Is any code or module available for this.Please share your ideas.Thanks in advance
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
set 'auto_install' : True, in __openerp__.py file.
here is explain, how is it work this keyword in __openerp__.py file.
auto_install
(bool
, default: False
)
If
True
, this module will automatically be installed if all of its
dependencies are installed.
It is generally used for "link modules" implementing synergic integration
between two otherwise independent modules.
For instance
sale_crm
depends on both sale
and crm
and is set
to auto_install
. When both sale
and crm
are installed, it
automatically adds CRM campaigns tracking to sale orders without either
sale
or crm
being aware of one another
Ok..but is it possible to trigger module installation when login for first time.
For example:
I will define or give input as particular modules list for installation on user login and that particular modules have to be installed.Here possible to trigger installation trigger for particular list of modules?
Set the autoinstall parameter to TRUE in the __openerp__.py file of the module.
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
1
يناير 25
|
22538 | ||
|
4
مارس 16
|
4625 | ||
|
2
فبراير 16
|
3140 | ||
|
0
مارس 25
|
4066 | ||
|
1
سبتمبر 15
|
3644 |