diff --git a/odoo/custom/src/addons.yaml b/odoo/custom/src/addons.yaml index 43481ca..6bb37e0 100644 --- a/odoo/custom/src/addons.yaml +++ b/odoo/custom/src/addons.yaml @@ -130,3 +130,5 @@ report-print-send: - "*" calendar: - "*" +credit-control: + - "*" diff --git a/odoo/custom/src/repos.yaml b/odoo/custom/src/repos.yaml index 4c38db3..cdd1324 100644 --- a/odoo/custom/src/repos.yaml +++ b/odoo/custom/src/repos.yaml @@ -727,6 +727,7 @@ target: oca 14.0 merges: - oca 14.0 + ./calendar: defaults: # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner @@ -738,3 +739,15 @@ target: oca 14.0 merges: - oca 14.0 + +./credit-control: + defaults: + # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner + # You may need a bigger depth when merging PRs (use $DEPTH_MERGE + # for a sane value of 100 commits) + depth: $DEPTH_DEFAULT + remotes: + oca: https://github.com/OCA/credit-control.git + target: oca 14.0 + merges: + - oca 14.0