[FIX] mail_tracking: Modification in unitest.
This commit is contained in:
parent
7f964d9386
commit
49a26ca11b
@ -23,7 +23,7 @@ Email tracking
|
|||||||
:target: https://runbot.odoo-community.org/runbot/205/14.0
|
:target: https://runbot.odoo-community.org/runbot/205/14.0
|
||||||
:alt: Try me on Runbot
|
:alt: Try me on Runbot
|
||||||
|
|
||||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||||
|
|
||||||
This module shows email notification tracking status for any messages in
|
This module shows email notification tracking status for any messages in
|
||||||
mail thread (chatter). Each notified partner will have an intuitive icon just
|
mail thread (chatter). Each notified partner will have an intuitive icon just
|
||||||
|
@ -138,7 +138,7 @@ class TestMailTracking(TransactionCase):
|
|||||||
"body": "<p>This is a test message</p>",
|
"body": "<p>This is a test message</p>",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
message._moderate_accept()
|
message.with_context(do_not_send_copy=True)._moderate_accept()
|
||||||
# Search tracking created
|
# Search tracking created
|
||||||
tracking_email = self.env["mail.tracking.email"].search(
|
tracking_email = self.env["mail.tracking.email"].search(
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user