|
@ -9,9 +9,9 @@ |
|
|
ocb: https://github.com/OCA/OCB.git |
|
|
ocb: https://github.com/OCA/OCB.git |
|
|
odoo: https://github.com/odoo/odoo.git |
|
|
odoo: https://github.com/odoo/odoo.git |
|
|
openupgrade: https://github.com/OCA/OpenUpgrade.git |
|
|
openupgrade: https://github.com/OCA/OpenUpgrade.git |
|
|
target: ocb $ODOO_VERSION |
|
|
|
|
|
|
|
|
target: ocb 14.0 |
|
|
merges: |
|
|
merges: |
|
|
- ocb $ODOO_VERSION |
|
|
|
|
|
|
|
|
- ocb 14.0 |
|
|
# Example of a merge of the PR with the number <PR> |
|
|
# Example of a merge of the PR with the number <PR> |
|
|
# - oca refs/pull/<PR>/head |
|
|
# - oca refs/pull/<PR>/head |
|
|
|
|
|
|
|
@ -202,3 +202,11 @@ |
|
|
target: origin 14.0 |
|
|
target: origin 14.0 |
|
|
merges: |
|
|
merges: |
|
|
- origin 14.0 |
|
|
- origin 14.0 |
|
|
|
|
|
./odoo-theme: |
|
|
|
|
|
defaults: |
|
|
|
|
|
depth: $DEPTH_DEFAULT |
|
|
|
|
|
remotes: |
|
|
|
|
|
myc: https://git.myceliandre.fr/Myceliandre/odoo_theme.git |
|
|
|
|
|
target: myc 14.0 |
|
|
|
|
|
merges: |
|
|
|
|
|
- myc 14.0 |