Browse Source

[NEW] add account-invoicing oca repo

rc/16.0-MYC-INIT
Nicolas JEUDY 3 years ago
parent
commit
17efac9988
  1. 2
      odoo/custom/src/addons.yaml
  2. 11
      odoo/custom/src/repos.yaml

2
odoo/custom/src/addons.yaml

@ -134,3 +134,5 @@ credit-control:
- "*"
myc-extra-addons:
- "*"
account-invoicing:
- "*"

11
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

Loading…
Cancel
Save