Browse Source

[FIX] remove ODOO_VERSION

rc/16.0-MYC-INIT
default 4 years ago
committed by Valentin Lab
parent
commit
6e2c4b93f8
  1. 34
      odoo/custom/src/addons.yaml
  2. 192
      odoo/custom/src/repos.yaml

34
odoo/custom/src/addons.yaml

@ -0,0 +1,34 @@
sale-workflow:
- "*"
partner-contact:
- "*"
server-ux:
- "*"
bank-payment:
- "*"
account-financial-tools:
- "*"
community-data-files:
- "*"
hr:
- "*"
l10n-france:
- "*"
product-attribute:
- "*"
project:
- "*"
web:
- "*"
mis-builder:
- "*"
operating-unit:
- "*"
connector:
- "*"
delivery-carrier:
- "*"
purchase-workflow:
- "*"
server-env:
- "*"

192
odoo/custom/src/repos.yaml

@ -9,8 +9,196 @@
ocb: https://github.com/OCA/OCB.git
odoo: https://github.com/odoo/odoo.git
openupgrade: https://github.com/OCA/OpenUpgrade.git
target: ocb 14.0
target: ocb $ODOO_VERSION
merges:
- ocb 14.0
- ocb $ODOO_VERSION
# Example of a merge of the PR with the number <PR>
# - oca refs/pull/<PR>/head
./sale-workflow:
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/OCA/sale-workflow.git
target: origin 14.0
merges:
- origin 14.0
./partner-contact:
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/partner-contact.git
target: oca 14.0
merges:
- oca 14.0
./server-ux:
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/server-ux.git
target: oca 14.0
merges:
- oca 14.0
./bank-payment:
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/bank-payment.git
target: oca 14.0
merges:
- oca 14.0
./account-financial-tools:
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/account-financial-tools.git
target: oca 14.0
merges:
- oca 14.0
./community-data-files:
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/community-data-files.git
target: oca 14.0
merges:
- oca 14.0
./hr:
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/hr.git
target: oca 14.0
merges:
- oca 14.0
./l10n-france:
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/l10n-france.git
target: oca 14.0
merges:
- oca 14.0
./product-attribute:
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/product-attribute.git
target: oca 14.0
merges:
- oca 14.0
./project:
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/project.git
target: oca 14.0
merges:
- oca 14.0
./web:
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/web.git
target: oca 14.0
merges:
- oca 14.0
./mis-builder:
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/mis-builder.git
target: oca 14.0
merges:
- oca 14.0
./operating-unit:
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/operating-unit.git
target: oca 14.0
merges:
- oca 14.0
./connector:
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/connector.git
target: oca 14.0
merges:
- oca 14.0
./delivery-carrier:
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/OCA/delivery-carrier.git
target: origin 14.0
merges:
- origin 14.0
./purchase-workflow:
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/OCA/purchase-workflow.git
target: origin 14.0
merges:
- origin 14.0
./server-env:
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/OCA/server-env.git
target: origin 14.0
merges:
- origin 14.0
Loading…
Cancel
Save