From 34019e75eaaa2c63f704729ed623dab5fd0a34c8 Mon Sep 17 00:00:00 2001 From: Andreas Osim Date: Wed, 20 Feb 2019 12:57:01 +0100 Subject: [PATCH] add additional field to SST-1 (property_product_pricelist) --- ext/custom-addons/dp_custom/models/res_partner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/custom-addons/dp_custom/models/res_partner.py b/ext/custom-addons/dp_custom/models/res_partner.py index 57eb321a..f506a354 100644 --- a/ext/custom-addons/dp_custom/models/res_partner.py +++ b/ext/custom-addons/dp_custom/models/res_partner.py @@ -341,7 +341,7 @@ class Partner(models.Model): common_list = ['street', 'street2', 'zip', 'city', 'country_id', 'fax', 'phone', 'mobile', 'endkunde', 'line_ids', 'lang', 'portal_id', 'email', 'opt_out'] 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 elif self.env.context.get('sst_11', False): common_list.extend(