TIP: You can type at any time to perform a new search.
Repair Stock Move
repair_stock_move · OCA/repair
- Repository
- OCA/repair · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Repair
- Folder size
- 0.05 MB
- License
- LGPL-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
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- AaronHForgeFlow, Weblate, OCA-git-bot, oca-ci, DavidJForgeFlow
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_repair_order_form |
repair.order.form - repair_stock_move | repair.order | form | Inherits repair.view_repair_order_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
stock_move_idsOne2many → stock.movecomodel_name='stock.move'inverse_name='repair_line_id'
-
create(self, vals)@api.model -
create_stock_move(self)
New fields (5)
-
fees_linesOne2manystates={'draft': [('readonly', False)], 'confirmed': [('readonly', False)], 'under_repair': [('readonly', False)], 'ready': [('readonly', False)]} -
ignore_availabilityBoolean -
operationsOne2manystates={'draft': [('readonly', False)], 'confirmed': [('readonly', False)], 'under_repair': [('readonly', False)], 'ready': [('readonly', False)]} -
show_check_availabilityBooleancompute='_compute_show_check_availability'help="Technical field used to compute whether the button 'Check Availability' should be displayed." -
stock_move_idsOne2many → stock.movecomodel_name='stock.move'inverse_name='repair_id'
-
action_assign(self) -
action_force_availability(self) -
action_open_stock_moves(self) -
action_repair_cancel(self) -
action_repair_confirm(self) -
action_repair_done(self) -
action_repair_end(self) -
action_repair_start(self)
New fields (1)
-
repair_line_idMany2one → repair.linecomodel_name='repair.line'ondelete='cascade'string='Repair Line'
No public methods.
Loading…
Loading…