diff --git a/base_user_role_history/README.rst b/base_user_role_history/README.rst index 332635ba..d81bd83e 100644 --- a/base_user_role_history/README.rst +++ b/base_user_role_history/README.rst @@ -17,21 +17,21 @@ Base User Role History :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github - :target: https://github.com/OCA/server-backend/tree/16.0/base_user_role_history + :target: https://github.com/OCA/server-backend/tree/17.0/base_user_role_history :alt: OCA/server-backend .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/server-backend-16-0/server-backend-16-0-base_user_role_history + :target: https://translation.odoo-community.org/projects/server-backend-17-0/server-backend-17-0-base_user_role_history :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/server-backend&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/server-backend&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This addon provides history for roles modifications on users. -Each time a role is added/updated/unlinked on a user, a new role history line -is created mentioning what changes were made and who made them. -Theses informations are directly accessible from users via a smart button. +This addon provides history for roles modifications on users. Each time +a role is added/updated/unlinked on a user, a new role history line is +created mentioning what changes were made and who made them. Theses +informations are directly accessible from users via a smart button. **Table of contents** @@ -41,14 +41,15 @@ Theses informations are directly accessible from users via a smart button. Usage ===== -Changes on user roles are easily accessible via a button on user form view. +Changes on user roles are easily accessible via a button on user form +view. Known issues / Roadmap ====================== -Since roles on role history line have 'cascade' ondelete, role deletion leads -to role history line deletion. In order to keep history even in the case of -a role deletion, module could be upgraded. +Since roles on role history line have 'cascade' ondelete, role deletion +leads to role history line deletion. In order to keep history even in +the case of a role deletion, module could be upgraded. Bug Tracker =========== @@ -56,7 +57,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. @@ -64,18 +65,18 @@ Credits ======= Authors -~~~~~~~ +------- * ACSONE SA/NV Contributors -~~~~~~~~~~~~ +------------ -* Benoit Aimont (https://acsone.eu) -* Thomas Binsfeld (https://acsone.eu) +- Benoit Aimont (https://acsone.eu) +- Thomas Binsfeld (https://acsone.eu) Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -95,6 +96,6 @@ Current `maintainer `__: |maintainer-ThomasBinsfeld| -This module is part of the `OCA/server-backend `_ project on GitHub. +This module is part of the `OCA/server-backend `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/base_user_role_history/pyproject.toml b/base_user_role_history/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/base_user_role_history/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/base_user_role_history/readme/CONTRIBUTORS.md b/base_user_role_history/readme/CONTRIBUTORS.md new file mode 100644 index 00000000..74230a27 --- /dev/null +++ b/base_user_role_history/readme/CONTRIBUTORS.md @@ -0,0 +1,2 @@ +- Benoit Aimont \<\> () +- Thomas Binsfeld \<\> () diff --git a/base_user_role_history/readme/CONTRIBUTORS.rst b/base_user_role_history/readme/CONTRIBUTORS.rst deleted file mode 100644 index ce9dedf8..00000000 --- a/base_user_role_history/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,2 +0,0 @@ -* Benoit Aimont (https://acsone.eu) -* Thomas Binsfeld (https://acsone.eu) diff --git a/base_user_role_history/readme/DESCRIPTION.md b/base_user_role_history/readme/DESCRIPTION.md new file mode 100644 index 00000000..d72b4c75 --- /dev/null +++ b/base_user_role_history/readme/DESCRIPTION.md @@ -0,0 +1,4 @@ +This addon provides history for roles modifications on users. Each time +a role is added/updated/unlinked on a user, a new role history line is +created mentioning what changes were made and who made them. Theses +informations are directly accessible from users via a smart button. diff --git a/base_user_role_history/readme/DESCRIPTION.rst b/base_user_role_history/readme/DESCRIPTION.rst deleted file mode 100644 index ddc8ccf5..00000000 --- a/base_user_role_history/readme/DESCRIPTION.rst +++ /dev/null @@ -1,4 +0,0 @@ -This addon provides history for roles modifications on users. -Each time a role is added/updated/unlinked on a user, a new role history line -is created mentioning what changes were made and who made them. -Theses informations are directly accessible from users via a smart button. diff --git a/base_user_role_history/readme/ROADMAP.md b/base_user_role_history/readme/ROADMAP.md new file mode 100644 index 00000000..ea18954c --- /dev/null +++ b/base_user_role_history/readme/ROADMAP.md @@ -0,0 +1,3 @@ +Since roles on role history line have 'cascade' ondelete, role deletion +leads to role history line deletion. In order to keep history even in +the case of a role deletion, module could be upgraded. diff --git a/base_user_role_history/readme/ROADMAP.rst b/base_user_role_history/readme/ROADMAP.rst deleted file mode 100644 index 620ab933..00000000 --- a/base_user_role_history/readme/ROADMAP.rst +++ /dev/null @@ -1,3 +0,0 @@ -Since roles on role history line have 'cascade' ondelete, role deletion leads -to role history line deletion. In order to keep history even in the case of -a role deletion, module could be upgraded. diff --git a/base_user_role_history/readme/USAGE.rst b/base_user_role_history/readme/USAGE.md similarity index 84% rename from base_user_role_history/readme/USAGE.rst rename to base_user_role_history/readme/USAGE.md index 8c22abc6..d7c0d1d8 100644 --- a/base_user_role_history/readme/USAGE.rst +++ b/base_user_role_history/readme/USAGE.md @@ -1 +1,2 @@ -Changes on user roles are easily accessible via a button on user form view. +Changes on user roles are easily accessible via a button on user form +view. diff --git a/base_user_role_history/static/description/index.html b/base_user_role_history/static/description/index.html index ce6b480b..70a10f4d 100644 --- a/base_user_role_history/static/description/index.html +++ b/base_user_role_history/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,11 +368,11 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:db5f768a177dfcc1ad17e65d53bedeeac1d7d840e0d009dba5338d27478a0382 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/server-backend Translate me on Weblate Try me on Runboat

-

This addon provides history for roles modifications on users. -Each time a role is added/updated/unlinked on a user, a new role history line -is created mentioning what changes were made and who made them. -Theses informations are directly accessible from users via a smart button.

+

Beta License: AGPL-3 OCA/server-backend Translate me on Weblate Try me on Runboat

+

This addon provides history for roles modifications on users. Each time +a role is added/updated/unlinked on a user, a new role history line is +created mentioning what changes were made and who made them. Theses +informations are directly accessible from users via a smart button.

Table of contents

    @@ -390,20 +389,21 @@ Theses informations are directly accessible from users via a smart button.

Usage

-

Changes on user roles are easily accessible via a button on user form view.

+

Changes on user roles are easily accessible via a button on user form +view.

Known issues / Roadmap

-

Since roles on role history line have ‘cascade’ ondelete, role deletion leads -to role history line deletion. In order to keep history even in the case of -a role deletion, module could be upgraded.

+

Since roles on role history line have ‘cascade’ ondelete, role deletion +leads to role history line deletion. In order to keep history even in +the case of a role deletion, module could be upgraded.

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.

@@ -430,7 +430,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

ThomasBinsfeld

-

This module is part of the OCA/server-backend project on GitHub.

+

This module is part of the OCA/server-backend project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.