TIP: You can type at any time to perform a new search.
TMS - Account Assets
tms_account_asset · OCA/stock-logistics-transport
- Repository
- OCA/stock-logistics-transport · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- TMS
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-transport
- Last tracking update
- 2026-08-07 08:23:02
- Authors
- Odoo Community Association (OCA), Open Source Integrators
- Maintainers
- Odoo Community Association (OCA), Open Source Integrators
- Committers
- OCA-git-bot, oca-ci, EdgarRetes
- Odoo dependencies
- Python dependencies
- python-dateutil, xlrd, xlsxwriter
- System dependencies
- None
- Required by
- None
- Description
The module TMS - Account Asset manages the creation of assets for vehicles. This module provides the feature of creating vehicle assets to manage their depreciation.
Code Analysis ⓘ
Views touched (7)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_asset_profile_view_form |
account.asset.profile.view.form.inherit.tms.account.asset | account.asset.profile | form | Inherits account_asset_management.account_asset_profile_view_form |
account_asset_view_form |
account.asset.inherit.tms.account.asset.form | account.asset | form | Inherits account_asset_management.account_asset_view_form |
account_asset_view_search |
account.asset.inherit.tms.account.asset.search | account.asset | search | Inherits account_asset_management.account_asset_view_search |
fleet_vehicle_model_category_view_form |
fleet.vehicle.model.category.form.inherit.tms.account.asset | fleet.vehicle.model.category | form | Inherits fleet.fleet_vehicle_model_category_view_form |
fleet_vehicle_model_category_view_tree |
fleet.vehicle.model.category.tree.inherit.tms.account.asset | fleet.vehicle.model.category | tree | Inherits fleet.fleet_vehicle_model_category_view_tree |
fleet_vehicle_view_form |
fleet.vehicle.inherit.tms.account.asset.view.form | fleet.vehicle | form | Inherits fleet.fleet_vehicle_view_form |
fleet_vehicle_view_search |
fleet.vehicle.inherit.tms.account.asset.view.search | fleet.vehicle | search | Inherits fleet.fleet_vehicle_view_search |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (4)
-
asset_idsOne2many → fleet.vehicleargs: 'fleet.vehicle', 'asset_id' -
is_vehicleBooleanrelated='profile_id.is_vehicle' -
model_idMany2one → fleet.vehicle.modelhelp='If not a vehicle assigned to this asset, change the model to create a vehicle of the selected model' args: 'fleet.vehicle.model' -
vehicle_idMany2one → fleet.vehicleondelete='cascade'store=True args: 'fleet.vehicle'
-
action_view_vehicle(self) -
create(self, vals_list)@api.model
New fields (1)
-
is_vehicleBooleanhelp='By marking this, if an asset with this profile is created, a vehicle will be created automatically'string='Is a TMS vehicle'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (3)
-
actual_valueMonetaryrelated='asset_id.value_residual' -
asset_idMany2one → account.assetstring='Asset' args: 'account.asset' -
asset_profile_idMany2onerelated='model_id.category_id.asset_profile_id'
-
action_view_asset(self) -
create(self, vals_list)@api.model
New fields (1)
-
asset_profile_idMany2one → account.asset.profileargs: 'account.asset.profile'
No public methods.