-
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,ak
is available -
ak migrate
producespec.yaml
for anybuildout.cfg
file present where you launch cmd - add to
spec.yaml
your odoo branch -
ak build
producerepo.yaml
file ifspec.yaml
is where you launch cmd -
gitaggregate -c repo.yaml
download required branches inexternal-src
folder -
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-dev
before if you have trouble when installing python-ldap such aslber.h: No such file or directory
)