Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.

Module: Repairs

Entity: repair.order

Description: Repair Order

Field Description Type Relationship Compute Method
allowed_lot_ids One-to-Many stock.lot _compute_allowed_lot_ids
company_id Company Many-to-One res.company
has_uncomplete_moves Boolean - _compute_has_uncomplete_moves
internal_notes Internal Notes Html -
is_parts_available All Parts are available Boolean - _compute_availability_boolean
is_parts_late Any Part is late Boolean - _compute_availability_boolean
is_returned Returned Boolean - _compute_is_returned
location_dest_id Added Parts Destination Location Many-to-One stock.location
location_id Component Source Location Many-to-One stock.location _compute_location_id
lot_id Lot/Serial Many-to-One stock.lot compute_lot_id
move_id Inventory Move Many-to-One stock.move
move_ids Parts One-to-Many stock.move
name Repair Reference Char -
partner_id Customer Many-to-One res.partner _compute_partner_id
parts_availability Component Status Char - _compute_parts_availability
parts_availability_state Selection - _compute_parts_availability
parts_location_id Removed Parts Destination Location Many-to-One stock.location
picking_id Return Many-to-One stock.picking
picking_product_id Many-to-One picking_id.product_id
picking_product_ids One-to-Many product.product _compute_picking_product_ids
picking_type_id Operation Type Many-to-One stock.picking.type _compute_picking_type_id
priority Priority Selection -
procurement_group_id Procurement Group Many-to-One procurement.group
product_id Product to Repair Many-to-One product.product
product_location_dest_id Product Destination Location Many-to-One stock.location _compute_product_location_dest_id
product_location_src_id Product Source Location Many-to-One stock.location _compute_product_location_src_id
product_qty Product Quantity Float - _compute_product_qty
product_uom Product Unit of Measure Many-to-One uom.uom compute_product_uom
product_uom_category_id Many-to-One product_id.uom_id.category_id
recycle_location_id Recycled Parts Destination Location Many-to-One stock.location _compute_recycle_location_id
repair_properties Properties Properties -
repair_request Repair Request Text sale_order_line_id.name
reserve_visible Allowed to Reserve Production Boolean - _compute_unreserve_visible
sale_order_id Sale Order Many-to-One sale.order
sale_order_line_id Many-to-One sale.order.line
schedule_date Scheduled Date Datetime -
search_date_category Date Category Selection -
state Status Selection -
tag_ids Tags Many-to-Many repair.tags
tracking Product Tracking Selection product_id.tracking
under_warranty Under Warranty Boolean -
unreserve_visible Allowed to Unreserve Production Boolean - _compute_unreserve_visible
user_id Responsible Many-to-One res.users