add 'info_uid' for sst_11 (res_partner)
parent
af40d6ec87
commit
8c3129cf61
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue