From 0e6ecaa311488a0038e8da9d937b42701d8e3b39 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Thu, 4 Apr 2019 19:28:52 +0200 Subject: [PATCH] fix: pkg: remove ``$ODOO_VERSION`` from ``repos.yaml`` --- odoo/custom/src/repos.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odoo/custom/src/repos.yaml b/odoo/custom/src/repos.yaml index 0a78f50..504c3f5 100644 --- a/odoo/custom/src/repos.yaml +++ b/odoo/custom/src/repos.yaml @@ -9,8 +9,8 @@ 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