-
Notifications
You must be signed in to change notification settings - Fork 1
/
base-only-odoo.cfg
54 lines (42 loc) · 1.38 KB
/
base-only-odoo.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}
[scripts]
recipe = zc.recipe.egg:scripts
eggs = ${buildout:eggs}
dependent-scripts = true
[supervisor-cron]
recipe = z3c.recipe.usercrontab
times = @reboot
command = ${buildout:bin-directory}/supervisord
[openerp]
recipe = anybox.recipe.openerp[bzr]:server
version = ${settings:openerp_version}
addons = local project-addons
git https://github.com/OCA/l10n-spain.git openerp-repos/l10-spain 7.0
git https://github.com/OCA/account-financial-tools.git openerp-repos/account-financial-tools 7.0
git https://github.com/OCA/partner-contact.git openerp-repos/partner-contact 7.0
eggs = unidecode
pyPdf
options.db_host = ${settings:postgres_host}
options.db_name = ${settings:postgres_db_name}
options.db_user = ${settings:postgres_user}
options.db_password = ${settings:postgres_password}
options.db_maxconn = ${settings:postgres_maxconn}
options.db_port = ${settings:postgres_port}
options.xmlrpc_port = ${settings:openerp_xmlrpc_port}
options.xmlrpcs_port = ${settings:openerp_xmlrpcs_port}
[env]
recipe = gocept.recipe.env
[py]
recipe = zc.recipe.egg
eggs = ${buildout:eggs}
interpreter = py
scripts = py
[supervisor]
recipe = collective.recipe.supervisor
port = ${settings:supervisor_port}
serverurl = ${settings:supervisor_url}:${supervisor:port}
programs =
10 openerp ${buildout:directory}/bin/start_openerp