Maintenance Product

maintenance_product
REPOSITORY
REPOSITORYOCA/maintenance
GIT
GIThttps://github.com/OCA/maintenance.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/maintenance/tree/19.0/maintenance_product
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYMaintenance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Antoni Marroig Campomar
WEBSITE
WEBSITEhttps://github.com/OCA/maintenance
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - maintenance
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - product
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module links *Maintenance Equipments* and *Products*, easing
creation of new equipments.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
pm_maintenance_category_equipment_form_view pm.maintenance.equipment.category.form.view maintenance.equipment.category field Inherits maintenance.hr_equipment_category_view_form
pm_maintenance_equipment_form_view pm.maintenance.equipment.form.view maintenance.equipment field Inherits maintenance.hr_equipment_view_form
pm_maintenance_equipment_search_view pm.maintenance.equipment.search.view maintenance.equipment field Inherits maintenance.hr_equipment_view_search
product_template_form_view product.template.common.form product.template xpath Inherits product.product_template_form_view
Models touched (5)

New fields (2)
  • product_category_id Many2one → product.category
    comodel_name='product.category' related='category_id.product_category_id'
  • product_id Many2one → product.product
    comodel_name='product.product' domain="\n [\n ('categ_id', 'child_of', product_category_id),\n ('maintenance_ok', '=', True),\n ]\n " string='Product' tracking=True
Public methods (0)

No public methods.

New fields (1)
  • product_category_id Many2one → product.category
    comodel_name='product.category' string='Product Category' tracking=True
Public methods (0)

No public methods.

New fields (1)
  • equipment_category_ids One2many → maintenance.equipment.category
    comodel_name='maintenance.equipment.category' inverse_name='product_category_id' string='Equipment Categories'
Public methods (0)

No public methods.

New fields (1)
  • equipment_ids One2many → maintenance.equipment
    comodel_name='maintenance.equipment' inverse_name='product_id' string='Equipments'
Public methods (0)

No public methods.

New fields (1)
  • maintenance_ok Boolean
    string='Can be Maintenance'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/maintenance
GIT
GIThttps://github.com/OCA/maintenance.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/maintenance/tree/18.0/maintenance_product
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYMaintenance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSJordiMForgeFlow, Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
WEBSITE
WEBSITEhttps://github.com/OCA/maintenance
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - maintenance
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - product
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module links *Maintenance Equipments* and *Products*, easing
creation of new equipments.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
pm_maintenance_category_equipment_form_view pm.maintenance.equipment.category.form.view maintenance.equipment.category field Inherits maintenance.hr_equipment_category_view_form
pm_maintenance_equipment_form_view pm.maintenance.equipment.form.view maintenance.equipment field Inherits maintenance.hr_equipment_view_form
pm_maintenance_equipment_search_view pm.maintenance.equipment.search.view maintenance.equipment field Inherits maintenance.hr_equipment_view_search
product_template_form_view product.template.common.form product.template xpath Inherits product.product_template_form_view
Models touched (5)

New fields (2)
  • product_category_id Many2one → product.category
    comodel_name='product.category' related='category_id.product_category_id'
  • product_id Many2one → product.product
    comodel_name='product.product' domain="\n [\n ('categ_id', 'child_of', product_category_id),\n ('maintenance_ok', '=', True),\n ]\n " string='Product' tracking=True
Public methods (0)

No public methods.

New fields (1)
  • product_category_id Many2one → product.category
    comodel_name='product.category' string='Product Category' tracking=True
Public methods (0)

No public methods.

New fields (1)
  • equipment_category_ids One2many → maintenance.equipment.category
    comodel_name='maintenance.equipment.category' inverse_name='product_category_id' string='Equipment Categories'
Public methods (0)

No public methods.

New fields (1)
  • equipment_ids One2many → maintenance.equipment
    comodel_name='maintenance.equipment' inverse_name='product_id' string='Equipments'
Public methods (0)

No public methods.

New fields (1)
  • maintenance_ok Boolean
    string='Can be Maintenance'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/maintenance
