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 IDNameModelTypeStatus
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_id Many2one → stock.location
    compute='_compute_current_stock_loc_id' string='Current Inventory Location' args: 'stock.location'
  • lot_id Many2one → stock.lot
    string='Serial #' args: 'stock.lot'
  • product_id Many2one → product.product
    string='Product' args: 'product.product'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (1)
  • product_id Many2one → product.product
    string='Default Product' args: 'product.product'
Public methods (0)

No public methods.

New fields (1)
  • fleet_vehicle_model_id Many2one → fleet.vehicle.model
    string='Vehicle Model' args: 'fleet.vehicle.model'
Public methods (0)

No public methods.

New fields (2)
  • create_fleet_vehicle Boolean
    string='Creates a Fleet Vehicle'
  • fleet_vehicle_model_id Many2one → fleet.vehicle.model
    compute='_compute_fleet_vehicle_model_id' inverse='_inverse_fleet_vehicle_model_id' store=True string='Vehicle Model' args: 'fleet.vehicle.model'
Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi

New fields (1)
  • fleet_vehicle_id Many2one → fleet.vehicle
    readonly=True string='Fleet Vehicle' args: 'fleet.vehicle'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • create_fleet_vehicle Boolean
    help='Products with the "Creates a Fleet Vehicle" flagwill automatically be converted to an Fleet Vehicle.' name='Create Fleet Vehicle'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…