- 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
12 lines
428 B
Python
12 lines
428 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
|
|
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
|