From 160d2053f46a0cba8dc9fa2c63f6237bd6a7d843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Thu, 26 Sep 2024 15:36:38 +0200 Subject: [PATCH] Update ocb-sync for Odoo 18 --- tools/ocb-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ocb-sync.sh b/tools/ocb-sync.sh index bf9d2e6e..7a823e72 100755 --- a/tools/ocb-sync.sh +++ b/tools/ocb-sync.sh @@ -8,7 +8,7 @@ ODOO="git@github.com:/odoo/odoo.git" OCB="git@github.com:/OCA/OCB.git" -BRANCHES="17.0 16.0 15.0 14.0" +BRANCHES="18.0 17.0 16.0 15.0 14.0" GITDIR="/var/tmp/git" PUBDIR="/var/tmp/ocb-nightly" BUILDDIR="/var/tmp/ocb-build"