- 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
3 lines
44 B
Python
3 lines
44 B
Python
from . import models
|
|
from . import services
|