Browse Source

[NEW] website oca repo

rc/16.0-MYC-INIT
default 4 years ago
parent
commit
c2ce795da3
  1. 2
      odoo/custom/src/addons.yaml
  2. 11
      odoo/custom/src/repos.yaml

2
odoo/custom/src/addons.yaml

@ -20,6 +20,8 @@ project:
- "*"
web:
- "*"
website:
- "*"
mis-builder:
- "*"
operating-unit:

11
odoo/custom/src/repos.yaml

@ -125,6 +125,17 @@
target: oca 14.0
merges:
- oca 14.0
./website:
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/website.git
target: oca 14.0
merges:
- oca 14.0
./web:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner

Loading…
Cancel
Save