2
0
account-financial-tools/account_chart_update/readme/DESCRIPTION.rst
Pedro M. Baeza f833ccdf36 [FIX+IMP] account_chart_update: Major refactoring
* Compare all fields from template

  Not all fields were properly compared with previous code. This means also
  to exclude some of them, but now we have a full and extensible system.

* Optimize cached method
* Generate accounts and fiscal positions using Odoo methods (tax already did)
* README by fragments
* Add tests up to full coverage
2023-01-17 08:54:49 +01:00

13 lines
524 B
ReStructuredText

This is a pretty useful tool to update Odoo installations after tax reforms
on the official charts of accounts, or to apply fixes performed on the chart
template.
The wizard:
* Allows the user to compare a chart and a template showing differences
on accounts, taxes, tax codes and fiscal positions.
* It may create the new account, taxes, tax codes and fiscal positions detected
on the template.
* It can also update (overwrite) the accounts, taxes, tax codes and fiscal
positions that got modified on the template.