Hi,
I read, that it is possible, to use odoo with a couple of databases.
Is there a script or something, which installs in all databases per default the accounting and sales module?
Hi,
I read, that it is possible, to use odoo with a couple of databases.
Is there a script or something, which installs in all databases per default the accounting and sales module?
Very good suggestion @Ray:
@Fabian you can do it following way:
In the __openerp__.py file, need to add 'auto_install': True as shown in the below example(it is from web_calendar module).
{
'name': 'Web Calendar',
'category': 'Hidden',
'description':"""
OpenERP Web Calendar view.
==========================
""",
'author': 'OpenERP SA, Valentino Lab (Kalysto)',
'version': '2.0',
'depends': ['web'],
'data' : [
'views/web_calendar.xml',
],
'qweb': [
'static/src/xml/*.xml',
],
'auto_install': True
}
Create a module that depends on the modules you want installed, you can even set your module to autoinstall so every new database you create will automatically have all the dependent modules installed.
Özel özelliklerden yararlanmak ve harika topluluğumuzla etkileşime geçmek için bugün bir hesap oluşturun!
Üye Ol| İlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
|---|---|---|---|---|
|
1
Mar 16
|
24573 | |||
|
4
Eki 25
|
18027 | |||
|
0
Mar 17
|
4607 | |||
|
1
Haz 16
|
5247 | |||
|
2
Haz 16
|
5340 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.