[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
|
||||
: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
|
||||
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>",
|
||||
}
|
||||
)
|
||||
message._moderate_accept()
|
||||
message.with_context(do_not_send_copy=True)._moderate_accept()
|
||||
# Search tracking created
|
||||
tracking_email = self.env["mail.tracking.email"].search(
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user