[MIG] mail_quoted_reply: migration to version 13.0

This commit is contained in:
Lois Rilo 2022-06-03 20:11:15 +02:00 committed by jb
parent 1919902772
commit aede2ed3aa
3 changed files with 6 additions and 3 deletions

View File

@ -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"],
}

View File

@ -1 +1,2 @@
* Enric Tobella
* Lois Rilo <lois.rilo@forgeflow.com>

View File

@ -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(