GIT
GIThttps://github.com/OCA/maintenance.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/maintenance/tree/17.0/maintenance_product
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYMaintenance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Carolina Fernandez
WEBSITE
WEBSITEhttps://github.com/OCA/maintenance
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - maintenance
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - product
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module links *Maintenance Equipments* and *Products*, easing
creation of new equipments.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
pm_maintenance_category_equipment_form_view pm.maintenance.equipment.category.form.view maintenance.equipment.category field Inherits maintenance.hr_equipment_category_view_form
pm_maintenance_equipment_form_view pm.maintenance.equipment.form.view maintenance.equipment field Inherits maintenance.hr_equipment_view_form
pm_maintenance_equipment_search_view pm.maintenance.equipment.search.view maintenance.equipment field Inherits maintenance.hr_equipment_view_search
product_template_form_view product.template.common.form product.template xpath Inherits product.product_template_form_view
Models touched (5)

New fields (2)
  • product_category_id Many2one → product.category
    comodel_name='product.category' related='category_id.product_category_id'
  • product_id Many2one → product.product
    comodel_name='product.product' domain="[('categ_id','=',product_category_id),('maintenance_ok','=',True)]" string='Product' tracking=True
Public methods (0)

No public methods.

New fields (1)
  • product_category_id Many2one → product.category
    comodel_name='product.category' string='Product Category' tracking=True
Public methods (0)

No public methods.

New fields (1)
  • equipment_category_ids One2many → maintenance.equipment.category
    comodel_name='maintenance.equipment.category' inverse_name='product_category_id' string='Equipment Categories'
Public methods (0)

No public methods.

New fields (1)
  • equipment_ids One2many → maintenance.equipment
    comodel_name='maintenance.equipment' inverse_name='product_id' string='Equipments'
Public methods (0)

No public methods.

New fields (1)
  • maintenance_ok Boolean
    string='Can be Maintenance'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/maintenance
GIT
GIThttps://github.com/OCA/maintenance.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/maintenance/tree/16.0/maintenance_product
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYMaintenance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Kaynnan Lemes, kaynnan
WEBSITE
WEBSITEhttps://github.com/OCA/maintenance
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - maintenance
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - product
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
pm_maintenance_category_equipment_form_view pm.maintenance.equipment.category.form.view maintenance.equipment.category field Inherits maintenance.hr_equipment_category_view_form
pm_maintenance_equipment_form_view pm.maintenance.equipment.form.view maintenance.equipment field Inherits maintenance.hr_equipment_view_form
pm_maintenance_equipment_search_view pm.maintenance.equipment.search.view maintenance.equipment field Inherits maintenance.hr_equipment_view_search
product_template_form_view product.template.common.form product.template xpath Inherits product.product_template_form_view
Models touched (5)

New fields (2)
  • product_category_id Many2one → product.category
    comodel_name='product.category' related='category_id.product_category_id'
  • product_id Many2one → product.product
    comodel_name='product.product' domain="[('categ_id','=',product_category_id),('maintenance_ok','=',True)]" string='Product' tracking=True
Public methods (0)

No public methods.

New fields (1)
  • product_category_id Many2one → product.category
    comodel_name='product.category' string='Product Category' tracking=True
Public methods (0)

No public methods.

New fields (1)
  • equipment_category_ids One2many → maintenance.equipment.category
    comodel_name='maintenance.equipment.category' inverse_name='product_category_id' string='Equipment Categories'
Public methods (0)

No public methods.

New fields (1)
  • equipment_ids One2many → maintenance.equipment
    comodel_name='maintenance.equipment' inverse_name='product_id' string='Equipments'
Public methods (0)

No public methods.

New fields (1)
  • maintenance_ok Boolean
    string='Can be Maintenance'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/maintenance
GIT
GIThttps://github.com/OCA/maintenance.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/maintenance/tree/15.0/maintenance_product
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYMaintenance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Stefano Consolaro
WEBSITE
WEBSITEhttps://github.com/OCA/maintenance
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - maintenance
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - product
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
pm_maintenance_category_equipment_form_view pm.maintenance.equipment.category.form.view maintenance.equipment.category field Inherits maintenance.hr_equipment_category_view_form
pm_maintenance_equipment_form_view pm.maintenance.equipment.form.view maintenance.equipment field Inherits maintenance.hr_equipment_view_form
pm_maintenance_equipment_search_view pm.maintenance.equipment.search.view maintenance.equipment field Inherits maintenance.hr_equipment_view_search
product_template_form_view product.template.common.form product.template xpath Inherits product.product_template_form_view
Models touched (5)

