Files
account-financial-tools/account_asset_management/wizard/__init__.py
Jordi Ballester 68f687b2e7 [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.
2024-05-28 12:50:13 +02: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