Repository
OCA/repair · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/repair
Last tracking update
2026-08-07 08:09:30
Authors
Odoo Community Association (OCA), ForgeFlow S.L.
Maintainers
Odoo Community Association (OCA), ForgeFlow S.L.
Committers
Weblate, oca-ci, PauBForgeFlow
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
repair_type_sequence_view_form repair.type.sequence.form repair.type form Inherits repair_type.repair_type_view_form
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)
    @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 rorders belonging to this rtype.' 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 rorder.' inverse='_inverse_seq_number_next' string='Next Number'
  • sequence_prefix Char
    help="The rorder's sequence will be created using this prefix."
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)

Loading…