From 4e21b76a2ab6c40603939ab069687bdb3decf0b0 Mon Sep 17 00:00:00 2001 From: Raimon Esteve Date: Fri, 11 Nov 2022 12:27:06 +0100 Subject: [PATCH] force load locales --- config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.yml b/config.yml index 9c7e9dc..ad07a1d 100644 --- a/config.yml +++ b/config.yml @@ -678,6 +678,11 @@ before: tables: product_product query: ALTER TABLE product_product DROP CONSTRAINT IF EXISTS product_product_code_uniq; + - comment: force load locales + version: 6.4 + query: delete from ir_translation where name = 'account.configuration,default_product_account_expense' and lang in ('ca', 'es'); + delete from ir_translation where name = 'account.configuration,default_product_account_revenue' and lang in ('ca', 'es'); + after: - comment: Remove include_347 from party version: 5.1