diff --git a/ext/custom-addons/dp_custom/__manifest__.py b/ext/custom-addons/dp_custom/__manifest__.py index ffbd410c..94478678 100644 --- a/ext/custom-addons/dp_custom/__manifest__.py +++ b/ext/custom-addons/dp_custom/__manifest__.py @@ -20,6 +20,7 @@ ############################################################################## +# noinspection PyStatementEffect { 'name': 'datenpol Anpassungen', 'category': 'Custom', diff --git a/ext/custom-addons/dp_report/__manifest__.py b/ext/custom-addons/dp_report/__manifest__.py index 4a35b19b..c2879695 100644 --- a/ext/custom-addons/dp_report/__manifest__.py +++ b/ext/custom-addons/dp_report/__manifest__.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- +# noinspection PyStatementEffect { 'name': 'datepol Report-Anpassungen', 'category': 'Custom',