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