TIP: You can type at any time to perform a new search.
Repair Type Sequence
repair_type_sequence · OCA/repair
- 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
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → ir.sequencecopy=Falsehelp='This field contains the information related to the numbering of the rorders belonging to this rtype.'string='Entry Sequence' args: 'ir.sequence' -
sequence_number_nextIntegercompute='_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_prefixCharhelp="The rorder's sequence will be created using this prefix."
-
create(self, vals)@api.model -
write(self, vals)
Loading…