Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Gines-Pesol committed Jan 12, 2024
1 parent a35e108 commit 2743736
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion custom_group_change_passw/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
###############################################################################
# For copyright and license notices, see __manifest__.py file in root directory
###############################################################################
# from . import models
# from . import models
7 changes: 4 additions & 3 deletions custom_group_change_passw/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -37,4 +38,4 @@
"views/res_user_view.xml",
],
'application': True,
}
}
2 changes: 1 addition & 1 deletion custom_group_change_passw/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
###############################################################################
# For copyright and license notices, see __manifest__.py file in root directory
###############################################################################
###############################################################################

0 comments on commit 2743736

Please sign in to comment.