2
0
account-financial-tools/account_chart_update/__init__.py
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

5 lines
107 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models
from . import wizard