diff --git a/odoo/custom/src/addons.yaml b/odoo/custom/src/addons.yaml index c08521b..74aae99 100644 --- a/odoo/custom/src/addons.yaml +++ b/odoo/custom/src/addons.yaml @@ -138,3 +138,5 @@ account-invoicing: - "*" sync-addons: - "*" +vertical-cooperative: + - "*" diff --git a/odoo/custom/src/repos.yaml b/odoo/custom/src/repos.yaml index 5e56777..88893b5 100644 --- a/odoo/custom/src/repos.yaml +++ b/odoo/custom/src/repos.yaml @@ -223,7 +223,7 @@ - myc 14.0 ./report-engine: defaults: - depth: $DEPTH_MERGE + depth: $DEPTH_DEFAULT remotes: oca: https://github.com/OCA/reporting-engine.git myc: ssh://git@git.myceliandre.fr:5022/OCA/reporting-engine.git @@ -776,3 +776,11 @@ target: origin 14.0 merges: - origin 14.0 +./vertical-cooperative: + defaults: + depth: $DEPTH_DEFAULT + remotes: + origin: https://git.myceliandre.fr/njeudy/vertical-cooperative.git + target: origin 14.0-MIG-INITIAL + merges: + - origin 14.0-MIG-INITIAL