create branch 6.2 add model 'party.address'
This commit is contained in:
parent
a135b3420c
commit
cceb3906ba
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user