Commit Graph

6 Commits

Author SHA1 Message Date
ernesto
f7caaf9ed6 [MIG] account_chart_update: Migration to 12.0 2019-03-20 12:17:47 -04:00
ernesto
31ba15e77c 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-14 22:51:10 -04:00
Pedro M. Baeza
37a22e0c29 [IMP] account_chart_update: Include field selection
With this option, you can select which fields do you want to compare for updating.

Use case: you have specific accounts in taxes, and you don't want to lose them,
but you want to update their groups through the wizard. Before this, the update
was all or nothing. Now, you have total control!
2019-03-14 22:51:10 -04:00
Pedro M. Baeza
3e72fad656 [FIX] account_chart_update: Handle updated m2m correctly 2019-03-14 22:51:10 -04:00
Pedro M. Baeza
7428f7a8d5 [MIG] account_chart_update: Additional needed changes 2019-03-14 22:51:10 -04:00
Pedro M. Baeza
189181dd2f [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
2019-03-14 22:51:10 -04:00