80
86
'bom_id': fields.many2one('mrp.bom', 'Origin bom line'),
81
87
'production_orders': fields.many2many('mrp.production', 'mrp_production_move_ids', 'move_id', 'production_id', 'Production Order'),
82
'list_customizations': fields.function(list_customizations, string="List of Customizations", method=True, type="char", store=True, size=64),
88
'list_customizations': fields.function(list_customizations, string="List of Customizations", method=True, type="char", store=True, size=64, select=True),