Skip to content

Commit

Permalink
[NEW] Add module mail_quoted_reply from: OCA#1354
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Pot committed Aug 15, 2024
1 parent c014e14 commit 7e83ebd
Show file tree
Hide file tree
Showing 22 changed files with 1,077 additions and 0 deletions.
94 changes: 94 additions & 0 deletions mail_quoted_reply/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
==================
Mail Message Reply
==================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:96ee412b2c8c5a8d16223e5cfde5f442bdcbd230882516934e376d7fe0da8c08
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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.

**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.

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>

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.
1 change: 1 addition & 0 deletions mail_quoted_reply/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
19 changes: 19 additions & 0 deletions mail_quoted_reply/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2021 Creu Blanca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Mail Message Reply",
"summary": """
Make a reply using a message""",
"version": "17.0.1.0.0",
"license": "AGPL-3",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/social",
"depends": ["mail"],
"data": [],
"assets": {
"web.assets_backend": [
"/mail_quoted_reply/static/src/*.js",
],
},
}
96 changes: 96 additions & 0 deletions mail_quoted_reply/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_quoted_reply
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-07-04 15:05+0000\n"
"Last-Translator: jabelchi <jabelchi@gmail.com>\n"
"Language-Team: none\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"

#. module: mail_quoted_reply
#. odoo-python
#: code:addons/mail_quoted_reply/models/mail_message.py:0
#, python-format
msgid "Date"
msgstr ""

#. module: mail_quoted_reply
#: model:ir.model,name:mail_quoted_reply.model_mail_compose_message
msgid "Email composition wizard"
msgstr "Assistent de redacció d'emails"

#. module: mail_quoted_reply
#. odoo-python
#: code:addons/mail_quoted_reply/models/mail_message.py:0
#, python-format
msgid "From"
msgstr ""

#. module: mail_quoted_reply
#: model:ir.model,name:mail_quoted_reply.model_mail_message
msgid "Message"
msgstr "Missatge"

#. module: mail_quoted_reply
#. odoo-javascript
#: code:addons/mail_quoted_reply/static/src/models/message_action_view.esm.js:0
#, python-format
msgid "Reply"
msgstr "Respon"

#. module: mail_quoted_reply
#. odoo-python
#: code:addons/mail_quoted_reply/models/mail_message.py:0
#, python-format
msgid "Subject"
msgstr ""

#~ msgid ""
#~ "\n"
#~ " <div>\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <blockquote style=\"padding-right:0px; padding-left:5px; "
#~ "border-left-color: #000; margin-left:5px; margin-right:0px;border-left-"
#~ "width: 2px; border-left-style:solid\">\n"
#~ " From: ${object.email_from}<br/>\n"
#~ " Date: ${object.date}<br/>\n"
#~ " Subject: ${object.subject}<br/>\n"
#~ " ${object.body | safe}\n"
#~ " </blockquote>\n"
#~ " "
#~ msgstr ""
#~ "\n"
#~ " <div>\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <blockquote style=\"padding-right:0px; padding-left:5px; "
#~ "border-left-color: #000; margin-left:5px; margin-right:0px;border-left-"
#~ "width: 2px; border-left-style:solid\">\n"
#~ " From: ${object.email_from}<br/>\n"
#~ " Date: ${object.date}<br/>\n"
#~ " Subject: ${object.subject}<br/>\n"
#~ " ${object.body | safe}\n"
#~ " </blockquote>\n"
#~ " "

#~ msgid "Display Name"
#~ msgstr "Nom a mostrar"

#~ msgid "ID"
#~ msgstr "ID"

#~ msgid "Last Modified on"
#~ msgstr "Darrera modificació el"

#~ msgid "Re: ${object.subject}"
#~ msgstr "Re: ${object.subject}"
96 changes: 96 additions & 0 deletions mail_quoted_reply/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_quoted_reply
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-01-10 19:33+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: mail_quoted_reply
#. odoo-python
#: code:addons/mail_quoted_reply/models/mail_message.py:0
#, python-format
msgid "Date"
msgstr "Fecha"

