mirror of
https://github.com/NaN-tic/tryton-upgrades.git
synced 2023-12-14 03:32:55 +01:00
force load locales
This commit is contained in:
parent
963213f18f
commit
4e21b76a2a
1 changed files with 5 additions and 0 deletions
|
@ -678,6 +678,11 @@ before:
|
||||||
tables: product_product
|
tables: product_product
|
||||||
query: ALTER TABLE product_product DROP CONSTRAINT IF EXISTS product_product_code_uniq;
|
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:
|
after:
|
||||||
- comment: Remove include_347 from party
|
- comment: Remove include_347 from party
|
||||||
version: 5.1
|
version: 5.1
|
||||||
|
|
Loading…
Reference in a new issue