From 4f84346b7c6357401d4aee4a1bf232f8bf55c1d1 Mon Sep 17 00:00:00 2001 From: Ahmed Aly Date: Wed, 4 Jul 2018 14:29:26 +0200 Subject: [PATCH] =?UTF-8?q?Fall=20232:=20Anh=C3=A4nge=20-=20Backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/lib/config.py | 3 ++- setup/lib/functions.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup/lib/config.py b/setup/lib/config.py index 68c623f1..f390a94a 100644 --- a/setup/lib/config.py +++ b/setup/lib/config.py @@ -162,7 +162,8 @@ class Config(object): 'theme_clarico', 'payment_paypal', 'payment_stripe', - 'dp_website' + 'dp_website', + 'odoo_website_product_attachment' ] # Setze das Feld "Attachment" im Report (wenn gesetzt wird das PDF in den Anhängen gespeichert) diff --git a/setup/lib/functions.py b/setup/lib/functions.py index 29bf3935..5320f4e8 100644 --- a/setup/lib/functions.py +++ b/setup/lib/functions.py @@ -317,7 +317,6 @@ class DatenpolFunctions(object): 'multi_theme_id': self.odoo.env.ref('website_multi_theme.theme_default').id }) - heizpaneele_vals = { 'name': 'Heizpaneele', 'domain': 'www.heizpaneele.at', @@ -345,6 +344,7 @@ class DatenpolFunctions(object): # enable product attributes and variants vals.update({ 'group_product_variant': True, + 'auth_signup_uninvited': 'b2c' }) wizard_id = res_settings.create(vals) res_settings.execute(wizard_id)