Maintenance Equipment Sequence

maintenance_equipment_sequence
REPOSITORY
REPOSITORYOCA/maintenance
GIT
GIThttps://github.com/OCA/maintenance.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/maintenance/tree/18.0/maintenance_equipment_sequence
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSJordi Ballester Alomar, Weblate, OCA-git-bot, oca-ci
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
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module introduces a sequence to the maintenance equipment managed
from the maintenance equipment category

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_equipment_category_view_form equipment.category.form maintenance.equipment.category group Inherits maintenance.hr_equipment_category_view_form
hr_equipment_category_view_search equipment.category.search maintenance.equipment.category field Inherits maintenance.hr_equipment_category_view_search
hr_equipment_category_view_tree equipment.category.list maintenance.equipment.category field Inherits maintenance.hr_equipment_category_view_tree
hr_equipment_view_form equipment.form maintenance.equipment field Inherits maintenance.hr_equipment_view_form
hr_equipment_view_search equipment.search maintenance.equipment field Inherits maintenance.hr_equipment_view_search
hr_equipment_view_tree equipment.list maintenance.equipment xpath Inherits maintenance.hr_equipment_view_tree
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

New fields (3)
  • sequence_id Many2one → ir.sequence
    copy=False help='This field contains the information related to the numbering of the equipments belonging to this category.' string='Entry Sequence' args: 'ir.sequence'
  • sequence_number_next Integer
    compute='_compute_seq_number_next' help='The next sequence number will be used for the next equipment.' inverse='_inverse_seq_number_next' string='Next Number'
  • sequence_prefix Char
    help="The equipment's sequence will be created using this prefix."
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)
REPOSITORY
REPOSITORYOCA/maintenance
GIT
GIThttps://github.com/OCA/maintenance.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/maintenance/tree/17.0/maintenance_equipment_sequence
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow S.L.
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, ThiagoMForgeFlow, Anxo82
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
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module introduces a sequence to the maintenance equipment managed
from the maintenance equipment category

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
hr_equipment_category_view_form equipment.category.form maintenance.equipment.category group Inherits maintenance.hr_equipment_category_view_form
hr_equipment_category_view_search equipment.category.search maintenance.equipment.category field Inherits maintenance.hr_equipment_category_view_search
hr_equipment_category_view_tree equipment.category.tree maintenance.equipment.category field Inherits maintenance.hr_equipment_category_view_tree
hr_equipment_view_form equipment.form maintenance.equipment field Inherits maintenance.hr_equipment_view_form
hr_equipment_view_search equipment.search maintenance.equipment field Inherits maintenance.hr_equipment_view_search
hr_equipment_view_tree equipment.tree maintenance.equipment xpath Inherits maintenance.hr_equipment_view_tree
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)

New fields (3)
  • sequence_id Many2one → ir.sequence
    copy=False help='This field contains the information related to the numbering of the equipments belonging to this category.' string='Entry Sequence' args: 'ir.sequence'
  • sequence_number_next Integer
    compute='_compute_seq_number_next' help='The next sequence number will be used for the next equipment.' inverse='_inverse_seq_number_next' string='Next Number'
  • sequence_prefix Char
    help="The equipment's sequence will be created using this prefix."
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
REPOSITORY
REPOSITORYOCA/maintenance
GIT
GIThttps://github.com/OCA/maintenance.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/maintenance/tree/16.0/maintenance_equipment_sequence
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow S.L.
COMMITTERS
COMMITTERSGitHub, Weblate, OCA-git-bot, oca-ci, ThiagoMForgeFlow, kaynnan, Kaynnan, Niels Göttsch
WEBSITE
WEBSITEhttps://github.com/OCA/maintenance
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - maintenance
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
hr_equipment_category_view_form equipment.category.form maintenance.equipment.category group Inherits maintenance.hr_equipment_category_view_form
hr_equipment_view_form equipment.form maintenance.equipment field Inherits maintenance.hr_equipment_view_form
hr_equipment_view_search equipment.search maintenance.equipment field Inherits maintenance.hr_equipment_view_search
hr_equipment_view_tree equipment.tree maintenance.equipment xpath Inherits maintenance.hr_equipment_view_tree
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)

