diff --git a/equipment.py b/equipment.py index 3fbc907..81a614e 100644 --- a/equipment.py +++ b/equipment.py @@ -11,7 +11,6 @@ class OpticalEquipment(ModelSQL, ModelView): location = fields.Many2One('stock.location', "Location") party = fields.Many2One('party.party', "Party") party_address = fields.Many2One('party.address', "Party Address") - #origin = fields.reference("Origin", selection='get_origin', select=True) product = fields.Many2One('product.product', "Product") refurbish = fields.Boolean("Refurbish") equipment_type = fields.Char('type')