create branch 6.2 add model 'party.address'

This commit is contained in:
sinergia 2022-06-26 10:56:07 -05:00
parent a135b3420c
commit cceb3906ba

View File

@ -11,7 +11,6 @@ class OpticalEquipment(ModelSQL, ModelView):
location = fields.Many2One('stock.location', "Location") location = fields.Many2One('stock.location', "Location")
party = fields.Many2One('party.party', "Party") party = fields.Many2One('party.party', "Party")
party_address = fields.Many2One('party.address', "Party Address") party_address = fields.Many2One('party.address', "Party Address")
#origin = fields.reference("Origin", selection='get_origin', select=True)
product = fields.Many2One('product.product', "Product") product = fields.Many2One('product.product', "Product")
refurbish = fields.Boolean("Refurbish") refurbish = fields.Boolean("Refurbish")
equipment_type = fields.Char('type') equipment_type = fields.Char('type')