add 'info_uid' for sst_11 (res_partner)

develop
Andreas Osim 2018-05-23 11:52:40 +02:00
parent af40d6ec87
commit 8c3129cf61
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ class Partner(models.Model):
common_list.extend(['name', 'name2', 'info_kundennr', 'info_uid', 'comment', 'retail_partner_id'])
return common_list
elif self.env.context.get('sst_11', False):
common_list.extend(['name', 'ref', 'partner_sector_id', 'comment', 'vat', 'property_payment_term_id',
common_list.extend(['name', 'ref', 'partner_sector_id', 'info_uid', 'comment', 'vat', 'property_payment_term_id',
'date_vat_check', 'active', 'property_product_pricelist', 'retail_partner_id',
'is_retailer', 'name2', 'carrier_id', 'collective_bill', 'fiscal_position'])
return common_list