79bbd7cdc4
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)