From 5b875b1f7bdf7da355b9674425668f858b639cf6 Mon Sep 17 00:00:00 2001 From: Augustin Borsu Date: Thu, 3 Oct 2019 21:42:14 +0200 Subject: [PATCH] fix: missing dependencies I also took the liberty of rationalizing the urls. Using www in github repositories adds a warning and a redirect to the clone. --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9419ec0..f613471 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,16 @@ $ git clone https://github.com/beescoop/Obeesdoo.git obeesdoo -b 9.0 --depth 1 $ git clone https://github.com/coopiteasy/vertical-cooperative.git vertical-cooperative -b 9.0 --depth 1 $ git clone https://github.com/coopiteasy/addons.git addons -b 9.0 --depth 1 $ git clone https://github.com/coopiteasy/procurement-addons procurement-addons -b 9.0 --depth 1 -$ git clone https://www.github.com/OCA/l10n-belgium -b 9.0 --depth 1 -$ git clone https://www.github.com/OCA/mis-builder -b 9.0 --depth 1 -$ git clone https://www.github.com/OCA/account-financial-tools -b 9.0 --depth 1 -$ git clone https://www.github.com/OCA/account-financial-reporting -b 9.0 --depth 1 -$ git clone https://www.github.com/OCA/web -b 9.0 --depth 1 -$ git clone https://www.github.com/OCA/website -b 9.0 --depth 1 +$ git clone https://github.com/OCA/l10n-belgium -b 9.0 --depth 1 +$ git clone https://github.com/OCA/mis-builder -b 9.0 --depth 1 +$ git clone https://github.com/OCA/account-financial-tools -b 9.0 --depth 1 +$ git clone https://github.com/OCA/account-financial-reporting -b 9.0 --depth 1 +$ git clone https://github.com/OCA/web -b 9.0 --depth 1 +$ git clone https://github.com/OCA/website -b 9.0 --depth 1 $ git clone https://github.com/OCA/server-tools -b 9.0 --depth 1 $ git clone https://github.com/OCA/reporting-engine -b 9.0 --depth 1 +$ git clone https://github.com/OCA/bank-payment.git -b 9.0 --depth 1 +$ git clone https://github.com/OCA/pos.git -b 9.0 --depth 1 ``` todo: setup git submodules @@ -79,9 +81,11 @@ addons_path=addons,openerp/addons, $ODOO_HOME/web, $ODOO_HOME/website, $ODOO_HOME/server-tools, - $ODOO_HOME/reporting-engine, + $ODOO_HOME/account-financial-reporting, $ODOO_HOME/account-financial-tools, - $ODOO_HOME/acconut-financial-reporting + $ODOO_HOME/bank-payment, + $ODOO_HOME/pos, + $ODOO_HOME/reporting-engine ``` ##### 6) update database structure