Fleet Vehicle Model Compatible Product

fleet_vehicle_model_compatible_product
REPOSITORY
REPOSITORYOCA/fleet
GIT
GIThttps://github.com/OCA/fleet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/fleet/tree/12.0/fleet_vehicle_model_compatible_product
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 odoo/odoo:
    - fleet
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - product
    - decimal_precision
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
fleet_vehicle_model_form_view fleet.vehicle.model.form (in fleet_vehicle_model_compatible_product) fleet.vehicle.model page Inherits fleet.fleet_vehicle_model_view_form
product_product_form_view product.product.form (in fleet_vehicle_model_compatible_product) product.product xpath Inherits product.product_normal_form_view
product_template_form_view product.template.form (in fleet_vehicle_model_compatible_product) product.template div Inherits product.product_template_form_view
Models touched (3)

New fields (1)
  • compatible_product_ids Many2many → product.product
    context={'default_is_fleet_vehicle_product': True} domain=[('is_fleet_vehicle_product', '=', True)] help='Compatible Products/Services' args: 'product.product', 'fleet_vehicle_model_compatible_product_rel', 'model_id', 'product_id', 'Products'
Public methods (0)

No public methods.

New fields (1)
  • compatible_vehicle_model_ids Many2many → fleet.vehicle.model
    args: 'fleet.vehicle.model', 'fleet_vehicle_model_compatible_product_rel', 'product_id', 'model_id', 'Compatible Vehicle Models'
Public methods (0)

No public methods.

New fields (1)
  • is_fleet_vehicle_product Boolean
    args: 'It is a Fleet Vehicle Product'
Public methods (0)

No public methods.