#. module: mail_quoted_reply
#: model:ir.model,name:mail_quoted_reply.model_mail_compose_message
msgid "Email composition wizard"
msgstr "Asistente composición Correo Electrónico"

#. module: mail_quoted_reply
#. odoo-python
#: code:addons/mail_quoted_reply/models/mail_message.py:0
#, python-format
msgid "From"
msgstr "Desde"

#. module: mail_quoted_reply
#: model:ir.model,name:mail_quoted_reply.model_mail_message
msgid "Message"
msgstr "Mensaje"

#. module: mail_quoted_reply
#. odoo-javascript
#: code:addons/mail_quoted_reply/static/src/models/message_action_view.esm.js:0
#, python-format
msgid "Reply"
msgstr "Responder"

#. module: mail_quoted_reply
#. odoo-python
#: code:addons/mail_quoted_reply/models/mail_message.py:0
#, python-format
msgid "Subject"
msgstr "Asunto"

#~ msgid ""
#~ "\n"
#~ " <div>\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <blockquote style=\"padding-right:0px; padding-left:5px; "
#~ "border-left-color: #000; margin-left:5px; margin-right:0px;border-left-"
#~ "width: 2px; border-left-style:solid\">\n"
#~ " From: ${object.email_from}<br/>\n"
#~ " Date: ${object.date}<br/>\n"
#~ " Subject: ${object.subject}<br/>\n"
#~ " ${object.body | safe}\n"
#~ " </blockquote>\n"
#~ " "
#~ msgstr ""
#~ "\n"
#~ " <div>\n"
#~ " </div>\n"
#~ " <br/>\n"
#~ " <blockquote style=\"padding-right:0px; padding-left:5px; "
#~ "border-left-color: #000; margin-left:5px; margin-right:0px;border-left-"
#~ "width: 2px; border-left-style:solid\">\n"
#~ " From: ${object.email_from}<br/>\n"
#~ " Date: ${object.date}<br/>\n"
#~ " Subject: ${object.subject}<br/>\n"
#~ " ${object.body | safe}\n"
#~ " </blockquote>\n"
#~ " "

#~ msgid "Display Name"
#~ msgstr "Nombre mostrado"

#~ msgid "ID"
#~ msgstr "ID"

#~ msgid "Last Modified on"
#~ msgstr "Última modificación el"

#~ msgid "Re: ${object.subject}"
#~ msgstr "Re: ${object.subject}"
55 changes: 55 additions & 0 deletions mail_quoted_reply/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_quoted_reply
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-01-11 08:06+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: mail_quoted_reply
#. odoo-python
#: code:addons/mail_quoted_reply/models/mail_message.py:0
#, python-format
msgid "Date"
msgstr "Data"

#. module: mail_quoted_reply
#: model:ir.model,name:mail_quoted_reply.model_mail_compose_message
msgid "Email composition wizard"
msgstr "Procedura guidata creazione e-mail"

#. module: mail_quoted_reply
#. odoo-python
#: code:addons/mail_quoted_reply/models/mail_message.py:0
#, python-format
msgid "From"
msgstr "Dal"

#. module: mail_quoted_reply
#: model:ir.model,name:mail_quoted_reply.model_mail_message
msgid "Message"
msgstr "Messaggio"

#. module: mail_quoted_reply
#. odoo-javascript
#: code:addons/mail_quoted_reply/static/src/models/message_action_view.esm.js:0
#, python-format
msgid "Reply"
msgstr "Rispondi"

#. module: mail_quoted_reply
#. odoo-python
#: code:addons/mail_quoted_reply/models/mail_message.py:0
#, python-format
msgid "Subject"
msgstr "Soggetto"
Loading

0 comments on commit 7e83ebd

Please sign in to comment.