Commit Graph

6 Commits

Author SHA1 Message Date
OCA-git-bot
db227c2696 [UPD] README.rst 2019-03-13 10:33:04 +00:00
ernesto
06fada6372 account_chart_update: allows to set the matching value order
It allows to set the order of matching for Account, Taxes and
Fiscal position.
2019-03-12 18:14:41 -04:00
OCA Git Bot
aadcc2c203 [UPD] README.rst 2018-09-21 04:33:50 +02:00
amcor
39c346ee11 [MIG] account_chart_update: Migration to 11.0 2018-09-21 03:11:19 +02:00
Pedro M. Baeza
05611916e2 [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
2018-09-21 02:45:25 +02:00
Pedro M. Baeza
af99940c81 [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
2018-09-18 13:01:25 +02:00