Files
account-financial-tools/account_asset_management/wizard/__init__.py
Jordi Ballester b2a868cb1d [account_asset_management][imp] 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.
2021-07-23 14:22:39 +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