Browse Source

[NEW] credit-control oca repo

rc/16.0-MYC-INIT
default 3 years ago
parent
commit
0efc25cf77
  1. 2
      odoo/custom/src/addons.yaml
  2. 13
      odoo/custom/src/repos.yaml

2
odoo/custom/src/addons.yaml

@ -130,3 +130,5 @@ report-print-send:
- "*"
calendar:
- "*"
credit-control:
- "*"

13
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
Loading…
Cancel
Save