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 IDNameModelTypeStatus
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_warranty Integer
    related='product_id.warranty' string='Warranty Duration'
  • product_warranty_type Selection
    related='product_id.warranty_type' string='Warranty Type'
  • warranty_end_date Date
    compute='_compute_warranty_end_date' readonly=False store=True tracking=True
  • warranty_start_date Date
    copy=False default=fields.Date.today tracking=True
Public methods (0)

No public methods.

Loading…