Repository
OCA/maintenance · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/maintenance
Last tracking update
2026-08-07 08:42:53
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Jordi Ballester Alomar, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits maintenance.hr_equipment_category_view_form
hr_equipment_category_view_search equipment.category.search maintenance.equipment.category search Inherits maintenance.hr_equipment_category_view_search
hr_equipment_category_view_tree equipment.category.list maintenance.equipment.category list Inherits maintenance.hr_equipment_category_view_tree
hr_equipment_view_form equipment.form maintenance.equipment form Inherits maintenance.hr_equipment_view_form
hr_equipment_view_search equipment.search maintenance.equipment search Inherits maintenance.hr_equipment_view_search
hr_equipment_view_tree equipment.list maintenance.equipment list Inherits maintenance.hr_equipment_view_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
24 days ago
Last activity
9 days ago
Repository
OCA/maintenance
Pull request
[19.0][MIG] maintenance_equipment_sequence: Migration to 19.0 (#582)