Commit Graph

10 Commits

Author SHA1 Message Date
Reyes4711
cd240a0bf1 [14.0][MIG] account_chart_update: Migration to 14.0 2022-04-09 22:20:38 +02:00
ernestotejeda
7ca88693b5 [MIG] account_chart_update: Migration to 13.0 2022-04-09 22:20:38 +02:00
Josep M
f9db5be322 Translated using Weblate (Spanish)
Currently translated at 72.0% (85 of 118 strings)

Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_chart_update
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_chart_update/es/
2022-04-09 22:20:38 +02:00
ernesto
2fa9693437 [MIG] account_chart_update: Migration to 12.0 2022-04-09 22:20:38 +02:00
ernesto
7b9ac0e92b account_chart_update: Fix number of updates and insertions in log 2022-04-09 22:20:38 +02:00
ernesto
3fbd586688 account_chart_update: allows to set the matching value order
It allows to set the order of matching for Account, Taxes and
Fiscal position.
2022-04-09 22:20:38 +02:00
Pedro M. Baeza
77149f257a [MIG] account_chart_update: Additional needed changes 2022-04-09 22:20:38 +02:00
amcor
3362140b15 [MIG] account_chart_update: Migration to 11.0 2022-04-09 22:20:38 +02:00
Pedro M. Baeza
15e360a0c0 [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
2022-04-09 22:20:38 +02:00
Pedro M. Baeza
b7530f280c [IMP] account_chart_update: Whole refactoring
* Fix calculated field when showing inactives + add field to view
* Migrated to new API.
* Provided hooks for detecting changes and for adding update/create values.
* Purge dead error detection code (not applying).
* Use global mapping dictionaries stored on class instead of passing arguments down to top and viceversa.
* Number fields computed by a function field instead of being computed by hand.
* Use recordsets as indexes instead of ids to avoid repetitive browses.
* Re-enable local cache variables
* README + authors
2022-04-09 22:20:38 +02:00