Commit Graph

13 Commits

Author SHA1 Message Date
sergiocorato
1b11b0da2b [FIX] pre-commit fixes 2023-01-05 18:03:56 +01:00
OCA-git-bot
5cdc3cf610 account_chart_update 12.0.1.0.3 2021-05-24 13:25:24 +00:00
Pedro M. Baeza
a1c6783a37 [IMP] account_chart_update: Search for real XML-IDs only
Previously, only a check on an existing XML-ID which is not coming from exportation
was done, but now we check that the XML-ID is the exact one. With this, we avoid
that the same record changed their XML-ID and thus, there's no more link between
them.
2020-03-24 18:11:29 +01:00
Pedro M. Baeza
1a8c1c3344 [FIX] account_chart_update: Clear caches before searching
If not, changes done in for example taxes are not reflected.
2020-01-30 22:27:52 +01:00
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
amcor
d444487562 [MIG] account_chart_update: Migration to 11.0 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
moutio
bb3f88856b [FIX] account_chart_update: Limit fiscal position search with same name (#651) 2019-03-14 22:51:10 -04:00
Pedro M. Baeza
ba92256389 [FIX] account_chart_update: Fetch account code digits correctly 2019-03-14 22:51:10 -04:00
Sylvain Van Hoof
754727a5f8 [MIG] account_chart_update: Migration to 10.0 2019-03-14 22:51:10 -04:00