Fleet Vehicle Ownership

fleet_vehicle_ownership
REPOSITORY
REPOSITORYOCA/fleet
GIT
GIThttps://github.com/OCA/fleet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/fleet/tree/18.0/fleet_vehicle_ownership
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), RPSJR
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), RPSJR
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, kaynnan
WEBSITE
WEBSITEhttps://github.com/OCA/fleet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - fleet
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of fleet to support vehicle owner data
and to allow you to add vehicle ownership, linking partners to vehicles.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_fleet_vehicle_form_inherited fleet.vehicle.form.inherited fleet.vehicle field Inherits fleet.fleet_vehicle_view_form
view_fleet_vehicle_tree_inherited fleet.vehicle.list.inherited fleet.vehicle field Inherits fleet.fleet_vehicle_view_tree
view_partner_vehicle_owner_form res.partner div Inherits base.view_partner_form
Models touched (2)

New fields (1)
  • owner_id Many2one → res.partner
    copy=False help='Owner of the vehicle' index=True tracking=True args: 'res.partner', 'Owner'
Public methods (0)

No public methods.

New fields (2)
  • vehicle_count Integer
    compute=_compute_vehicle_count store=True string='Number of Vehicles'
  • vehicle_ids One2many → fleet.vehicle
    help='Vehicles owned by this partner' required=True args: 'fleet.vehicle', 'owner_id'
Public methods (1)
  • action_view_vehicles(self)
REPOSITORY
REPOSITORYOCA/fleet
GIT
GIThttps://github.com/OCA/fleet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/fleet/tree/16.0/fleet_vehicle_ownership
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), RPSJR
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), RPSJR
COMMITTERS
COMMITTERScubells, OCA-git-bot, oca-ci, Imbar Budiman
WEBSITE
WEBSITEhttps://github.com/OCA/fleet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:11:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - fleet
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of fleet to support vehicle owner data
and to allow you to add vehicle ownership, linking partners to vehicles.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_fleet_vehicle_form_inherited fleet.vehicle.form.inherited fleet.vehicle field Inherits fleet.fleet_vehicle_view_form
view_fleet_vehicle_tree_inherited fleet.vehicle.tree.inherited fleet.vehicle field Inherits fleet.fleet_vehicle_view_tree
view_partner_vehicle_owner_form res.partner div Inherits base.view_partner_form
Models touched (2)

New fields (1)
  • owner_id Many2one → res.partner
    copy=False help='Owner of the vehicle' index=True tracking=True args: 'res.partner', 'Owner'
Public methods (0)

No public methods.

New fields (2)
  • vehicle_count Integer
    compute=_compute_vehicle_count store=True string='Number of Vehicles'
  • vehicle_ids One2many → fleet.vehicle
    help='Vehicles owned by this partner' required=True args: 'fleet.vehicle', 'owner_id'
Public methods (1)
  • action_view_vehicles(self)
REPOSITORY
REPOSITORYOCA/fleet
GIT
GIThttps://github.com/OCA/fleet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/fleet/tree/14.0/fleet_vehicle_ownership
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), RPSJR
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), RPSJR
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, RPSJR
WEBSITE
WEBSITEhttps://github.com/OCA/fleet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 18:50:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - fleet
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module extends the functionality of fleet to support vehicle owner data and to allow you to add vehicle ownership, linking partners to vehicles

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_fleet_vehicle_form_inherited fleet.vehicle.form.inherited fleet.vehicle field Inherits fleet.fleet_vehicle_view_form
view_fleet_vehicle_tree_inherited fleet.vehicle.tree.inherited fleet.vehicle field Inherits fleet.fleet_vehicle_view_tree
view_partner_vehicle_owner_form res.partner div Inherits base.view_partner_form
Models touched (2)

New fields (1)
  • owner_id Many2one → res.partner
    copy=False help='Owner of the vehicle' index=True tracking=True args: 'res.partner', 'Owner'
Public methods (0)

No public methods.

New fields (2)
  • vehicle_count Integer
    compute=_compute_vehicle_count store=True string='Number of Vehicles'
  • vehicle_ids One2many → fleet.vehicle
    help='Vehicles owned by this partner' required=True args: 'fleet.vehicle', 'owner_id'
Public methods (1)
  • action_view_vehicles(self)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/fleet
PULL REQUEST
PULL REQUEST[19.0][MIG] fleet_vehicle_ownership: Migration to 19.0 (#221)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/fleet
PULL REQUEST
PULL REQUEST[19.0][MIG] fleet vehicle ownership: Migration to 19.0 (#219)