mirror of https://github.com/OCA/social.git
[16.0][FIX] mail_tracking debug mode error
parent
3d1fa9ea2c
commit
1bd904092b
|
@ -7,7 +7,7 @@
|
||||||
{
|
{
|
||||||
"name": "Email tracking",
|
"name": "Email tracking",
|
||||||
"summary": "Email tracking system for all mails sent",
|
"summary": "Email tracking system for all mails sent",
|
||||||
"version": "16.0.1.0.1",
|
"version": "16.0.1.0.2",
|
||||||
"category": "Social Network",
|
"category": "Social Network",
|
||||||
"website": "https://github.com/OCA/social",
|
"website": "https://github.com/OCA/social",
|
||||||
"author": ("Tecnativa, " "Odoo Community Association (OCA)"),
|
"author": ("Tecnativa, " "Odoo Community Association (OCA)"),
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<t
|
<t
|
||||||
t-foreach="messageView.message.failedRecipients"
|
t-foreach="messageView.message.failedRecipients"
|
||||||
t-as="recipient"
|
t-as="recipient"
|
||||||
t-key="recipient_localId"
|
t-key="recipient[0]"
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
class="o_mail_action_tracking_partner"
|
class="o_mail_action_tracking_partner"
|
||||||
|
|
Loading…
Reference in New Issue