TIP: You can type at any time to perform a new search.
MRP Repair Refurbish
mrp_repair_refurbish · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Manufacturing
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/manufacture
- Last tracking update
- 2026-08-07 07:24:56
- Authors
- Odoo Community Association (OCA), Eficent
- Maintainers
- Odoo Community Association (OCA), Eficent
- Committers
- Lois Rilo, OCA Transbot, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_normal_form_view |
product.product.form | product.product | form | Inherits product.product_normal_form_view |
product_template_only_form_view |
product.template.product.form | product.template | form | Inherits product.product_template_only_form_view |
view_repair_order_form |
mrp.repair.form | mrp.repair | form | Inherits mrp_repair.view_repair_order_form |
view_repair_order_form_filter |
mrp.repair.select | mrp.repair | form | Inherits mrp_repair.view_repair_order_form_filter |
view_repair_order_tree |
mrp.repair.tree | mrp.repair | tree | Inherits mrp_repair.view_repair_order_tree |
view_template_property_form |
product.template.stock.property.form.inherit | product.template | form | Inherits stock.view_template_property_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (5)
-
refurbish_location_dest_idMany2one → stock.locationcomodel_name='stock.location'string='Refurbished Delivery Location' -
refurbish_lot_idMany2one → stock.production.lotcomodel_name='stock.production.lot'string='Refurbished Lot' -
refurbish_move_idMany2one → stock.movecomodel_name='stock.move'string='Refurbished Inventory Move' -
refurbish_product_idMany2one → product.productcomodel_name='product.product'string='Refurbished product' -
to_refurbishBoolean
-
action_repair_done(self)@api.multi -
onchange_product_id(self)@api.onchange('product_id')
New fields (0)
No new fields.
Public methods (1)-
onchange_operation_type(self)@api.onchange('type', 'repair_id')
New fields (1)
-
refurbish_product_idMany2one → product.productcomodel_name='product.product'domain="[('type', '=', 'product')]"string='Refurbished Product'
No public methods.
New fields (2)
-
property_stock_refurbishMany2one → stock.locationcomodel_name='stock.location'company_dependent=Truedomain=[('usage', 'like', 'production')]help='This stock location will be used, instead of the default one, as the source location for stock moves generated by repair orders when refurbishing takes place.'string='Refurbish Location' -
refurbish_product_idMany2one → product.productcomodel_name='product.product'compute='_compute_refurbish_product'domain="[('type', '=', 'product')]"inverse='_set_refurbish_product'search='_search_refurbish_product'string='Refurbished Product'
No public methods.
Loading…