2
0
Commit Graph

38 Commits

Author SHA1 Message Date
OCA-git-bot
da515faddb [BOT] post-merge updates 2023-11-24 12:00:06 +00:00
OCA-git-bot
cd462c8c5c account_chart_update 16.0.2.0.2 2023-08-10 15:58:48 +00:00
Pedro M. Baeza
003115aac0 [FIX+IMP] account_chart_update: Don't depend on l10n_generic_coa + TransactionCase
- Depending on l10n_generic_coa is the lazy option for not putting
  proper initialization data on the test, and it also couples the tests
  to the external module changes.
- Switch to TransactionCase, for populating once the company, CoA, etc.
- Speed up a bit the tests, removing superflual mail operations.
2023-08-10 17:40:36 +02:00
OCA-git-bot
3e09fc243a account_chart_update 16.0.2.0.1 2023-08-08 08:33:04 +00:00
OCA-git-bot
26857f60b3 account_chart_update 16.0.2.0.0 2023-08-03 15:35:12 +00:00
OCA-git-bot
e165e920d3 account_chart_update 16.0.1.0.2 2023-07-12 10:41:36 +00:00
OCA-git-bot
ec53b2e686 account_chart_update 16.0.1.0.1 2023-02-02 15:41:28 +00:00
Luis J. Salvatierra
e5151026a5 [MIG] account_chart_update: Migration to 16.0 2023-01-30 09:26:38 +01:00
OCA-git-bot
8c8b909132 account_chart_update 15.0.1.2.0 2023-01-17 08:54:49 +01:00
OCA-git-bot
f7282dfbea account_chart_update 15.0.1.1.0 2023-01-17 08:54:49 +01:00
OCA-git-bot
19efafc37c account_chart_update 15.0.1.0.4 2023-01-17 08:54:49 +01:00
OCA-git-bot
8172b7158a account_chart_update 15.0.1.0.3 2023-01-17 08:54:49 +01:00
OCA-git-bot
be87808000 account_chart_update 15.0.1.0.2 2023-01-17 08:54:49 +01:00
OCA-git-bot
079a665eda account_chart_update 15.0.1.0.1 2023-01-17 08:54:49 +01:00
Fernando La Chica
7fa493cf91 Migration and some fixes:
* Ignore changes in mail thread fields
   * account.tax.template._generate_tax return dict of objects
     and wizard fails
   * Load generic coa localization module to improve the test
2023-01-17 08:54:49 +01:00
Fernando La Chica
3707eede1f Standard migration 2023-01-17 08:54:49 +01:00
OCA-git-bot
e9c85795f5 account_chart_update 14.0.2.0.2 2023-01-17 08:54:49 +01:00
Pedro M. Baeza
63435fbbed [FIX] account_chart_update: cash_basis_base_account_id no longer exists
This field disappears in this version.
2023-01-17 08:54:49 +01:00
Luc De Meyer
7a7f0f447c [13.0][FIX]account_chart_update refactor tax update 2023-01-17 08:54:49 +01:00
Luc De Meyer
eefe80e215 [FIX] account_chart_update: ignore template fields that do not exist in real 2023-01-17 08:54:49 +01:00
Reyes4711
d4094eff87 [14.0][MIG] account_chart_update: Migration to 14.0 2023-01-17 08:54:49 +01:00
Reyes4711
45096c56ef [13.0][IMP] account_chart_update: black, isort, prettier 2023-01-17 08:54:49 +01:00
OCA-git-bot
94a6ddfcd6 account_chart_update 13.0.1.0.5 2023-01-17 08:54:49 +01:00
Pedro M. Baeza
2ec48c4fea [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.
2023-01-17 08:54:49 +01:00
OCA-git-bot
f99bac7b1f account_chart_update 13.0.1.0.3 2023-01-17 08:54:49 +01:00
Pedro M. Baeza
ad1b376b89 [FIX+IMP] account_chart_update: Add consistency method
With this, we prevent lock due to infinite loop if children taxes are matched, but
not the parent one and it's marked to be created.
2023-01-17 08:54:49 +01:00
Pedro M. Baeza
7f4622bb9b [FIX] account_chart_update: Clear caches before searching
If not, changes done in for example taxes are not reflected.
2023-01-17 08:54:49 +01:00
ernestotejeda
f20f692994 [MIG] account_chart_update: Migration to 13.0 2023-01-17 08:54:49 +01:00
ernestotejeda
2e7396b485 [IMP] account_chart_update: black, isort 2023-01-17 08:54:49 +01:00
ernesto
4bf18c89b7 [MIG] account_chart_update: Migration to 12.0 2023-01-17 08:54:49 +01:00
ernesto
203c45b253 account_chart_update: allows to set the matching value order
It allows to set the order of matching for Account, Taxes and
Fiscal position.
2023-01-17 08:54:49 +01:00
Pedro M. Baeza
9e63f90527 [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!
2023-01-17 08:54:49 +01:00
Pedro M. Baeza
e206a37bdd [FIX] account_chart_update: Handle updated m2m correctly 2023-01-17 08:54:49 +01:00
amcor
c564971dbf [MIG] account_chart_update: Migration to 11.0 2023-01-17 08:54:49 +01:00
Pedro M. Baeza
f833ccdf36 [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
2023-01-17 08:54:49 +01:00
moutio
45e6abae56 [FIX] account_chart_update: Limit fiscal position search with same name (#651) 2023-01-17 08:54:49 +01:00
Pedro M. Baeza
cf714c11f8 [FIX] account_chart_update: Fetch account code digits correctly 2023-01-17 08:54:49 +01:00
Sylvain Van Hoof
7093779041 [MIG] account_chart_update: Migration to 10.0 2023-01-17 08:54:49 +01:00