TIP: You can type at any time to perform a new search.
Fleet Vehicle Model Compatible Product
fleet_vehicle_model_compatible_product · OCA/fleet
- 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
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idsMany2many → product.productcontext={'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'
No public methods.
New fields (1)
-
compatible_vehicle_model_idsMany2many → fleet.vehicle.modelargs: 'fleet.vehicle.model', 'fleet_vehicle_model_compatible_product_rel', 'product_id', 'model_id', 'Compatible Vehicle Models'
No public methods.
New fields (1)
-
is_fleet_vehicle_productBooleanargs: 'It is a Fleet Vehicle Product'
No public methods.