From 6f5eb4a87b77ed830f31c01f71f7037207e41535 Mon Sep 17 00:00:00 2001 From: Medet Date: Thu, 10 Oct 2024 16:46:14 +0500 Subject: [PATCH] [IMP] : pre-commit auto fixes --- res_users_clear_access_rights/README.rst | 6 +++--- res_users_clear_access_rights/__manifest__.py | 2 +- res_users_clear_access_rights/pyproject.toml | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 res_users_clear_access_rights/pyproject.toml diff --git a/res_users_clear_access_rights/README.rst b/res_users_clear_access_rights/README.rst index c22d661..f36a7d2 100644 --- a/res_users_clear_access_rights/README.rst +++ b/res_users_clear_access_rights/README.rst @@ -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| @@ -38,7 +38,7 @@ Bug Tracker Bugs are tracked on `GitHub 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -62,6 +62,6 @@ Contributors Maintainers ----------- -This module is part of the `it-projects-llc/access-addons `_ project on GitHub. +This module is part of the `it-projects-llc/access-addons `_ project on GitHub. You are welcome to contribute. diff --git a/res_users_clear_access_rights/__manifest__.py b/res_users_clear_access_rights/__manifest__.py index 72171f5..87b4484 100644 --- a/res_users_clear_access_rights/__manifest__.py +++ b/res_users_clear_access_rights/__manifest__.py @@ -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": "it@it-projects.info", diff --git a/res_users_clear_access_rights/pyproject.toml b/res_users_clear_access_rights/pyproject.toml new file mode 100644 index 0000000..4231d0c --- /dev/null +++ b/res_users_clear_access_rights/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi"