Fleet Vehicle Stock

fleet_vehicle_stock
REPOSITORY
REPOSITORYOCA/fleet
GIT
GIThttps://github.com/OCA/fleet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/fleet/tree/18.0/fleet_vehicle_stock
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources/Fleet
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Escodoo
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Escodoo
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, CristianoMafraJunior, JulioFabio
WEBSITE
WEBSITEhttps://github.com/OCA/fleet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - fleet
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits fleet.fleet_vehicle_view_form
fleet_vehicle_model_form_view fleet.vehicle.model.form (in fleet_vehicle_stock) fleet.vehicle.model page Inherits fleet.fleet_vehicle_model_view_form
fleet_vehicle_search_view fleet.vehicle.search (in fleet_vehicle_stock) fleet.vehicle field Inherits fleet.fleet_vehicle_view_search
product_normal_form_view product.product.form (in fleet_vehicle_stock) product.product page Inherits product.product_normal_form_view
product_template_form_view product.template.form (in fleet_vehicle_stock) product.template field Inherits product.product_template_form_view
product_template_only_form_view product.template.product.form (in fleet_vehicle_stock) product.template page Inherits product.product_template_only_form_view
product_variant_easy_edit_view product.product.view.form.easy (in fleet_vehicle_stock) product.product xpath Inherits product.product_variant_easy_edit_view
stock_picking_type_form_view stock.picking.type.form (in fleet_vehicle_stock) stock.picking.type field Inherits stock.view_picking_type_form
stock_production_lot_form_view stock.production.lot.form (in fleet_vehicle_stock) stock.lot xpath Inherits stock.view_production_lot_form
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.

REPOSITORY
REPOSITORYOCA/fleet
GIT
GIThttps://github.com/OCA/fleet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/fleet/tree/16.0/fleet_vehicle_stock
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYHuman Resources/Fleet
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Escodoo
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Escodoo
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Kaynnan Bardauil, Wesley Oliveira
WEBSITE
WEBSITEhttps://github.com/OCA/fleet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:42
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - fleet
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
fleet_vehicle_form_view fleet.vehicle.form (in fleet_vehicle_stock) fleet.vehicle xpath Inherits fleet.fleet_vehicle_view_form
fleet_vehicle_model_form_view fleet.vehicle.model.form (in fleet_vehicle_stock) fleet.vehicle.model page Inherits fleet.fleet_vehicle_model_view_form
fleet_vehicle_search_view fleet.vehicle.search (in fleet_vehicle_stock) fleet.vehicle field Inherits fleet.fleet_vehicle_view_search
product_normal_form_view product.product.form (in fleet_vehicle_stock) product.product page Inherits product.product_normal_form_view
product_template_form_view product.template.form (in fleet_vehicle_stock) product.template field Inherits product.product_template_form_view
product_template_only_form_view product.template.product.form (in fleet_vehicle_stock) product.template page Inherits product.product_template_only_form_view
product_variant_easy_edit_view product.product.view.form.easy (in fleet_vehicle_stock) product.product xpath Inherits product.product_variant_easy_edit_view
stock_picking_type_form_view stock.picking.type.form (in fleet_vehicle_stock) stock.picking.type field Inherits stock.view_picking_type_form
stock_production_lot_form_view stock.production.lot.form (in fleet_vehicle_stock) stock.lot xpath Inherits stock.view_production_lot_form
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)
    @api.model
  • 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.

REPOSITORY
REPOSITORYOCA/fleet
GIT
GIThttps://github.com/OCA/fleet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/fleet/tree/15.0/fleet_vehicle_stock
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources/Fleet
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Escodoo
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Escodoo
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Rodrigo Neves
WEBSITE
WEBSITEhttps://github.com/OCA/fleet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:31
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - fleet
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
fleet_vehicle_form_view fleet.vehicle.form (in fleet_vehicle_stock) fleet.vehicle xpath Inherits fleet.fleet_vehicle_view_form
fleet_vehicle_model_form_view fleet.vehicle.model.form (in fleet_vehicle_stock) fleet.vehicle.model page Inherits fleet.fleet_vehicle_model_view_form
fleet_vehicle_search_view fleet.vehicle.search (in fleet_vehicle_stock) fleet.vehicle field Inherits fleet.fleet_vehicle_view_search
product_normal_form_view product.product.form (in fleet_vehicle_stock) product.product page Inherits product.product_normal_form_view
product_template_form_view product.template.form (in fleet_vehicle_stock) product.template field Inherits product.product_template_form_view
product_template_only_form_view product.template.product.form (in fleet_vehicle_stock) product.template page Inherits product.product_template_only_form_view
product_variant_easy_edit_view product.product.view.form.easy (in fleet_vehicle_stock) product.product xpath Inherits product.product_variant_easy_edit_view
stock_picking_type_form_view stock.picking.type.form (in fleet_vehicle_stock) stock.picking.type field Inherits stock.view_picking_type_form
stock_production_lot_form_view stock.production.lot.form (in fleet_vehicle_stock) stock.production.lot xpath Inherits stock.view_production_lot_form
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.production.lot
    string='Serial #' args: 'stock.production.lot'
  • product_id Many2one → product.product
    string='Product' args: 'product.product'
