From 9e034547d9c488849fadb2af23148a09e4136411 Mon Sep 17 00:00:00 2001 From: Andreas Wabro Date: Thu, 6 Sep 2018 14:09:34 +0200 Subject: [PATCH 1/2] =?UTF-8?q?FB-013=20E-Mailversand=20-=20Lieferschein?= =?UTF-8?q?=20best=C3=A4tigen:=20Deaktiviert=20automatische=20Versandbest?= =?UTF-8?q?=C3=A4tigung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext/custom-addons/dp_website/models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/custom-addons/dp_website/models/__init__.py b/ext/custom-addons/dp_website/models/__init__.py index 585bb3e1..d1e04ad0 100644 --- a/ext/custom-addons/dp_website/models/__init__.py +++ b/ext/custom-addons/dp_website/models/__init__.py @@ -1,3 +1,3 @@ from . import sale_order -from . import stock_picking +# uncomment to send delivery confirmation => from . import stock_picking from . import delivery_carrier From 1e56cbcf01fe8820fb9f4e40a0bd6538c4a32732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Br=C3=BCckl?= Date: Wed, 20 Feb 2019 14:04:44 +0100 Subject: [PATCH 2/2] Hotfix: neues Feld property_product_pricelist in SST-1 --- 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 cd5247da..1ffc927a 100644 --- a/ext/custom-addons/dp_custom/models/res_partner.py +++ b/ext/custom-addons/dp_custom/models/res_partner.py @@ -335,7 +335,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(