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