diff --git a/odoo/custom/src/addons.yaml b/odoo/custom/src/addons.yaml index 4281d1a..a4aef5f 100644 --- a/odoo/custom/src/addons.yaml +++ b/odoo/custom/src/addons.yaml @@ -134,3 +134,5 @@ credit-control: - "*" myc-extra-addons: - "*" +account-invoicing: + - "*" diff --git a/odoo/custom/src/repos.yaml b/odoo/custom/src/repos.yaml index ed33c03..c21acfd 100644 --- a/odoo/custom/src/repos.yaml +++ b/odoo/custom/src/repos.yaml @@ -518,6 +518,17 @@ target: oca 14.0 merges: - oca 14.0 +./account-invoicing: + 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/account-invoicing.git + target: oca 14.0 + merges: + - oca 14.0 ./sale-reporting: defaults: # Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner