feat(fusion_accounting_assets): fusion.asset.engine 7-method API

The orchestrator AbstractModel for asset depreciation lifecycle.
compute_depreciation_schedule, post_depreciation_entry, dispose_asset,
partial_sale, pause_asset, resume_asset, reverse_disposal.

All controllers, AI tools, wizards, and cron must route through these
methods; no direct ORM writes to fusion.asset.depreciation.line or
account.move from anywhere else.

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 17:06:12 -04:00
parent 38a6e375e6
commit 54922a0b32
5 changed files with 516 additions and 1 deletions

View File

@@ -9,3 +9,4 @@ from . import test_fusion_asset_category
from . import test_fusion_asset_disposal
from . import test_fusion_asset_anomaly
from . import test_account_move_inherit
from . import test_fusion_asset_engine