Commit Graph

12 Commits

Author SHA1 Message Date
OCA-git-bot
6f247b5755 [UPD] README.rst 2022-05-03 21:24:48 +00:00
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
ernesto
2fa9693437 [MIG] account_chart_update: Migration to 12.0 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
moutio
a016612a9b [FIX] account_chart_update: Limit fiscal position search with same name (#651) 2022-04-09 22:20:38 +02:00
Sylvain Van Hoof
4dab46bfc6 [MIG] account_chart_update: Migration to 10.0 2022-04-09 22:20:38 +02:00
Pedro M. Baeza
dc9dd56a07 [FIX+IMP] account_chart_update: Fix fiscal position mapping + translations + clean authors
As this module has been written from scratch with a totally different technique, I clean the list and update copyrights.
2022-04-09 22:20:38 +02:00
Jairo Llopis
b1b71a0931 [MIG][9.0][account_chart_update] Migrate.
- New-style license headers.
- Remove .pot file.
- Remove tax codes stuff, now removed from v9.
- Refactor methods for search, create, update, delete. Now they are smaller, fitter, happier, more productive.
- Only update fields that have any kind of change on any updated record.
- Place the wizard in the configuration page, instead of its own menu item.
- Display amount of disabled taxes at ending page.
2022-04-09 22:20:38 +02:00
Antonio Espinosa
a701f89d0b [FIX+IMP] account_chart_update: Several things
* Set updated taxes as active
* Check parent_id field in '_is_different_tax' method
* PEP8
* Spanish translation
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