source: main/waeup.odoo/trunk/base_recipe.cfg @ 13646

Last change on this file since 13646 was 12625, checked in by Henrik Bettermann, 10 years ago

Upgrade to Odoo 8.0

File size: 447 bytes
Line 
1[buildout]
2parts = odoo
3find-links = http://download.gna.org/pychart/
4versions = versions
5extensions = gp.vcsdevelop
6vcs-extend-develop =
7    git+https://github.com/anybox/anybox.recipe.odoo#egg=anybox.recipe.odoo
8vcs-update = True
9
10[odoo]
11recipe = anybox.recipe.odoo:server
12options.xmlrpc = False
13options.xmlrpcs = False
14options.netrpc = False
15eggs = nose
16openerp_scripts = nosetests=nosetests command-line-options=-d
17
18[versions]
19reportlab = 2.7
Note: See TracBrowser for help on using the repository browser.