2
0
account-financial-tools/account_asset_management/wizard/__init__.py
Jordi Ballester 92e7f1cee5 [IMP] account_asset_management: Allow to reverse the posting of a depreciation line
instead of deleting the journal entry.
This will be done when the company has activated the inalterability hash
on the original journal entry.
2022-12-24 00:42:23 +01:00

5 lines
147 B
Python

from . import account_asset_compute
from . import account_asset_remove
from . import wiz_account_asset_report
from . import wiz_asset_move_reverse