TIP: You can type at any time to perform a new search.
Fleet Vehicle Stock
fleet_vehicle_stock · OCA/fleet
- Repository
- OCA/fleet · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Human Resources/Fleet
- Folder size
- 0.08 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/fleet
- Last tracking update
- 2026-08-07 08:43:02
- Authors
- Odoo Community Association (OCA), Escodoo
- Maintainers
- Odoo Community Association (OCA), Escodoo
- Committers
- OCA-git-bot, oca-ci, CristianoMafraJunior, JulioFabio
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module is an add-on for the Fleet application in Odoo. It allows you to track your Fleet Vehicles in stock moves.
Code Analysis ⓘ
Views touched (9)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fleet_vehicle_form_view |
fleet.vehicle.form (in fleet_vehicle_stock) | fleet.vehicle | form | Inherits fleet.fleet_vehicle_view_form |
fleet_vehicle_model_form_view |
fleet.vehicle.model.form (in fleet_vehicle_stock) | fleet.vehicle.model | form | Inherits fleet.fleet_vehicle_model_view_form |
fleet_vehicle_search_view |
fleet.vehicle.search (in fleet_vehicle_stock) | fleet.vehicle | search | Inherits fleet.fleet_vehicle_view_search |
product_normal_form_view |
product.product.form (in fleet_vehicle_stock) | product.product | form | Inherits product.product_normal_form_view |
product_template_form_view |
product.template.form (in fleet_vehicle_stock) | product.template | form | Inherits product.product_template_form_view |
product_template_only_form_view |
product.template.product.form (in fleet_vehicle_stock) | product.template | form | Inherits product.product_template_only_form_view |
product_variant_easy_edit_view |
product.product.view.form.easy (in fleet_vehicle_stock) | product.product | form | Inherits product.product_variant_easy_edit_view |
stock_picking_type_form_view |
stock.picking.type.form (in fleet_vehicle_stock) | stock.picking.type | form | Inherits stock.view_picking_type_form |
stock_production_lot_form_view |
stock.production.lot.form (in fleet_vehicle_stock) | stock.lot | form | Inherits stock.view_production_lot_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (7)
New fields (3)
-
current_stock_location_idMany2one → stock.locationcompute='_compute_current_stock_loc_id'string='Current Inventory Location' args: 'stock.location' -
lot_idMany2one → stock.lotstring='Serial #' args: 'stock.lot' -
product_idMany2one → product.productstring='Product' args: 'product.product'
-
create(self, vals_list)@api.model_create_multi -
write(self, vals)
New fields (1)
-
product_idMany2one → product.productstring='Default Product' args: 'product.product'
No public methods.
New fields (1)
-
fleet_vehicle_model_idMany2one → fleet.vehicle.modelstring='Vehicle Model' args: 'fleet.vehicle.model'
No public methods.
New fields (2)
-
create_fleet_vehicleBooleanstring='Creates a Fleet Vehicle' -
fleet_vehicle_model_idMany2one → fleet.vehicle.modelcompute='_compute_fleet_vehicle_model_id'inverse='_inverse_fleet_vehicle_model_id'store=Truestring='Vehicle Model' args: 'fleet.vehicle.model'
-
create(self, vals_list)@api.model_create_multi
New fields (1)
-
fleet_vehicle_idMany2one → fleet.vehiclereadonly=Truestring='Fleet Vehicle' args: 'fleet.vehicle'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
create_fleet_vehicleBooleanhelp='Products with the "Creates a Fleet Vehicle" flagwill automatically be converted to an Fleet Vehicle.'name='Create Fleet Vehicle'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…