TIP: You can type at any time to perform a new search.
Field Service Equipment Warranty
fieldservice_equipment_warranty · OCA/field-service
- Repository
- OCA/field-service · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Field Service
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/field-service
- Last tracking update
- 2026-08-07 09:06:25
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Maxime Chambreuil, OCA-git-bot, oca-ci, Hoa - Truong Thi Kim
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Customizations related to ``fieldservice_equipment_stock`` module and ``product_warranty`` module. This module allows managing warranties for equipment in the field service module. It extends the functionality of the `fieldservice_equipment_stock` and `product_warranty` modules to provide a link between equipment and product warranties.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fsm_equipment_form_view_stock |
fsm.equipment | form | Inherits fieldservice_equipment_stock.fsm_equipment_form_view_stock | |
fsm_equipment_list_view_model |
fsm.equipment | list | Inherits fieldservice_equipment_stock.fsm_equipment_list_view_model |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (4)
-
product_warrantyIntegerrelated='product_id.warranty'string='Warranty Duration' -
product_warranty_typeSelectionrelated='product_id.warranty_type'string='Warranty Type' -
warranty_end_dateDatecompute='_compute_warranty_end_date'readonly=Falsestore=Truetracking=True -
warranty_start_dateDatecopy=Falsedefault=fields.Date.todaytracking=True
No public methods.
Loading…