|
|
@ -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 |