TIP: You can type at any time to perform a new search.
Repair Stock
repair_stock · OCA/repair
- Repository
- OCA/repair · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Repair
- 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:43:05
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- repair_picking_after_done
- Description
This module acts as a base for the stock related modules for repairs. It adds some common features that may be overriding between them, as the compute for the pickings or the smart button for the transfers.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_repair_order_form_repair_stock_move_inherited |
repair.order.form - repair_stock_move - custom | repair.order | form | Inherits repair.view_repair_order_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (2)
-
picking_countIntegercompute='_compute_picking_ids'copy=Falsestring='Transfers Count' -
picking_idsMany2many → stock.pickingcomodel_name='stock.picking'compute='_compute_picking_ids'copy=Falsestring='Transfers'
-
action_view_pickings(self)
New fields (1)
-
related_repair_idMany2one → repair.ordercomodel_name='repair.order'readonly=True
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 90 days ago
- Last activity
- 35 days ago
- Repository
- OCA/repair
- Pull request
- [19.0][MIG] repair_stock (#168)