Browse Source

[NEW] report-engine, formio, learning_addons to V14

rc/16.0-MYC-INIT
default 3 years ago
committed by Valentin Lab
parent
commit
b031b61363
  1. 6
      odoo/custom/src/addons.yaml
  2. 32
      odoo/custom/src/repos.yaml

6
odoo/custom/src/addons.yaml

@ -34,3 +34,9 @@ server-env:
- "*"
odoo-theme:
- "*"
report-engine:
- "*"
formio:
- "*"
learning_addons:
- "*"

32
odoo/custom/src/repos.yaml

@ -210,3 +210,35 @@
target: myc 14.0
merges:
- myc 14.0
./report-engine:
defaults:
depth: $DEPTH_MERGE
remotes:
oca: https://github.com/OCA/reporting-engine.git
target: oca 14.0
merges:
- oca 14.0
# report_py3o PR
- oca refs/pull/445/head
./formio:
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:
origin: https://github.com/novacode-nl/odoo-formio.git
target: origin 14.0
merges:
- origin 14.0
./learning_addons:
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:
origin: ssh://git@git.myceliandre.fr:5022/Myceliandre/odoo_learning_addons.git
target: origin 14.0
merges:
- origin 14.0
Loading…
Cancel
Save