force load locales

This commit is contained in:
Raimon Esteve 2022-11-11 12:27:06 +01:00
parent 963213f18f
commit 4e21b76a2a
1 changed files with 5 additions and 0 deletions

View File

@ -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