Merge PR #1268 into 16.0

Signed-off-by pedrobaeza
pull/1162/head
OCA-git-bot 2024-01-08 07:39:28 +00:00
commit aa03db1328
2 changed files with 2 additions and 2 deletions

View File

@ -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)"),

View File

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