2
0
account-financial-tools/account_chart_update/wizard
Jairo Llopis 79bbd7cdc4 [FIX] account_chart_update: false positive detecting diff on Html fields
When executing the chart updater and selecting the "notes" field from fiscal positions, you were getting differences 100% of the time.

This was because [fiscal position's notes field is Html][1], while [the template field is Text][2].

@moduon MT-1912

[1]: 5ef647d5d4/addons/account/models/partner.py (L32)
[2]: 5ef647d5d4/addons/account/models/chart_template.py (L1470)
2023-01-17 08:54:49 +01:00
..
__init__.py [MIG] account_chart_update: Migration to 11.0 2023-01-17 08:54:49 +01:00
wizard_chart_update_view.xml [FIX] account_chart_update: responsive views 2023-01-17 08:54:49 +01:00
wizard_chart_update.py [FIX] account_chart_update: false positive detecting diff on Html fields 2023-01-17 08:54:49 +01:00