From c3c1159b8123c4beba94d9f081fa7892390e8ef1 Mon Sep 17 00:00:00 2001 From: andrea Date: Thu, 8 Feb 2024 08:49:16 +0100 Subject: [PATCH] [17.0][MIG] mail_send_confirmation: pre-commit --- mail_send_confirmation/README.rst | 35 ++++++++++--------- mail_send_confirmation/pyproject.toml | 3 ++ mail_send_confirmation/readme/CONTRIBUTORS.md | 2 ++ .../readme/CONTRIBUTORS.rst | 3 -- mail_send_confirmation/readme/DESCRIPTION.md | 10 ++++++ mail_send_confirmation/readme/DESCRIPTION.rst | 10 ------ .../static/description/index.html | 20 ++++++----- 7 files changed, 44 insertions(+), 39 deletions(-) create mode 100644 mail_send_confirmation/pyproject.toml create mode 100644 mail_send_confirmation/readme/CONTRIBUTORS.md delete mode 100644 mail_send_confirmation/readme/CONTRIBUTORS.rst create mode 100644 mail_send_confirmation/readme/DESCRIPTION.md delete mode 100644 mail_send_confirmation/readme/DESCRIPTION.rst diff --git a/mail_send_confirmation/README.rst b/mail_send_confirmation/README.rst index dc66b5cdb..c3779211e 100644 --- a/mail_send_confirmation/README.rst +++ b/mail_send_confirmation/README.rst @@ -17,27 +17,28 @@ Mail Send Confirmation :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github - :target: https://github.com/OCA/social/tree/16.0/mail_send_confirmation + :target: https://github.com/OCA/social/tree/17.0/mail_send_confirmation :alt: OCA/social .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_send_confirmation + :target: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_send_confirmation :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/social&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module asks for confirmation when 'Send' button in the message composer of the -chatter is pressed, to reduce the chances of accidentally sending an internal message -to the external followers. +This module asks for confirmation when 'Send' button in the message +composer of the chatter is pressed, to reduce the chances of +accidentally sending an internal message to the external followers. Limitation -~~~~~~~~~~ +---------- -As of now, this module does not change the behavior of the full composer (i.e. no confirmation will be requested), -which shows the recipients and therefore the extra confirmation step may not be as necessary -as in the simple composer. +As of now, this module does not change the behavior of the full composer +(i.e. no confirmation will be requested), which shows the recipients and +therefore the extra confirmation step may not be as necessary as in the +simple composer. **Table of contents** @@ -50,7 +51,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. @@ -58,19 +59,19 @@ Credits ======= Authors -~~~~~~~ +------- * Quartile Limited Contributors -~~~~~~~~~~~~ +------------ -* `Quartile `__: +- `Quartile `__: - * Aung Ko Ko Lin + - Aung Ko Ko Lin Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -82,6 +83,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/social `_ project on GitHub. +This module is part of the `OCA/social `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/mail_send_confirmation/pyproject.toml b/mail_send_confirmation/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/mail_send_confirmation/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/mail_send_confirmation/readme/CONTRIBUTORS.md b/mail_send_confirmation/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..faae3280c --- /dev/null +++ b/mail_send_confirmation/readme/CONTRIBUTORS.md @@ -0,0 +1,2 @@ +- [Quartile](https://www.quartile.co): + - Aung Ko Ko Lin diff --git a/mail_send_confirmation/readme/CONTRIBUTORS.rst b/mail_send_confirmation/readme/CONTRIBUTORS.rst deleted file mode 100644 index cd4e44ca9..000000000 --- a/mail_send_confirmation/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,3 +0,0 @@ -* `Quartile `__: - - * Aung Ko Ko Lin diff --git a/mail_send_confirmation/readme/DESCRIPTION.md b/mail_send_confirmation/readme/DESCRIPTION.md new file mode 100644 index 000000000..b4a1c0579 --- /dev/null +++ b/mail_send_confirmation/readme/DESCRIPTION.md @@ -0,0 +1,10 @@ +This module asks for confirmation when 'Send' button in the message +composer of the chatter is pressed, to reduce the chances of +accidentally sending an internal message to the external followers. + +## Limitation + +As of now, this module does not change the behavior of the full composer +(i.e. no confirmation will be requested), which shows the recipients and +therefore the extra confirmation step may not be as necessary as in the +simple composer. diff --git a/mail_send_confirmation/readme/DESCRIPTION.rst b/mail_send_confirmation/readme/DESCRIPTION.rst deleted file mode 100644 index 036a58e0b..000000000 --- a/mail_send_confirmation/readme/DESCRIPTION.rst +++ /dev/null @@ -1,10 +0,0 @@ -This module asks for confirmation when 'Send' button in the message composer of the -chatter is pressed, to reduce the chances of accidentally sending an internal message -to the external followers. - -Limitation -~~~~~~~~~~ - -As of now, this module does not change the behavior of the full composer (i.e. no confirmation will be requested), -which shows the recipients and therefore the extra confirmation step may not be as necessary -as in the simple composer. diff --git a/mail_send_confirmation/static/description/index.html b/mail_send_confirmation/static/description/index.html index 9e7820646..19d05f425 100644 --- a/mail_send_confirmation/static/description/index.html +++ b/mail_send_confirmation/static/description/index.html @@ -1,3 +1,4 @@ + @@ -368,15 +369,16 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:d75629616776166c8cabbfb0c38c79325902f4c30b739ee01b4d1559697eae77 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

This module asks for confirmation when ‘Send’ button in the message composer of the -chatter is pressed, to reduce the chances of accidentally sending an internal message -to the external followers.

+

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

+

This module asks for confirmation when ‘Send’ button in the message +composer of the chatter is pressed, to reduce the chances of +accidentally sending an internal message to the external followers.

Limitation

-

As of now, this module does not change the behavior of the full composer (i.e. no confirmation will be requested), -which shows the recipients and therefore the extra confirmation step may not be as necessary -as in the simple composer.

+

As of now, this module does not change the behavior of the full composer +(i.e. no confirmation will be requested), which shows the recipients and +therefore the extra confirmation step may not be as necessary as in the +simple composer.

Table of contents

    @@ -389,7 +391,7 @@ as in the simple composer.

    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.

@@ -418,7 +420,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/social project on GitHub.

+

This module is part of the OCA/social project on GitHub.

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