Commit Graph

11 Commits

Author SHA1 Message Date
OCA-git-bot
fa6f8f9f16 [UPD] README.rst 2021-05-11 16:26:41 +00:00
ernestotejeda
2bf3046a7c [MIG] account_chart_update: Migration to 13.0 2021-03-08 16:17:38 +01:00
OCA-git-bot
92acae0a2d [UPD] README.rst 2021-03-08 16:17:38 +01:00
OCA-git-bot
49678cf87d [UPD] README.rst 2021-03-08 16:17:38 +01:00
ernesto
b6e2359d01 [MIG] account_chart_update: Migration to 12.0 2021-03-08 16:17:38 +01:00
OCA-git-bot
9661045209 [UPD] README.rst 2021-03-08 16:17:38 +01:00
ernesto
434b80be66 account_chart_update: allows to set the matching value order
It allows to set the order of matching for Account, Taxes and
Fiscal position.
2021-03-08 16:17:38 +01:00
OCA Git Bot
26ff1f0ffd [UPD] README.rst 2021-03-08 16:17:38 +01:00
amcor
f9642d9e84 [MIG] account_chart_update: Migration to 11.0 2021-03-08 16:17:38 +01:00
Pedro M. Baeza
a305c894f4 [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
2021-03-08 16:17:38 +01:00
Pedro M. Baeza
24fac18c57 [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
2021-03-08 16:17:38 +01:00