- fusion.asset: lifecycle (draft -> running -> paused -> disposed) - mail.thread + mail.activity.mixin tracking - 3 depreciation methods + 3 prorate conventions selections - monetary cost / salvage with check constraints (models.Constraint) - computed book_value, total_depreciated, last_posted_date - action_set_running / pause / resume / set_draft transitions - minimal stubs for fusion.asset.category and fusion.asset.depreciation.line so the One2many / Many2one comodels resolve at registry build time; expanded in Tasks 9 + 10 - 7 new tests (47 total) Made-with: Cursor
7 lines
216 B
Python
7 lines
216 B
Python
from . import test_depreciation_methods
|
|
from . import test_prorate
|
|
from . import test_salvage_value
|
|
from . import test_asset_anomaly_detection
|
|
from . import test_useful_life_predictor
|
|
from . import test_fusion_asset
|