New fields (2)
  • product_category_id Many2one → product.category
    comodel_name='product.category' related='category_id.product_category_id'
  • product_id Many2one → product.product
    comodel_name='product.product' domain="[('categ_id','=',product_category_id),('maintenance_ok','=',True)]" string='Product' tracking=True
Public methods (0)

No public methods.

New fields (1)
  • product_category_id Many2one → product.category
    comodel_name='product.category' string='Product Category' tracking=True
Public methods (0)

No public methods.

New fields (1)
  • equipment_category_ids One2many → maintenance.equipment.category
    comodel_name='maintenance.equipment.category' inverse_name='product_category_id' string='Equipment Categories'
Public methods (0)

No public methods.

New fields (1)
  • equipment_ids One2many → maintenance.equipment
    comodel_name='maintenance.equipment' inverse_name='product_id' string='Equipments'
Public methods (0)

No public methods.

New fields (1)
  • maintenance_ok Boolean
    string='Can be Maintenance'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/maintenance
GIT
GIThttps://github.com/OCA/maintenance.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/maintenance/tree/14.0/maintenance_product
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYMaintenance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/maintenance
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - maintenance
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - product
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
pm_maintenance_category_equipment_form_view pm.maintenance.equipment.category.form.view maintenance.equipment.category field Inherits maintenance.hr_equipment_category_view_form
pm_maintenance_equipment_form_view pm.maintenance.equipment.form.view maintenance.equipment field Inherits maintenance.hr_equipment_view_form
pm_maintenance_equipment_search_view pm.maintenance.equipment.search.view maintenance.equipment field Inherits maintenance.hr_equipment_view_search
product_template_form_view product.template.common.form product.template xpath Inherits product.product_template_form_view
Models touched (5)

New fields (2)
  • product_category_id Many2one → product.category
    comodel_name='product.category' related='category_id.product_category_id'
  • product_id Many2one → product.product
    comodel_name='product.product' domain="[('categ_id','=',product_category_id),('maintenance_ok','=',True)]" string='Product' tracking=True
Public methods (0)

No public methods.

New fields (1)
  • product_category_id Many2one → product.category
    comodel_name='product.category' string='Product Category' tracking=True
Public methods (0)

No public methods.

New fields (1)
  • equipment_category_ids One2many → maintenance.equipment.category
    comodel_name='maintenance.equipment.category' inverse_name='product_category_id' string='Equipment Categories'
Public methods (0)

No public methods.

New fields (1)
  • equipment_ids One2many → maintenance.equipment
    comodel_name='maintenance.equipment' inverse_name='product_id' string='Equipments'
Public methods (0)

No public methods.

New fields (1)
  • maintenance_ok Boolean
    string='Can be Maintenance'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/maintenance
GIT
GIThttps://github.com/OCA/maintenance.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/maintenance/tree/13.0/maintenance_product
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYMaintenance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/maintenance
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - maintenance
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - product
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
pm_maintenance_category_equipment_form_view pm.maintenance.equipment.category.form.view maintenance.equipment.category field Inherits maintenance.hr_equipment_category_view_form
pm_maintenance_equipment_form_view pm.maintenance.equipment.form.view maintenance.equipment field Inherits maintenance.hr_equipment_view_form
pm_maintenance_equipment_search_view pm.maintenance.equipment.search.view maintenance.equipment field Inherits maintenance.hr_equipment_view_search
product_template_form_view product.template.common.form product.template xpath Inherits product.product_template_form_view
Models touched (5)

New fields (2)
  • product_category_id Many2one → product.category
    comodel_name='product.category' related='category_id.product_category_id'
  • product_id Many2one → product.product
    comodel_name='product.product' domain="[('categ_id','=',product_category_id),('maintenance_ok','=',True)]" string='Product' tracking=True
Public methods (0)

No public methods.

New fields (1)
  • product_category_id Many2one → product.category
    comodel_name='product.category' string='Product Category' tracking=True
Public methods (0)

No public methods.

New fields (1)
  • equipment_category_ids One2many → maintenance.equipment.category
    comodel_name='maintenance.equipment.category' inverse_name='product_category_id' string='Equipment Categories'
Public methods (0)

No public methods.

New fields (1)
  • equipment_ids One2many → maintenance.equipment
    comodel_name='maintenance.equipment' inverse_name='product_id' string='Equipments'
Public methods (0)

No public methods.

New fields (1)
  • maintenance_ok Boolean
    string='Can be Maintenance'
Public methods (0)

No public methods.