mirror of https://github.com/OCA/social.git
[IMP] mail_forward: pre-commit auto fixes
parent
3a743683fb
commit
807ef4a78b
|
@ -17,19 +17,20 @@ Mail Forward Message
|
|||
: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/15.0/mail_forward
|
||||
:target: https://github.com/OCA/social/tree/17.0/mail_forward
|
||||
:alt: OCA/social
|
||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||
:target: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_forward
|
||||
:target: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_forward
|
||||
: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=15.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 allows users to forward messages from the chatter of any document to other users,
|
||||
adding them as followers of the document without notifying the current followers.
|
||||
This module allows users to forward messages from the chatter of any
|
||||
document to other users, adding them as followers of the document
|
||||
without notifying the current followers.
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -41,12 +42,14 @@ Usage
|
|||
|
||||
To use this module, follow these steps:
|
||||
|
||||
* Navigate to the chatter of any document.
|
||||
* Hover the mouse over any message in the chatter (excluding internal notes).
|
||||
* A Forward icon will appear next to the message.
|
||||
* Click the button to display a wizard with the message.
|
||||
* Select the users to forward the message to.
|
||||
* Click the 'Send Mail' button to send the message to the selected users.
|
||||
- Navigate to the chatter of any document.
|
||||
- Hover the mouse over any message in the chatter (excluding internal
|
||||
notes).
|
||||
- A Forward icon will appear next to the message.
|
||||
- Click the button to display a wizard with the message.
|
||||
- Select the users to forward the message to.
|
||||
- Click the 'Send Mail' button to send the message to the selected
|
||||
users.
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
@ -54,7 +57,7 @@ Bug Tracker
|
|||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/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/OCA/social/issues/new?body=module:%20mail_forward%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
`feedback <https://github.com/OCA/social/issues/new?body=module:%20mail_forward%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.
|
||||
|
||||
|
@ -62,18 +65,19 @@ Credits
|
|||
=======
|
||||
|
||||
Authors
|
||||
~~~~~~~
|
||||
-------
|
||||
|
||||
* Tecnativa
|
||||
|
||||
Contributors
|
||||
~~~~~~~~~~~~
|
||||
------------
|
||||
|
||||
* `Tecnativa <https://www.tecnativa.com>`_:
|
||||
* Carlos López
|
||||
- `Tecnativa <https://www.tecnativa.com>`__:
|
||||
|
||||
- Carlos López
|
||||
|
||||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
-----------
|
||||
|
||||
This module is maintained by the OCA.
|
||||
|
||||
|
@ -85,6 +89,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 <https://github.com/OCA/social/tree/15.0/mail_forward>`_ project on GitHub.
|
||||
This module is part of the `OCA/social <https://github.com/OCA/social/tree/17.0/mail_forward>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[build-system]
|
||||
requires = ["whool"]
|
||||
build-backend = "whool.buildapi"
|
|
@ -0,0 +1,2 @@
|
|||
- [Tecnativa](https://www.tecnativa.com):
|
||||
- Carlos López
|
|
@ -1,2 +0,0 @@
|
|||
* `Tecnativa <https://www.tecnativa.com>`_:
|
||||
* Carlos López
|
|
@ -0,0 +1,3 @@
|
|||
This module allows users to forward messages from the chatter of any
|
||||
document to other users, adding them as followers of the document
|
||||
without notifying the current followers.
|
|
@ -1,2 +0,0 @@
|
|||
This module allows users to forward messages from the chatter of any document to other users,
|
||||
adding them as followers of the document without notifying the current followers.
|
|
@ -0,0 +1,10 @@
|
|||
To use this module, follow these steps:
|
||||
|
||||
- Navigate to the chatter of any document.
|
||||
- Hover the mouse over any message in the chatter (excluding internal
|
||||
notes).
|
||||
- A Forward icon will appear next to the message.
|
||||
- Click the button to display a wizard with the message.
|
||||
- Select the users to forward the message to.
|
||||
- Click the 'Send Mail' button to send the message to the selected
|
||||
users.
|
|
@ -1,8 +0,0 @@
|
|||
To use this module, follow these steps:
|
||||
|
||||
* Navigate to the chatter of any document.
|
||||
* Hover the mouse over any message in the chatter (excluding internal notes).
|
||||
* A Forward icon will appear next to the message.
|
||||
* Click the button to display a wizard with the message.
|
||||
* Select the users to forward the message to.
|
||||
* Click the 'Send Mail' button to send the message to the selected users.
|
|
@ -369,9 +369,10 @@ ul.auto-toc {
|
|||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:f9107727227b807b8c178598ae0b5477c4692574ca4f87786cd4197027e23268
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/social/tree/15.0/mail_forward"><img alt="OCA/social" src="https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_forward"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module allows users to forward messages from the chatter of any document to other users,
|
||||
adding them as followers of the document without notifying the current followers.</p>
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/social/tree/17.0/mail_forward"><img alt="OCA/social" src="https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_forward"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module allows users to forward messages from the chatter of any
|
||||
document to other users, adding them as followers of the document
|
||||
without notifying the current followers.</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
|
@ -390,11 +391,13 @@ adding them as followers of the document without notifying the current followers
|
|||
<p>To use this module, follow these steps:</p>
|
||||
<ul class="simple">
|
||||
<li>Navigate to the chatter of any document.</li>
|
||||
<li>Hover the mouse over any message in the chatter (excluding internal notes).</li>
|
||||
<li>Hover the mouse over any message in the chatter (excluding internal
|
||||
notes).</li>
|
||||
<li>A Forward icon will appear next to the message.</li>
|
||||
<li>Click the button to display a wizard with the message.</li>
|
||||
<li>Select the users to forward the message to.</li>
|
||||
<li>Click the ‘Send Mail’ button to send the message to the selected users.</li>
|
||||
<li>Click the ‘Send Mail’ button to send the message to the selected
|
||||
users.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
|
@ -402,7 +405,7 @@ adding them as followers of the document without notifying the current followers
|
|||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/social/issues">GitHub Issues</a>.
|
||||
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
|
||||
<a class="reference external" href="https://github.com/OCA/social/issues/new?body=module:%20mail_forward%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||
<a class="reference external" href="https://github.com/OCA/social/issues/new?body=module:%20mail_forward%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
||||
</div>
|
||||
<div class="section" id="credits">
|
||||
|
@ -416,13 +419,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|||
<div class="section" id="contributors">
|
||||
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
|
||||
<ul class="simple">
|
||||
<li><dl class="first docutils">
|
||||
<dt><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:</dt>
|
||||
<dd><ul class="first last">
|
||||
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
|
||||
<li>Carlos López</li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -435,7 +434,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|||
<p>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.</p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/social/tree/15.0/mail_forward">OCA/social</a> project on GitHub.</p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/social/tree/17.0/mail_forward">OCA/social</a> project on GitHub.</p>
|
||||
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue