-
Notifications
You must be signed in to change notification settings - Fork 12
Home
David Beal edited this page Jun 28, 2018
·
6 revisions
- Better to use virtualenv for your project
- Clone this repo, use v2 branch
- In ak repository, install dev version
pip install -e .: anywhere in your env,akis available -
ak migrateproducespec.yamlfor anybuildout.cfgfile present where you launch cmd - add to
spec.yamlyour odoo branch -
ak buildproducerepo.yamlfile ifspec.yamlis where you launch cmd -
gitaggregate -c repo.yamldownload required branches inexternal-srcfolder -
ak build --links, print the addons path - put this path in odoo config file
- install odoo from sources (from the external-src/odoo folder in your env):
pip install -e .(you may need to dosudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-devbefore if you have trouble when installing python-ldap such aslber.h: No such file or directory)