diff --git a/odoo/custom/src/addons.yaml b/odoo/custom/src/addons.yaml index ac3bc39..71a2b30 100644 --- a/odoo/custom/src/addons.yaml +++ b/odoo/custom/src/addons.yaml @@ -32,3 +32,5 @@ purchase-workflow: - "*" server-env: - "*" +odoo-theme: + - "*" diff --git a/odoo/custom/src/repos.yaml b/odoo/custom/src/repos.yaml index 28463d0..71b086e 100644 --- a/odoo/custom/src/repos.yaml +++ b/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 # - oca refs/pull//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