MRP Repair Refurbish

mrp_repair_refurbish
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/11.0/mrp_repair_refurbish
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent
COMMITTERS
COMMITTERSLois Rilo, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp_repair
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - barcodes
    - web_planner
    - sale_management
    - sale
    - sales_team
    - account
    - analytic
    - portal
    - http_routing
    - account_invoicing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
product_normal_form_view product.product.form product.product group Inherits product.product_normal_form_view
product_template_only_form_view product.template.product.form product.template group Inherits product.product_template_only_form_view
view_repair_order_form mrp.repair.form mrp.repair xpath Inherits mrp_repair.view_repair_order_form
view_repair_order_form_filter mrp.repair.select mrp.repair field Inherits mrp_repair.view_repair_order_form_filter
view_repair_order_tree mrp.repair.tree mrp.repair field Inherits mrp_repair.view_repair_order_tree
view_template_property_form product.template.stock.property.form.inherit product.template field Inherits stock.view_template_property_form
Models touched (4)

New fields (5)
  • refurbish_location_dest_id Many2one → stock.location
    comodel_name='stock.location' string='Refurbished Delivery Location'
  • refurbish_lot_id Many2one → stock.production.lot
    comodel_name='stock.production.lot' string='Refurbished Lot'
  • refurbish_move_id Many2one → stock.move
    comodel_name='stock.move' string='Refurbished Inventory Move'
  • refurbish_product_id Many2one → product.product
    comodel_name='product.product' string='Refurbished product'
  • to_refurbish Boolean
Public methods (2)
  • 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_id Many2one → product.product
    comodel_name='product.product' domain="[('type', '=', 'product')]" string='Refurbished Product'
Public methods (0)

No public methods.

New fields (2)
  • property_stock_refurbish Many2one → stock.location
    comodel_name='stock.location' company_dependent=True domain=[('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_id Many2one → product.product
    comodel_name='product.product' compute='_compute_refurbish_product' domain="[('type', '=', 'product')]" inverse='_set_refurbish_product' search='_search_refurbish_product' string='Refurbished Product'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/9.0/mrp_repair_refurbish
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent
COMMITTERS
COMMITTERSJordi Ballester, oca-travis, OCA-git-bot, lreficent
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp_repair
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
    - procurement
    - barcodes
    - web_planner
    - sale
    - sales_team
    - account
    - analytic
    - web_tip
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
product_normal_form_view product.product.form product.product group Inherits product.product_normal_form_view
product_template_only_form_view product.template.product.form product.template group Inherits product.product_template_only_form_view
view_repair_order_form mrp.repair.form mrp.repair xpath Inherits mrp_repair.view_repair_order_form
view_repair_order_form_filter mrp.repair.select mrp.repair field Inherits mrp_repair.view_repair_order_form_filter
view_repair_order_tree mrp.repair.tree mrp.repair field Inherits mrp_repair.view_repair_order_tree
view_template_property_form product.template.stock.property.form.inherit product.template field Inherits stock.view_template_property_form
Models touched (5)

New fields (0)

No new fields.

Public methods (1)
  • onchange_product_id(self, cr, uid, ids, product_id=None)

New fields (6)
  • product_id Many2one → product.product
    comodel_name='product.product'
  • refurbish_location_dest_id Many2one → stock.location
    comodel_name='stock.location' string='Refurbished Delivery Location'
  • refurbish_lot_id Many2one → stock.production.lot
    comodel_name='stock.production.lot' string='Refurbished Lot'
  • refurbish_move_id Many2one → stock.move
    comodel_name='stock.move' string='Refurbished Inventory Move'
  • refurbish_product_id Many2one → product.product
    comodel_name='product.product' string='Refurbished product'
  • to_refurbish Boolean
    args: 'To refurbish'
Public methods (1)
  • action_repair_done(self)
    @api.multi

New fields (0)

No new fields.

Public methods (1)
  • onchange_operation_type(self, cr, uid, ids, type, guarantee_limit, company_id=False, context=None)

New fields (1)
  • refurbish_product_id Many2one → product.product
    comodel_name='product.product' domain="[('type', '=', 'product')]" string='Refurbished Product'
Public methods (0)

No public methods.

New fields (2)
  • property_stock_refurbish Many2one → stock.location
    comodel_name='stock.location' company_dependent=True domain=[('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_id Many2one → product.product
    comodel_name='product.product' compute='_compute_refurbish_product' domain="[('type', '=', 'product')]" inverse='_set_refurbish_product' search='_search_refurbish_product' string='Refurbished Product'
Public methods (0)

No public methods.