From 849bc33997eed765074fb0f8821cc1be54b367db Mon Sep 17 00:00:00 2001 From: Nicolas JEUDY Date: Fri, 9 Jul 2021 11:46:07 +0000 Subject: [PATCH] [NEW] add systempay acquirer --- odoo/custom/src/addons.yaml | 2 ++ odoo/custom/src/repos.yaml | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/odoo/custom/src/addons.yaml b/odoo/custom/src/addons.yaml index 6bb37e0..4281d1a 100644 --- a/odoo/custom/src/addons.yaml +++ b/odoo/custom/src/addons.yaml @@ -132,3 +132,5 @@ calendar: - "*" credit-control: - "*" +myc-extra-addons: + - "*" diff --git a/odoo/custom/src/repos.yaml b/odoo/custom/src/repos.yaml index cdd1324..3f22101 100644 --- a/odoo/custom/src/repos.yaml +++ b/odoo/custom/src/repos.yaml @@ -751,3 +751,11 @@ target: oca 14.0 merges: - oca 14.0 +./myc-extra-addons: + defaults: + depth: $DEPTH_DEFAULT + remotes: + myc: ssh://git@git.myceliandre.fr:5022/njeudy/myc-extra-addons.git + target: myc 12.0 + merges: + - myc 12.0