New fields (3)
  • sequence_id Many2one → ir.sequence
    copy=False help='This field contains the information related to the numbering of the equipments belonging to this category.' string='Entry Sequence' args: 'ir.sequence'
  • sequence_number_next Integer
    compute='_compute_seq_number_next' help='The next sequence number will be used for the next equipment.' inverse='_inverse_seq_number_next' string='Next Number'
  • sequence_prefix Char
    help="The equipment's sequence will be created using this prefix."
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)
REPOSITORY
REPOSITORYOCA/maintenance
GIT
GIThttps://github.com/OCA/maintenance.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/maintenance/tree/15.0/maintenance_equipment_sequence
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow S.L.
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Bernat Puig Font
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
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
hr_equipment_category_view_form equipment.category.form maintenance.equipment.category group Inherits maintenance.hr_equipment_category_view_form
hr_equipment_view_form equipment.form maintenance.equipment field Inherits maintenance.hr_equipment_view_form
hr_equipment_view_search equipment.search maintenance.equipment field Inherits maintenance.hr_equipment_view_search
hr_equipment_view_tree equipment.tree maintenance.equipment field Inherits maintenance.hr_equipment_view_tree
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)

New fields (3)
  • sequence_id Many2one → ir.sequence
    copy=False help='This field contains the information related to the numbering of the equipments belonging to this category.' string='Entry Sequence' args: 'ir.sequence'
  • sequence_number_next Integer
    compute='_compute_seq_number_next' help='The next sequence number will be used for the next equipment.' inverse='_inverse_seq_number_next' string='Next Number'
  • sequence_prefix Char
    help="The equipment's sequence will be created using this prefix."
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
REPOSITORY
REPOSITORYOCA/maintenance
GIT
GIThttps://github.com/OCA/maintenance.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/maintenance/tree/14.0/maintenance_equipment_sequence
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow S.L.
COMMITTERS
COMMITTERSoca-travis, Weblate, OCA-git-bot, mariadforgeflow, oca-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/maintenance
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - maintenance
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
hr_equipment_category_view_form equipment.category.form maintenance.equipment.category group Inherits maintenance.hr_equipment_category_view_form
hr_equipment_view_form equipment.form maintenance.equipment xpath Inherits maintenance.hr_equipment_view_form
hr_equipment_view_search equipment.search maintenance.equipment field Inherits maintenance.hr_equipment_view_search
hr_equipment_view_tree equipment.tree maintenance.equipment field Inherits maintenance.hr_equipment_view_tree
Models touched (2)

New fields (1)
  • code Char
    help='Equipment Code'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)

New fields (3)
  • sequence_id Many2one → ir.sequence
    copy=False help='This field contains the information related to the numbering of the equipments belonging to this category.' string='Entry Sequence' args: 'ir.sequence'
  • sequence_number_next Integer
    compute='_compute_seq_number_next' help='The next sequence number will be used for the next equipment.' inverse='_inverse_seq_number_next' string='Next Number'
  • sequence_prefix Char
    help="The equipment's sequence will be created using this prefix." string='Sequence Prefix'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
REPOSITORY
REPOSITORYOCA/maintenance
GIT
GIThttps://github.com/OCA/maintenance.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/maintenance/tree/13.0/maintenance_equipment_sequence
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow S.L.
COMMITTERS
COMMITTERSEnric Tobella, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Núria Martín Xifré
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
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
hr_equipment_category_view_form equipment.category.form maintenance.equipment.category group Inherits maintenance.hr_equipment_category_view_form
hr_equipment_view_form equipment.form maintenance.equipment xpath Inherits maintenance.hr_equipment_view_form
hr_equipment_view_search equipment.search maintenance.equipment field Inherits maintenance.hr_equipment_view_search
hr_equipment_view_tree equipment.tree maintenance.equipment field Inherits maintenance.hr_equipment_view_tree
Models touched (2)

