From 83aff9a249289341a3c30b3b2623615711e04b88 Mon Sep 17 00:00:00 2001 From: Christian Hattemer Date: Tue, 8 Nov 2016 18:44:44 +0100 Subject: [PATCH] =?UTF-8?q?Aufr=C3=A4umen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext/config/odoo-server.conf | 2 +- ext/custom-addons/dp_custom/__init__.py | 5 +- ext/custom-addons/dp_custom/__openerp__.py | 10 +- .../dp_custom/data/dp_custom_data.xml | 225 +++++++++--------- .../dp_custom/views/dp_custom_view.xml | 8 +- ext/custom-addons/dp_report/__init__.py | 2 +- ext/custom-addons/dp_report/__openerp__.py | 8 +- .../dp_report/models/__init__.py | 2 +- .../dp_report/views/delivery.xml | 144 +++++------ ext/custom-addons/dp_report/views/invoice.xml | 118 ++++----- ext/custom-addons/dp_report/views/layouts.xml | 102 ++++---- .../dp_report/views/saleorder.xml | 156 ++++++------ 12 files changed, 389 insertions(+), 393 deletions(-) diff --git a/ext/config/odoo-server.conf b/ext/config/odoo-server.conf index 7a2599d6..d2b1242e 100644 --- a/ext/config/odoo-server.conf +++ b/ext/config/odoo-server.conf @@ -38,4 +38,4 @@ limit_memory_hard = 10000000000 # Use a new worker for the next request if 400MB is reached # The worker will be recycled after the current request -limit_memory_soft = 400000000 \ No newline at end of file +limit_memory_soft = 400000000 diff --git a/ext/custom-addons/dp_custom/__init__.py b/ext/custom-addons/dp_custom/__init__.py index 34585445..f6229e8e 100644 --- a/ext/custom-addons/dp_custom/__init__.py +++ b/ext/custom-addons/dp_custom/__init__.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution -# Copyright (C) 20014-2016 Camadeus GmbH (). +# datenpol gmbh +# Copyright (C) 2013-TODAY datenpol gmbh () # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -22,4 +22,3 @@ import models # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/ext/custom-addons/dp_custom/__openerp__.py b/ext/custom-addons/dp_custom/__openerp__.py index 5a2657d0..3c2124e1 100644 --- a/ext/custom-addons/dp_custom/__openerp__.py +++ b/ext/custom-addons/dp_custom/__openerp__.py @@ -2,7 +2,7 @@ ############################################################################## # # datenpol gmbh -# Copyright (C) 2013-TODAY datenpol gmbh() +# Copyright (C) 2013-TODAY datenpol gmbh () # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -22,12 +22,14 @@ { 'name': 'datenpol Anpassungen', - 'category': 'Custom', + 'category': 'Custom', 'version': '1.0', 'description': """Individuelle Anpassungen""", 'author': 'datenpol gmbh', - 'website': 'http://www.datenpol.at', - 'depends': ['base'], + 'website': 'http://www.datenpol.at/', + 'depends': [ + 'base', + ], 'data': [ 'data/dp_custom_data.xml', 'views/dp_custom_view.xml', diff --git a/ext/custom-addons/dp_custom/data/dp_custom_data.xml b/ext/custom-addons/dp_custom/data/dp_custom_data.xml index 458fac35..601791f4 100644 --- a/ext/custom-addons/dp_custom/data/dp_custom_data.xml +++ b/ext/custom-addons/dp_custom/data/dp_custom_data.xml @@ -1,127 +1,122 @@ - - - - + + - - - Stück - - - - - 100 Stk. - - bigger - - - - - 1000 Stk. - - bigger - + + + Stück + + + + + 100 Stk. + + bigger + + + + + 1000 Stk. + + bigger + - - - - Rolle(n) - + + + + Rolle(n) + - - - - Satz - + + + + Satz + - - - - Arbeitstag - + + + + Arbeitstag + - - - - - mm - - smaller - - - - - Quadratm. - - - - - - - - - - - Kubikm. - - - - Kubikm. - - - - + + + + mm + + smaller + - - - Paket(e) - - - - + + + Quadratm. + + + + + + + + - - - Paar(e) - - - - + + + Kubikm. + + + + Kubikm. + + + + - - - - min - - - - - - Größe - radio - - - - - - - - - - - - - + + + Paket(e) + + + + + + + + Paar(e) + + + + + + + + + min + + + + + + Größe + radio + + + + + + + + + + diff --git a/ext/custom-addons/dp_custom/views/dp_custom_view.xml b/ext/custom-addons/dp_custom/views/dp_custom_view.xml index b24d2621..b3570a73 100644 --- a/ext/custom-addons/dp_custom/views/dp_custom_view.xml +++ b/ext/custom-addons/dp_custom/views/dp_custom_view.xml @@ -1,10 +1,6 @@ - + - - + - - - diff --git a/ext/custom-addons/dp_report/__init__.py b/ext/custom-addons/dp_report/__init__.py index 5305644d..cde864ba 100644 --- a/ext/custom-addons/dp_report/__init__.py +++ b/ext/custom-addons/dp_report/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -from . import models \ No newline at end of file +from . import models diff --git a/ext/custom-addons/dp_report/__openerp__.py b/ext/custom-addons/dp_report/__openerp__.py index 8b51bdec..4a35b19b 100644 --- a/ext/custom-addons/dp_report/__openerp__.py +++ b/ext/custom-addons/dp_report/__openerp__.py @@ -1,14 +1,16 @@ # -*- coding: utf-8 -*- { - 'name': 'datepol Report Anpassungen', + 'name': 'datepol Report-Anpassungen', 'category': 'Custom', 'version': '1.0', 'summary': """Individuelle Report Anpassungen""", 'description': """Individuelle Report Anpassungen""", 'author': 'datenpol gmbh', - 'website': 'http://www.datenpol.at', - 'depends': ['base'], + 'website': 'http://www.datenpol.at/', + 'depends': [ + 'base', + ], 'data': [ # 'security/ir.model.access.csv', 'views/layouts.xml', diff --git a/ext/custom-addons/dp_report/models/__init__.py b/ext/custom-addons/dp_report/models/__init__.py index 7c68785e..40a96afc 100644 --- a/ext/custom-addons/dp_report/models/__init__.py +++ b/ext/custom-addons/dp_report/models/__init__.py @@ -1 +1 @@ -# -*- coding: utf-8 -*- \ No newline at end of file +# -*- coding: utf-8 -*- diff --git a/ext/custom-addons/dp_report/views/delivery.xml b/ext/custom-addons/dp_report/views/delivery.xml index 8063c308..c36cf0f7 100644 --- a/ext/custom-addons/dp_report/views/delivery.xml +++ b/ext/custom-addons/dp_report/views/delivery.xml @@ -1,75 +1,77 @@ - - - - - \ No newline at end of file + + + + + + + + + + diff --git a/ext/custom-addons/dp_report/views/invoice.xml b/ext/custom-addons/dp_report/views/invoice.xml index 436df4e1..7ed20a8f 100644 --- a/ext/custom-addons/dp_report/views/invoice.xml +++ b/ext/custom-addons/dp_report/views/invoice.xml @@ -1,65 +1,65 @@ - - - - - \ No newline at end of file + + + + + + + + + + diff --git a/ext/custom-addons/dp_report/views/layouts.xml b/ext/custom-addons/dp_report/views/layouts.xml index ecd180e0..313ceead 100644 --- a/ext/custom-addons/dp_report/views/layouts.xml +++ b/ext/custom-addons/dp_report/views/layouts.xml @@ -1,58 +1,58 @@ - - + + - - - - + + diff --git a/ext/custom-addons/dp_report/views/saleorder.xml b/ext/custom-addons/dp_report/views/saleorder.xml index 4526105b..a2009e9b 100644 --- a/ext/custom-addons/dp_report/views/saleorder.xml +++ b/ext/custom-addons/dp_report/views/saleorder.xml @@ -1,85 +1,85 @@ - - - - - \ No newline at end of file + + + + + + + + + +