Commit Graph

10 Commits

Author SHA1 Message Date
ernestotejeda
1891982311 [MIG] account_chart_update: Migration to 13.0 2020-01-17 16:54:41 -05:00
OCA-git-bot
9b5519b18f [UPD] README.rst 2020-01-08 15:50:21 -05:00
OCA-git-bot
ac0c4cb94f [UPD] README.rst 2020-01-08 15:50:21 -05:00
ernesto
8491abb6d7 [MIG] account_chart_update: Migration to 12.0 2020-01-08 15:50:21 -05:00
OCA-git-bot
4a77a4ebc1 [UPD] README.rst 2020-01-08 15:50:20 -05:00
ernesto
7a3618b657 account_chart_update: allows to set the matching value order
It allows to set the order of matching for Account, Taxes and
Fiscal position.
2020-01-08 15:50:20 -05:00
OCA Git Bot
3a5909cc93 [UPD] README.rst 2020-01-08 15:50:20 -05:00
amcor
1ff708e3dd [MIG] account_chart_update: Migration to 11.0 2020-01-08 15:50:20 -05:00
Pedro M. Baeza
9906636578 [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
2020-01-08 15:50:20 -05:00
Pedro M. Baeza
c6b863d7bd [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
2020-01-08 15:50:20 -05:00