Repository
OCA/fleet · module folder · Try on Runboat
Module version
1.0.0
Category
Human Resources/Fleet
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/fleet
Last tracking update
2026-08-07 07:32:01
Authors
Odoo Community Association (OCA), Escodoo
Maintainers
Odoo Community Association (OCA), Escodoo
Committers
Weblate, OCA Transbot, OCA-git-bot, oca-travis, Marcel Savegnago
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
fleet_vehicle_inspection_item_compatible_product
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 form Inherits fleet.fleet_vehicle_model_view_form
product_product_form_view product.product.form (in fleet_vehicle_model_compatible_product) product.product form Inherits product.product_normal_form_view
product_template_form_view product.template.form (in fleet_vehicle_model_compatible_product) product.template form Inherits product.product_template_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.