fix interface imos2odoo

develop
Andreas Osim 2019-02-22 09:41:21 +01:00
parent 3e3825640c
commit 66e1486f55
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ class Partner(models.Model):
return common_list
elif self.env.context.get('delivery_partner', False):
common_list = ['firstname', 'lastname', 'midname', 'street', 'street2', 'zip', 'city', 'country_id', 'fax',
'phone', 'mobile', 'email', 'portal_id']
'phone', 'mobile', 'email', 'portal_id', 'property_product_pricelist']
return common_list
else:
return super(Partner, self)._get_specified_fields()