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