Browse Source

[NEW] add website theme

rc/16.0-MYC-INIT
default 4 years ago
committed by Valentin Lab
parent
commit
06bd642e9a
  1. 2
      odoo/custom/src/addons.yaml
  2. 12
      odoo/custom/src/repos.yaml

2
odoo/custom/src/addons.yaml

@ -32,3 +32,5 @@ purchase-workflow:
- "*"
server-env:
- "*"
odoo-theme:
- "*"

12
odoo/custom/src/repos.yaml

@ -9,9 +9,9 @@
ocb: https://github.com/OCA/OCB.git
odoo: https://github.com/odoo/odoo.git
openupgrade: https://github.com/OCA/OpenUpgrade.git
target: ocb $ODOO_VERSION
target: ocb 14.0
merges:
- ocb $ODOO_VERSION
- ocb 14.0
# Example of a merge of the PR with the number <PR>
# - oca refs/pull/<PR>/head
@ -202,3 +202,11 @@
target: origin 14.0
merges:
- 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
Loading…
Cancel
Save