Public methods (2)
  • create(self, vals)
    @api.model
  • 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 (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.

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

No public methods.

REPOSITORY
REPOSITORYOCA/fleet
GIT
GIThttps://github.com/OCA/fleet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/fleet/tree/14.0/fleet_vehicle_stock
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources/Fleet
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Escodoo
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Escodoo
COMMITTERS
COMMITTERSoca-travis, Weblate, OCA-git-bot, Marcel Savegnago
WEBSITE
WEBSITEhttps://github.com/OCA/fleet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:52
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/fleet:
    - fleet_vehicle_notebook
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - fleet
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
fleet_vehicle_form_view fleet.vehicle.form (in fleet_vehicle_stock) fleet.vehicle xpath Inherits fleet_vehicle_notebook.fleet_vehicle_form_view
fleet_vehicle_model_form_view fleet.vehicle.model.form (in fleet_vehicle_stock) fleet.vehicle.model page Inherits fleet.fleet_vehicle_model_view_form
fleet_vehicle_search_view fleet.vehicle.search (in fleet_vehicle_stock) fleet.vehicle field Inherits fleet.fleet_vehicle_view_search
product_normal_form_view product.product.form (in fleet_vehicle_stock) product.product page Inherits product.product_normal_form_view
product_template_form_view product.template.form (in fleet_vehicle_stock) product.template field Inherits product.product_template_form_view
product_template_only_form_view product.template.product.form (in fleet_vehicle_stock) product.template page Inherits product.product_template_only_form_view
product_variant_easy_edit_view product.product.view.form.easy (in fleet_vehicle_stock) product.product xpath Inherits product.product_variant_easy_edit_view
stock_picking_type_form_view stock.picking.type.form (in fleet_vehicle_stock) stock.picking.type field Inherits stock.view_picking_type_form
stock_production_lot_form_view stock.production.lot.form (in fleet_vehicle_stock) stock.production.lot xpath Inherits stock.view_production_lot_form
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.production.lot
    string='Serial #' args: 'stock.production.lot'
  • product_id Many2one → product.product
    string='Product' args: 'product.product'
Public methods (2)
  • create(self, vals)
    @api.model
  • 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 (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.

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

No public methods.

REPOSITORY
REPOSITORYOCA/fleet
GIT
GIThttps://github.com/OCA/fleet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/fleet/tree/13.0/fleet_vehicle_stock
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources/Fleet
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Escodoo
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Escodoo
COMMITTERS
COMMITTERSoca-travis, Weblate, OCA-git-bot, Marcel Savegnago
WEBSITE
WEBSITEhttps://github.com/OCA/fleet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/fleet:
    - fleet_vehicle_notebook
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - fleet
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
fleet_vehicle_form_view fleet.vehicle.form (in fleet_vehicle_stock) fleet.vehicle xpath Inherits fleet_vehicle_notebook.fleet_vehicle_form_view
fleet_vehicle_model_form_view fleet.vehicle.model.form (in fleet_vehicle_stock) fleet.vehicle.model page Inherits fleet.fleet_vehicle_model_view_form
fleet_vehicle_search_view fleet.vehicle.search (in fleet_vehicle_stock) fleet.vehicle field Inherits fleet.fleet_vehicle_view_search
product_normal_form_view product.product.form (in fleet_vehicle_stock) product.product page Inherits product.product_normal_form_view
product_template_form_view product.template.form (in fleet_vehicle_stock) product.template field Inherits product.product_template_form_view
product_template_only_form_view product.template.product.form (in fleet_vehicle_stock) product.template page Inherits product.product_template_only_form_view
product_variant_easy_edit_view product.product.view.form.easy (in fleet_vehicle_stock) product.product xpath Inherits product.product_variant_easy_edit_view
stock_picking_type_form_view stock.picking.type.form (in fleet_vehicle_stock) stock.picking.type field Inherits stock.view_picking_type_form
stock_production_lot_form_view stock.production.lot.form (in fleet_vehicle_stock) stock.production.lot xpath Inherits stock.view_production_lot_form
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.production.lot
    string='Serial #' args: 'stock.production.lot'
  • product_id Many2one → product.product
    string='Product' args: 'product.product'
Public methods (2)
  • create(self, vals)
    @api.model
  • 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 (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.

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

No public methods.

REPOSITORY
REPOSITORYOCA/fleet
GIT
GIThttps://github.com/OCA/fleet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/fleet/tree/12.0/fleet_vehicle_stock
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources/Fleet
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Escodoo
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Escodoo
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Marcel Savegnago
WEBSITE
WEBSITEhttps://github.com/OCA/fleet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/fleet:
    - fleet_vehicle_notebook
odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - fleet
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
fleet_vehicle_form_view fleet.vehicle.form (in fleet_vehicle_stock) fleet.vehicle xpath Inherits fleet_vehicle_notebook.fleet_vehicle_form_view
fleet_vehicle_model_form_view fleet.vehicle.model.form (in fleet_vehicle_stock) fleet.vehicle.model page Inherits fleet.fleet_vehicle_model_view_form
fleet_vehicle_search_view fleet.vehicle.search (in fleet_vehicle_stock) fleet.vehicle field Inherits fleet.fleet_vehicle_view_search
product_normal_form_view product.product.form (in fleet_vehicle_stock) product.product page Inherits product.product_normal_form_view
product_template_form_view product.template.form (in fleet_vehicle_stock) product.template field Inherits product.product_template_form_view
product_template_only_form_view product.template.product.form (in fleet_vehicle_stock) product.template page Inherits product.product_template_only_form_view
product_variant_easy_edit_view product.product.view.form.easy (in fleet_vehicle_stock) product.product xpath Inherits product.product_variant_easy_edit_view
stock_picking_type_form_view stock.picking.type.form (in fleet_vehicle_stock) stock.picking.type field Inherits stock.view_picking_type_form
stock_production_lot_form_view stock.production.lot.form (in fleet_vehicle_stock) stock.production.lot xpath Inherits stock.view_production_lot_form
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.production.lot
    string='Serial #' args: 'stock.production.lot'
  • product_id Many2one → product.product
    string='Product' args: 'product.product'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi

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='_set_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 (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.

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

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/fleet
PULL REQUEST
PULL REQUEST19.0 mig fleet vehicle stock (#216)