From 5fefe4f0738931f3409079c3987c472367c4a806 Mon Sep 17 00:00:00 2001 From: Christopher Rogos Date: Wed, 22 Apr 2026 08:02:11 +0000 Subject: [PATCH] [IMP] mail_forward: add dependency for res_partner_many2one --- mail_forward/README.rst | 48 ++++++++++------------ mail_forward/__manifest__.py | 2 +- mail_forward/static/description/index.html | 36 +++++++--------- 3 files changed, 38 insertions(+), 48 deletions(-) diff --git a/mail_forward/README.rst b/mail_forward/README.rst index fbb07ac6b..298cb86bb 100644 --- a/mail_forward/README.rst +++ b/mail_forward/README.rst @@ -1,7 +1,3 @@ -.. image:: https://odoo-community.org/readme-banner-image - :target: https://odoo-community.org/get-involved?utm_source=readme - :alt: Odoo Community Association - ==================== Mail Forward Message ==================== @@ -17,7 +13,7 @@ Mail Forward Message .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmail-lightgray.png?logo=github @@ -35,10 +31,10 @@ Mail Forward Message This module allows users to forward messages from the chatter of any document to: -- Other users in the same thread, adding them as followers of the - document without notifying the current followers. -- Another thread, but not adding them as followers—only notifying the - current followers of the other thread. +- Other users in the same thread, adding them as followers of the + document without notifying the current followers. +- Another thread, but not adding them as followers—only notifying the + current followers of the other thread. **Table of contents** @@ -50,27 +46,27 @@ Configuration To enable a model to forward messages to another thread: -- With debug mode activated, go to - ``Settings -> Technical -> Database Structure -> Models``. -- Search for the model you wish to enable. -- Mark the option ``Enable Forward To`` and save. Transient models or - those without mail thread won't have this check visible. +- With debug mode activated, go to + ``Settings -> Technical -> Database Structure -> Models``. +- Search for the model you wish to enable. +- Mark the option ``Enable Forward To`` and save. Transient models or + those without mail thread won't have this check visible. 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 forward type (current thread or another thread). -- Select the users to forward the message to, or select the other thread - according to the previous step. -- Click the 'Send Mail' button to send the message to the selected users - or thread. +- 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 forward type (current thread or another thread). +- Select the users to forward the message to, or select the other + thread according to the previous step. +- Click the 'Send Mail' button to send the message to the selected + users or thread. Bug Tracker =========== @@ -93,9 +89,9 @@ Authors Contributors ------------ -- `Tecnativa `__: +- `Tecnativa `__: - - Carlos López + - Carlos López Maintainers ----------- diff --git a/mail_forward/__manifest__.py b/mail_forward/__manifest__.py index c9a24f028..f02a642c2 100644 --- a/mail_forward/__manifest__.py +++ b/mail_forward/__manifest__.py @@ -6,7 +6,7 @@ "summary": "Forward messages from the chatter of any document to other users.", "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/mail", - "depends": ["mail", "contacts"], + "depends": ["mail", "contacts", "partner_autocomplete"], "data": ["wizards/mail_compose_message_view.xml", "views/ir_model_views.xml"], "assets": { "web.assets_backend": [ diff --git a/mail_forward/static/description/index.html b/mail_forward/static/description/index.html index 2ad7ecd9e..be791bde4 100644 --- a/mail_forward/static/description/index.html +++ b/mail_forward/static/description/index.html @@ -3,7 +3,7 @@ -README.rst +Mail Forward Message -
+
+

Mail Forward Message

- - -Odoo Community Association - -
-

Mail Forward Message

-

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

+

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

This module allows users to forward messages from the chatter of any document to:

    @@ -398,7 +393,7 @@

    Mail Forward Message

-

Configuration

+

Configuration

To enable a model to forward messages to another thread:

  • With debug mode activated, go to @@ -409,7 +404,7 @@

    Configuration

-

Usage

+

Usage

To use this module, follow these steps:

  • Navigate to the chatter of any document.
  • @@ -418,14 +413,14 @@

    Usage

  • A Forward icon will appear next to the message.
  • Click the button to display a wizard with the message.
  • Select the forward type (current thread or another thread).
  • -
  • Select the users to forward the message to, or select the other thread -according to the previous step.
  • -
  • Click the ‘Send Mail’ button to send the message to the selected users -or thread.
  • +
  • Select the users to forward the message to, or select the other +thread according to the previous step.
  • +
  • Click the ‘Send Mail’ button to send the message to the selected +users or thread.
-

Bug Tracker

+

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 @@ -433,15 +428,15 @@

Bug Tracker

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

-

Credits

+

Credits

-

Authors

+

Authors

  • Tecnativa
-

Contributors

+

Contributors

-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association @@ -465,6 +460,5 @@

Maintainers

-