social/mail_quoted_reply
Christoph Abenthung cd0331e886 [IMP] mail_quoted_reply: Separate reply body
For long replies the message composer gets extremely laggy and slow. To prevent that the reply body is stored in a separate field.
2025-02-26 08:21:43 +01:00
..
i18n Translated using Weblate (Catalan) 2025-02-10 10:06:38 +00:00
models [IMP] mail_quoted_reply: Separate reply body 2025-02-26 08:21:43 +01:00
readme [IMP] mail_quoted_reply: Separate reply body 2025-02-26 08:21:43 +01:00
static [IMP] mail_quoted_reply: Separate reply body 2025-02-26 08:21:43 +01:00
tests [IMP] mail_quoted_reply: Separate reply body 2025-02-26 08:21:43 +01:00
views [IMP] mail_quoted_reply: Separate reply body 2025-02-26 08:21:43 +01:00
README.rst [IMP] mail_quoted_reply: Separate reply body 2025-02-26 08:21:43 +01:00
__init__.py [MIG] mail_quoted_reply: Migration to 15.0 2024-10-04 11:11:33 +02:00
__manifest__.py [IMP] mail_quoted_reply: Separate reply body 2025-02-26 08:21:43 +01:00
pyproject.toml [IMP] mail_quoted_reply: pre-commit auto fixes 2024-10-04 11:11:33 +02:00

README.rst

==================
Mail Message Reply
==================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:6759514c263e6b0b7f4bb8ad6aa6918552ba51bcbf32e0eda1f46dc4978ddbad
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/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%2Fsocial-lightgray.png?logo=github
    :target: https://github.com/OCA/social/tree/17.0/mail_quoted_reply
    :alt: OCA/social
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_quoted_reply
    :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=17.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This addon allow to reply on messages from odoo directly. It is useful
when replying to a message from a customer.

Additionally, it is possible to separate the reply body from the mail
body. This separation is only for the composer and the sent mail will
contain both parts.

**Table of contents**

.. contents::
   :local:

Usage
=====

On the messages from threads, a reply button is shown. Once it has been
pressed, a composer with the reply is shown.

To activate the separation of the reply body add the system parameter
"mail_quoted_reply.separate_reply_body". After opening a composer with
the reply button the reply body will be shown below the mail body as
readonly. To write into the reply body uncheck "Reply Readonly". For
longer replies this can take some time.

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_quoted_reply%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.

Credits
=======

Authors
-------

* Creu Blanca

Contributors
------------

-  Enric Tobella
-  Lois Rilo <lois.rilo@forgeflow.com>
-  Giuseppe Borruso <gborruso@dinamicheaziendali.it>
-  Laurence Labusch <lala@labiso.de>
-  Dani Forga
-  Tris Doan <tridm@trobz.com>
-  Akim Juillerat <akim.juillerat@camptocamp.com>

Other credits
-------------

The migration from 16.0 to 17.0 of this module were financially
supported by Camptocamp.

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

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/17.0/mail_quoted_reply>`_ project on GitHub.

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