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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
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_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.

Loading…