Deprecated currency_digits fields

This commit is contained in:
Raimon Esteve 2022-11-10 13:05:47 +01:00
parent b9819bfbc1
commit 963213f18f
1 changed files with 4 additions and 0 deletions

View File

@ -988,5 +988,9 @@ after:
tables: account_payment
script: ./upgrades/after/account_payment_update_reconciled.py
- comment: Deprecated currency_digits fields
version: 6.4
query: delete from ir_export_line where name = 'currency_digits';
ignore:
- WARNING trytond.backend.postgresql.table Unable to set column move_line of table analytic_account_line not null !