Skip to content

Commit

Permalink
[IMP] : pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Medetw committed Oct 10, 2024
1 parent 1166d04 commit 6f5eb4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions res_users_clear_access_rights/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Clear User Access rights
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-it--projects--llc%2Faccess--addons-lightgray.png?logo=github
:target: https://github.com/it-projects-llc/access-addons/tree/14.0/res_users_clear_access_rights
:target: https://github.com/it-projects-llc/access-addons/tree/17.0/res_users_clear_access_rights
:alt: it-projects-llc/access-addons

|badge1| |badge2| |badge3|
Expand All @@ -38,7 +38,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/it-projects-llc/access-addons/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/it-projects-llc/access-addons/issues/new?body=module:%20res_users_clear_access_rights%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/it-projects-llc/access-addons/issues/new?body=module:%20res_users_clear_access_rights%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Expand All @@ -62,6 +62,6 @@ Contributors
Maintainers
-----------

This module is part of the `it-projects-llc/access-addons <https://github.com/it-projects-llc/access-addons/tree/14.0/res_users_clear_access_rights>`_ project on GitHub.
This module is part of the `it-projects-llc/access-addons <https://github.com/it-projects-llc/access-addons/tree/17.0/res_users_clear_access_rights>`_ project on GitHub.

You are welcome to contribute.
2 changes: 1 addition & 1 deletion res_users_clear_access_rights/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Clear User Access rights",
"summary": """Useful tool to reset user rights""",
"version": "14.0.1.1.0",
"version": "17.0.1.1.0",
"author": "IT-Projects LLC",
"license": "LGPL-3",
"support": "[email protected]",
Expand Down
3 changes: 3 additions & 0 deletions res_users_clear_access_rights/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"

0 comments on commit 6f5eb4a

Please sign in to comment.