Hotfix: neues Feld property_product_pricelist in SST-1
							parent
							
								
									b1496716d2
								
							
						
					
					
						commit
						1e56cbcf01
					
				|  | @ -335,7 +335,7 @@ class Partner(models.Model): | ||||||
|         common_list = ['street', 'street2', 'zip', 'city', 'country_id', 'fax', 'phone', 'mobile', |         common_list = ['street', 'street2', 'zip', 'city', 'country_id', 'fax', 'phone', 'mobile', | ||||||
|                        'endkunde', 'line_ids', 'lang', 'portal_id', 'email', 'opt_out'] |                        'endkunde', 'line_ids', 'lang', 'portal_id', 'email', 'opt_out'] | ||||||
|         if self.env.context.get('sst_1', False): |         if self.env.context.get('sst_1', False): | ||||||
|             common_list.extend(['name', 'name2', 'info_kundennr', 'info_uid', 'comment', 'retail_partner_id']) |             common_list.extend(['name', 'name2', 'info_kundennr', 'info_uid', 'comment', 'retail_partner_id', 'property_product_pricelist']) | ||||||
|             return common_list |             return common_list | ||||||
|         elif self.env.context.get('sst_11', False): |         elif self.env.context.get('sst_11', False): | ||||||
|             common_list.extend( |             common_list.extend( | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue