-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout-base-70.cfg
32 lines (28 loc) · 1015 Bytes
/
buildout-base-70.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
[buildout]
parts = openerp
find-links = http://download.gna.org/pychart/
versions = versions
extensions = mr.developer
auto-checkout = anybox.recipe.openerp
socket-timeout = 120
[openerp]
recipe = anybox.recipe.openerp[bzr]:server
version = git https://github.com/odoo/odoo.git odoo 7.0
addons = git https://github.com/OCA/account-financial-tools.git account-financial-tools 7.0
git https://github.com/OCA/account-analytic.git account-analytic 7.0
git https://github.com/OCA/bank-statement-reconcile.git bank-statement-reconcile 7.0
git https://github.com/OCA/banking.git banking 7.0
git https://github.com/OCA/web.git web 7.0
clean = true
vcs-revert = on-merge
options.without_demo = True
options.admin_passwd = admin
options.xmlrpc_port = 8069
options.logfile = /home/vagrant/odoo/instance-70/log/odoo.log
eggs = wkhtmltopdf
pyPdf
unidecode
mr.developer
[sources]
anybox.recipe.openerp = bzr http://bazaar.launchpad.net/~anybox/anybox.recipe.openerp/trunk/
[versions]