Field Service Equipment Warranty

fieldservice_equipment_warranty
REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/19.0/fieldservice_equipment_warranty
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Hoa - Truong Thi Kim
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:46
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice_equipment_stock
    - fieldservice_stock
    - fieldservice
    - base_territory
OCA/rma:
    - product_warranty
odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - base_geolocalize
    - contacts
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits fieldservice_equipment_stock.fsm_equipment_form_view_stock
fsm_equipment_list_view_model fsm.equipment field Inherits fieldservice_equipment_stock.fsm_equipment_list_view_model
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.

REPOSITORY
REPOSITORYOCA/field-service
GIT
GIThttps://github.com/OCA/field-service.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/field-service/tree/18.0/fieldservice_equipment_warranty
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYField Service
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, ilo
WEBSITE
WEBSITEhttps://github.com/OCA/field-service
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/field-service:
    - fieldservice_equipment_stock
    - fieldservice_stock
    - fieldservice
    - base_territory
OCA/rma:
    - product_warranty
odoo/odoo:
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - base_geolocalize
    - contacts
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits fieldservice_equipment_stock.fsm_equipment_form_view_stock
fsm_equipment_list_view_model fsm.equipment field Inherits fieldservice_equipment_stock.fsm_equipment_list_view_model
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.