Files
account-financial-tools/account_asset_management/wizard/__init__.py
Jordi Ballester 728291db75 [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-04-13 10:57:58 +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