Skip to content

Instantly share code, notes, and snippets.

@rvalyi
Created June 7, 2017 01:57
Show Gist options
  • Save rvalyi/085c7383ff502f0036688c2e74ef717d to your computer and use it in GitHub Desktop.
Save rvalyi/085c7383ff502f0036688c2e74ef717d to your computer and use it in GitHub Desktop.
[buildout]
auto-checkout = *
extensions = mr.developer
parts = openerp
versions = versions
sources = sources
find-links = http://download.gna.org/pychart/
http://pydot.googlecode.com/files/pydot-1.0.28.tar.gz
[sources]
pybrasil = git https://github.com/odoo-brazil/pybrasil.git branch=master
[openerp]
recipe = anybox.recipe.odoo:server
version = git https://github.com/OCA/OCB.git odoo 10.0 depth=10
addons = local modules
git https://github.com/OCA/server-tools.git parts/server-tools 10.0
git https://github.com/odoo-brazil/l10n-brazil-wip.git parts/l10n_brazil merge-odoo-brazil-wip/l10n-br-base
eggs = nose
unidecode
Pillow
phonenumbers
unicodecsv
watchdog
passlib
pybrasil
email_validator
openerp_scripts = nosetests=nosetests command-line-options=-d
[versions]
pydot = 1.0.28
python-dateutil = 2.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment