feat(fusion_accounting_assets): inherit account.move.line for asset linkage

- fusion_asset_id Many2one on account.move.line (ondelete='set null':
  invoice line preserved if asset is removed)
- fusion_asset_count compute (smart-button friendly)
- action_open_fusion_asset() returns a window action to jump to the asset
- 3 new tests (66 total)

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 16:59:44 -04:00
parent 8659f51935
commit 38a6e375e6
5 changed files with 84 additions and 1 deletions

View File

@@ -8,3 +8,4 @@ from . import test_fusion_asset_depreciation_line
from . import test_fusion_asset_category
from . import test_fusion_asset_disposal
from . import test_fusion_asset_anomaly
from . import test_account_move_inherit