---Models in module 'repair'---
---Fields in module 'repair'---
repair       / repair.fee               / price_total (float)           : is now stored
repair       / repair.line              / price_total (float)           : is now stored
# NOTIHING TO DO: handled by ORM

repair       / repair.line              / lot_id (many2one)             : relation is now 'stock.lot' ('stock.production.lot') [nothing to do]
repair       / repair.order             / lot_id (many2one)             : relation is now 'stock.lot' ('stock.production.lot') [nothing to do]
# NOTHING TO DO: renaming done in stock

repair       / repair.order             / location_id (many2one)        : now a function
repair       / repair.order             / product_uom (many2one)        : now a function
# NOTHING TO DO: field already existed (was a onchange)

repair       / repair.order             / picking_id (many2one)         : NEW relation: stock.picking
repair       / stock.picking            / repair_ids (one2many)         : NEW relation: repair.order
# NOTHING TO DO: new relation

repair       / stock.picking.type       / is_repairable (boolean)       : NEW hasdefault: compute
repair       / stock.picking.type       / return_type_of_ids (one2many) : NEW relation: stock.picking.type
# NOTHING TO DO: new fields

---XML records in module 'repair'---
NEW ir.ui.view: repair.repair_view_picking_form
NEW ir.ui.view: repair.repair_view_picking_type_form
# NOTHING TO DO