New fields (1)
  • code Char
    help='Equipment Code'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)

New fields (3)
  • sequence_id Many2one → ir.sequence
    copy=False help='This field contains the information related to the numbering of the equipments belonging to this category.' string='Entry Sequence' args: 'ir.sequence'
  • sequence_number_next Integer
    compute='_compute_seq_number_next' help='The next sequence number will be used for the next equipment.' inverse='_inverse_seq_number_next' string='Next Number'
  • sequence_prefix Char
    help="The equipment's sequence will be created using this prefix." string='Sequence Prefix'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
REPOSITORY
REPOSITORYOCA/maintenance
GIT
GIThttps://github.com/OCA/maintenance.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/maintenance/tree/12.0/maintenance_equipment_sequence
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent Business and IT Consulting Services S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent Business and IT Consulting Services S.L.
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Núria Martín Xifré
WEBSITE
WEBSITEhttps://www.github.com/OCA/maintenance
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - maintenance
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
hr_equipment_category_view_form equipment.category.form maintenance.equipment.category group Inherits maintenance.hr_equipment_category_view_form
hr_equipment_view_form equipment.form maintenance.equipment xpath Inherits maintenance.hr_equipment_view_form
hr_equipment_view_search equipment.search maintenance.equipment field Inherits maintenance.hr_equipment_view_search
hr_equipment_view_tree equipment.tree maintenance.equipment field Inherits maintenance.hr_equipment_view_tree
Models touched (2)

New fields (1)
  • code Char
    help='Equipment Code'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi

New fields (3)
  • sequence_id Many2one → ir.sequence
    copy=False help='This field contains the information related to the numbering of the equipments belonging to this category.' string='Entry Sequence' args: 'ir.sequence'
  • sequence_number_next Integer
    compute='_compute_seq_number_next' help='The next sequence number will be used for the next equipment.' inverse='_inverse_seq_number_next' string='Next Number'
  • sequence_prefix Char
    help="The equipment's sequence will be created using this prefix." string='Sequence Prefix'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi
REPOSITORY
REPOSITORYOCA/maintenance
GIT
GIThttps://github.com/OCA/maintenance.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/maintenance/tree/11.0/maintenance_equipment_sequence
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent Business and IT Consulting Services S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent Business and IT Consulting Services S.L.
COMMITTERS
COMMITTERSEnric Tobella, Lois Rilo, OCA Transbot, oca-travis, OCA-git-bot, Adrià Gil Sorribes
WEBSITE
WEBSITEhttps://www.github.com/OCA/maintenance
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - maintenance
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
hr_equipment_category_view_form equipment.category.form maintenance.equipment.category group Inherits maintenance.hr_equipment_category_view_form
hr_equipment_view_form equipment.form maintenance.equipment xpath Inherits maintenance.hr_equipment_view_form
hr_equipment_view_search equipment.search maintenance.equipment field Inherits maintenance.hr_equipment_view_search
hr_equipment_view_tree equipment.tree maintenance.equipment field Inherits maintenance.hr_equipment_view_tree
Models touched (2)

New fields (1)
  • code Char
    help='Equipment Code'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi

New fields (3)
  • sequence_id Many2one → ir.sequence
    copy=False help='This field contains the information related to the numbering of the equipments belonging to this category.' string='Entry Sequence' args: 'ir.sequence'
  • sequence_number_next Integer
    compute='_compute_seq_number_next' help='The next sequence number will be used for the next equipment.' inverse='_inverse_seq_number_next' string='Next Number'
  • sequence_prefix Char
    help="The equipment's sequence will be created using this prefix." string='Sequence Prefix'
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi