diff --git a/custom_group_change_passw/__init__.py b/custom_group_change_passw/__init__.py index 0bc6f47..1ebc6e5 100644 --- a/custom_group_change_passw/__init__.py +++ b/custom_group_change_passw/__init__.py @@ -1,4 +1,4 @@ ############################################################################### # For copyright and license notices, see __manifest__.py file in root directory ############################################################################### -# from . import models \ No newline at end of file +# from . import models diff --git a/custom_group_change_passw/__manifest__.py b/custom_group_change_passw/__manifest__.py index 707c58c..454f8dc 100644 --- a/custom_group_change_passw/__manifest__.py +++ b/custom_group_change_passw/__manifest__.py @@ -19,8 +19,9 @@ ############################################################################### { 'name': 'Custom Group Not Allow Change Password', - 'summary': '''Module module is designed for authentication with Microsoft Azure. It blocks non-administrative users from changing their - own passwords. Additionally, it disables the option to change passwords from the login reset password feature.''', + 'summary': '''Module module is designed for authentication with Microsoft Azure. + It blocks non-administrative users from changing their own passwords. Additionally, +it disables the option to change passwords from the login reset password feature.''', 'author': 'Gines Saez, Sidoo', 'website': 'http://sidoo.es', 'license': 'AGPL-3', @@ -37,4 +38,4 @@ "views/res_user_view.xml", ], 'application': True, -} \ No newline at end of file +} diff --git a/custom_group_change_passw/models/__init__.py b/custom_group_change_passw/models/__init__.py index 16b0109..0286dd9 100644 --- a/custom_group_change_passw/models/__init__.py +++ b/custom_group_change_passw/models/__init__.py @@ -1,3 +1,3 @@ ############################################################################### # For copyright and license notices, see __manifest__.py file in root directory -############################################################################### \ No newline at end of file +###############################################################################