Field Service Vehicles - Stock

fieldservice_vehicle_stock
REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/15.0/fieldservice_vehicle_stock
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators, Brian McMaster
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators, Brian McMaster
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Patryk Pyczko
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:30
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice_vehicle
    - fieldservice
    - base_territory
    - fieldservice_stock
odoo/odoo:
    - base
    - base_geolocalize
    - base_setup
    - web
    - resource
    - contacts
    - mail
    - bus
    - web_tour
    - stock
    - product
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
fsm_vehicle_stock_form_view fsm.vehicle xpath Inherits fieldservice_vehicle.fsm_vehicle_form_view
fsm_vehicle_stock_picking_tree stock.picking.fsm_vehicle_id.tree stock.picking field Inherits fieldservice_stock.fsm_stock_picking_tree
fsm_vehicle_stock_picking_view stock.picking.fsm_vehicle_id.form stock.picking field Inherits fieldservice_stock.fsm_stock_picking_form
view_picking_type_fsm_vehicle_form Operation Types stock.picking.type field Inherits stock.view_picking_type_form
Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • assign_vehicle_to_pickings(self)
  • write(self, vals)

New fields (1)
  • inventory_location_id Many2one → stock.location
    required=True string='Inventory Location' args: 'stock.location'
Public methods (0)

No public methods.

New fields (1)
  • fsm_vehicle_id Many2one → fsm.vehicle
    string='Vehicle' args: 'fsm.vehicle'
Public methods (4)
  • action_assign(self)
    Verify that any pickings with an operation type which requires loading onto or unloading from a FSM Vehicle have a vehicle assigned and ensure the vehicle's storage location is correctly set before reserving stock to the picking
  • prepare_fsm_values(self, fsm_order)
  • update_vehicle_storage(self)
    Update the transfer's source or destination location to the FSM Vehicle's storage location depending on the operation type
  • write(self, vals)

New fields (2)
  • fsm_vehicle_in Boolean
    default=False help='Check this box for operation types that will be used\n to load inventory on FSM Vehicles.' args: 'Used to load a Field Service Vehicle'
  • fsm_vehicle_out Boolean
    default=False help='Check this box for operation types that will be used\n to unload inventory from FSM Vehicles.' args: 'Used to unload a Field Service Vehicle'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/14.0/fieldservice_vehicle_stock
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators, Brian McMaster
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators, Brian McMaster
COMMITTERS
COMMITTERSDaniel Reis, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Brian McMaster, Reed Hayashikawa, Freni-OSI
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice_vehicle
    - fieldservice
    - base_territory
    - fieldservice_stock
OCA/stock-logistics-warehouse:
    - stock_putaway_method
odoo/odoo:
    - base
    - base_geolocalize
    - base_setup
    - web
    - resource
    - contacts
    - mail
    - bus
    - web_tour
    - stock
    - product
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
fsm_vehicle_stock_form_view fsm.vehicle xpath Inherits fieldservice_vehicle.fsm_vehicle_form_view
fsm_vehicle_stock_picking_tree stock.picking.fsm_vehicle_id.tree stock.picking field Inherits fieldservice_stock.fsm_stock_picking_tree
fsm_vehicle_stock_picking_view stock.picking.fsm_vehicle_id.form stock.picking field Inherits fieldservice_stock.fsm_stock_picking_form
Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • assign_vehicle_to_pickings(self)
  • write(self, vals)

New fields (1)
  • inventory_location_id Many2one → stock.location
    required=True string='Inventory Location' args: 'stock.location'
Public methods (0)

No public methods.

New fields (1)
  • fsm_vehicle_id Many2one → fsm.vehicle
    string='Vehicle' args: 'fsm.vehicle'
Public methods (3)
  • action_assign(self)
  • prepare_fsm_values(self, fsm_order)
  • write(self, vals)

New fields (0)

No new fields.

Public methods (1)
  • get_vehicle_location(self)
    @api.model
REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/12.0/fieldservice_vehicle_stock
VERSION
VERSION 2.0.1
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators, Brian McMaster
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators, Brian McMaster
COMMITTERS
COMMITTERSMaxime Chambreuil, OCA Transbot, oca-travis, Weblate, OCA-git-bot, brian10048, scampbell, Murtuza Saleh, Brian McMaster, Marcel Savegnago
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice_vehicle
    - fieldservice
    - fieldservice_stock
    - fieldservice_delivery
    - fieldservice_stock_request
OCA/partner-contact:
    - partner_fax
OCA/stock-logistics-warehouse:
    - stock_request_direction
    - stock_request
    - stock_request_picking_type
    - stock_request_submit
    - stock_putaway_method
OCA/web:
    - web_timeline
odoo/odoo:
    - base_geolocalize
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - resource
    - contacts
    - stock
    - product
    - decimal_precision
    - uom
    - barcodes
    - delivery
    - sale_stock
    - sale
    - sales_team
    - payment
    - account
    - analytic
    - portal
    - http_routing
    - digest
    - stock_account
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
fsm_vehicle_stock_form_view fsm.vehicle xpath Inherits fieldservice_vehicle.fsm_vehicle_form_view
fsm_vehicle_stock_picking_tree stock.picking field Inherits stock.vpicktree
fsm_vehicle_stock_picking_view stock.picking field Inherits stock.view_picking_form
Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • assign_vehicle_to_pickings(self)
    @api.multi
  • write(self, vals)
    @api.multi

New fields (1)
  • inventory_location_id Many2one → stock.location
    required=True string='Inventory Location' args: 'stock.location'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • get_vehicle_location(self)
    @api.model
  • putaway_apply(self, product)

New fields (1)
  • fsm_vehicle_id Many2one → fsm.vehicle
    string='Vehicle' args: 'fsm.vehicle'
Public methods (3)
  • action_assign(self)
    @api.multi
  • prepare_fsm_values(self, fsm_order)
  • write(self, vals)
    @api.multi
REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/11.0/fieldservice_vehicle_stock
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators, Brian McMaster
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators, Brian McMaster
COMMITTERS
COMMITTERSMaxime Chambreuil, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice_vehicle
    - fieldservice
    - fieldservice_stock
OCA/geospatial:
    - base_geoengine
OCA/web:
    - web_timeline
odoo/odoo:
    - base_geolocalize
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - resource
    - stock
    - product
    - decimal_precision
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES geojson
shapely
simplejson
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
fsm_vehicle_stock_form_view fsm.vehicle xpath Inherits fieldservice_vehicle.fsm_vehicle_form_view
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • inventory_location_id Many2one → stock.location
    required=True string='Inventory Location' args: 'stock.location'
Public methods (0)

No public methods.