[16.0][FIX] mail_tracking debug mode error

pull/1268/head
NiChrDeuse 2023-12-15 14:27:34 +01:00
parent 3d1fa9ea2c
commit 1bd904092b
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"