diff --git a/mail_quoted_reply/__manifest__.py b/mail_quoted_reply/__manifest__.py index a7ad4b3..106b444 100644 --- a/mail_quoted_reply/__manifest__.py +++ b/mail_quoted_reply/__manifest__.py @@ -5,11 +5,11 @@ "name": "Mail Message Reply", "summary": """ Make a reply using a message""", - "version": "12.0.1.0.0", + "version": "13.0.1.0.0", "license": "AGPL-3", "author": "Creu Blanca,Odoo Community Association (OCA)", "website": "https://github.com/OCA/social", "depends": ["mail"], - "qweb": ["static/src/xml/mail_message_reply.xml",], - "data": ["templates/assets.xml", "data/reply_template.xml",], + "qweb": ["static/src/xml/mail_message_reply.xml"], + "data": ["templates/assets.xml", "data/reply_template.xml"], } diff --git a/mail_quoted_reply/readme/CONTRIBUTORS.rst b/mail_quoted_reply/readme/CONTRIBUTORS.rst index 8500476..a1b2570 100644 --- a/mail_quoted_reply/readme/CONTRIBUTORS.rst +++ b/mail_quoted_reply/readme/CONTRIBUTORS.rst @@ -1 +1,2 @@ * Enric Tobella +* Lois Rilo diff --git a/mail_quoted_reply/tests/test_reply.py b/mail_quoted_reply/tests/test_reply.py index d8e8024..60c18a7 100644 --- a/mail_quoted_reply/tests/test_reply.py +++ b/mail_quoted_reply/tests/test_reply.py @@ -1,5 +1,6 @@ # Copyright 2021 Creu Blanca # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + from odoo.tests import TransactionCase @@ -9,6 +10,7 @@ class TestMessageReply(TransactionCase): self.assertFalse( partner.message_ids.filtered(lambda r: r.message_type != "notification") ) + # pylint: disable=C8107 message = partner.message_post(body="demo message", message_type="email") partner.refresh() self.assertIn(