From 4bfacb41f593facdab8e617955b31eb0d7cd5cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Br=C3=BCckl?= Date: Thu, 16 Nov 2017 17:04:34 +0100 Subject: [PATCH] =?UTF-8?q?report=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev/odoo-server-dev-br.conf | 2 +- ext/custom-addons/dp_custom/__manifest__.py | 4 +++- ext/custom-addons/dp_custom/data/glaser_company_data.xml | 2 +- ext/custom-addons/dp_custom/data/tz_austria_company_data.xml | 2 +- setup/lib/config_at.py | 4 ++-- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/dev/odoo-server-dev-br.conf b/dev/odoo-server-dev-br.conf index 5a0a7b98..f37adf7f 100644 --- a/dev/odoo-server-dev-br.conf +++ b/dev/odoo-server-dev-br.conf @@ -8,7 +8,7 @@ db_port = 5432 db_user = False db_password = False -addons_path = ext/odoo/addons,ext/custom-addons +addons_path = ext/odoo/addons,ext/custom-addons,ext/3rd-party-addons ; For enterprise use the addons path bellow ; addons_path = ext/enterprise-addons,ext/odoo/addons,ext/3rd-party-addons,ext/custom-addons,dmi/run1 timezone = Europe/Vienna diff --git a/ext/custom-addons/dp_custom/__manifest__.py b/ext/custom-addons/dp_custom/__manifest__.py index 3298cbec..3cdce637 100644 --- a/ext/custom-addons/dp_custom/__manifest__.py +++ b/ext/custom-addons/dp_custom/__manifest__.py @@ -30,7 +30,9 @@ 'website': 'http://www.datenpol.at/', 'depends': [ 'base', - 'partner_second_lastname' + 'partner_second_lastname', + 'account', + 'sale_stock' ], 'data': [ 'data/dp_custom_data.xml', diff --git a/ext/custom-addons/dp_custom/data/glaser_company_data.xml b/ext/custom-addons/dp_custom/data/glaser_company_data.xml index c9bc4fd6..15222c20 100644 --- a/ext/custom-addons/dp_custom/data/glaser_company_data.xml +++ b/ext/custom-addons/dp_custom/data/glaser_company_data.xml @@ -1,5 +1,5 @@ - + Glaser & Co. Neugasse 36 diff --git a/ext/custom-addons/dp_custom/data/tz_austria_company_data.xml b/ext/custom-addons/dp_custom/data/tz_austria_company_data.xml index b828b9c5..b9d43ca2 100644 --- a/ext/custom-addons/dp_custom/data/tz_austria_company_data.xml +++ b/ext/custom-addons/dp_custom/data/tz_austria_company_data.xml @@ -1,5 +1,5 @@ - + TZ Tischlerzentrum ADMIN tz-admin diff --git a/setup/lib/config_at.py b/setup/lib/config_at.py index 6ac28740..03fd5eb4 100644 --- a/setup/lib/config_at.py +++ b/setup/lib/config_at.py @@ -192,8 +192,8 @@ class Config(): 'sale_management', 'l10n_at', 'dp_custom', - 'dp_custom_reports_sale', - 'dp_custom_reports_account', + 'dp_reports_sale', + 'dp_reports_account', # 'dp_reports_purchase', # 'dp_reports_stock', 'account_cancel',