From 7e3273a74174951c490e25b0caef398b938860ee Mon Sep 17 00:00:00 2001 From: Roman Widmann Date: Wed, 28 Feb 2018 13:28:03 +0100 Subject: [PATCH] Feedback 1442: Setup: Module installieren --- ext/custom-addons/dp_custom/__manifest__.py | 1 + setup/lib/config.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ext/custom-addons/dp_custom/__manifest__.py b/ext/custom-addons/dp_custom/__manifest__.py index 6102ab36..1b16c770 100644 --- a/ext/custom-addons/dp_custom/__manifest__.py +++ b/ext/custom-addons/dp_custom/__manifest__.py @@ -35,6 +35,7 @@ 'sale_stock', 'report_intrastat', 'dp_intercompany_invoicing', + 'sale_partner_incoterm', ], 'data': [ 'wizards/wizard_confirm_production.xml', diff --git a/setup/lib/config.py b/setup/lib/config.py index 41476799..139c232d 100644 --- a/setup/lib/config.py +++ b/setup/lib/config.py @@ -137,6 +137,8 @@ class Config(object): 'dp_retail_invoice', 'website_sale', 'account_invoice_fiscal_position_update', + 'dp_sale_filter_partner_addresses', + 'website_form_project', ]