| Strings Words Characters | |||
|---|---|---|---|
| 420 3,803 43,671 |
|
All strings | Browse Translate Zen |
| 420 3,803 43,671 |
|
Translated strings | Browse Translate Zen |
| 420 3,803 43,671 |
|
Strings waiting for review | Browse Translate Zen |
Summary
| Project website | www.odoo.com | |
|---|---|---|
| Project reviewers42 |
|
|
| Translation license | BSD 2-Clause "Simplified" License | |
| Translation process |
|
|
| File mask |
addons/calendar/i18n/*.po
|
|
| Translation file |
Download
addons/calendar/i18n/nl.po
|
|
| Last change | Feb. 14, 2026, 12:07 p.m. | |
| Last change made by | GitHub webhook | |
| Language | Dutch | |
| Language code | nl | |
| Text direction | Left to right | |
| Case sensitivity | Case-sensitive | |
| Number of speakers | 32,854,898 | |
| Number of plurals | 2 | |
| Plural type | One/other | |
| Plurals | Singular | 1 | Plural | 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, … |
| Plural formula |
n != 1
|
|
03/03/2026
String statistics
| Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
|---|---|---|---|---|---|---|
| Total | 420 | 3,803 | 43,671 | |||
| Approved | 0% | 0 | 0% | 0 | 0% | 0 |
| Waiting for review | 100% | 420 | 100% | 3,803 | 100% | 43,671 |
| Translated | 100% | 420 | 100% | 3,803 | 100% | 43,671 |
| Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
| Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
| Failing checks | 0% | 0 | 0% | 0 | 0% | 0 |
| Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
| Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Quick numbers
and previous 30 days
Trends of last 30 days
—
Hosted words
+100%
—
Hosted strings
+100%
+4%
Translated
+95%
+100%
Contributors
—
|
Changes committed |
Changes committed
02/14/2026
|
|
Translation changed |
<div style="font-size: 13px; color: #374151;">
<t t-set="is_online" t-value="'appointment_type_id' in object.event_id and object.event_id.appointment_type_id"/> <t t-set="recurrent" t-value="object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')"/> <h1 style="font-size: 18px; font-weight: bold; color: #374151; margin-bottom: 28px;"> Reminder <img src="/calendar/static/src/img/bell.png" style="border:0; width: 21px; height: 24px; margin-left: 10px; text-decoration:none; vertical-align: bottom;"/> </h1> <p style="margin: 0;"> Hello <t t-out="object.common_name or ''">Gemini Furniture</t>,<br/> <span style="display: block; margin-top: 8px;">This is a reminder for the event below.</span> </p> <div style="text-align: center; padding: 16px 0px 16px 0px;"> <a t-attf-href="/calendar/{{ 'recurrence' if recurrent else 'meeting' }}/accept?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; padding: 7px 14px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Accept</a> <a t-attf-href="/calendar/{{ 'recurrence' if recurrent else 'meeting' }}/decline?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; margin-left: 6px; padding: 7px 14px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Decline</a> <a t-attf-href="/calendar/meeting/view?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; margin-left: 12px; padding: 7px 14px; color: #111827; text-decoration: none; background-color: #E7E9ED; border-radius: 3px;"> View</a> </div> <div style="margin: 16px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Details</h2> <table cellpadding="0" cellspacing="0" border="0" style="font-size: 13px; color: #374151;"> <tr> <td style="width: 100px; color: #676F7B;">Date & Time</td> <td style="font-weight: bold;"> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='EEEE', lang_code=object.env.lang) or ''">Tuesday</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='d', lang_code=object.env.lang) or ''">4</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='MMMM y', lang_code=object.env.lang) or ''">May 2021</t> <t t-if="not object.event_id.allday"> <t t-out="format_time(time=object.event_id.start, tz=object.mail_tz, time_format='short', lang_code=object.env.lang) or ''">11:00 AM</t> <t t-if="object.mail_tz"> <span style="font-size: 11px; font-weight: normal;"> (<t t-out="object.mail_tz or ''">Europe/Brussels</t>) </span> </t> </t> </td> </tr> <tr t-if="recurrent"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">When</td> <td style="padding-top: 6px;"> <t t-out="object.recurrence_id.get_recurrence_name() or ''">Every 1 Weeks, for 3 events</t> </td> </tr> <tr t-if="not object.event_id.allday and object.event_id.duration"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Duration</td> <td style="padding-top: 6px;"> <t t-out="('%dH%02d' % (object.event_id.duration,round(object.event_id.duration*60)%60)) or ''">0H30</t> </td> </tr> <tr t-if="object.event_id.location"> <td style="width: 100px; padding-top: 6px; color: #676F7B; vertical-align: top;">Location</td> <td style="padding-top: 6px;"> <t t-out="object.event_id.location or ''">Bruxelles</t> <a target="_blank" t-if="not is_online or is_online and object.event_id.location != object.event_id.appointment_type_id.location_id.name" t-attf-href="http://maps.google.com/maps?oi=map&q={{object.event_id.location}}" style="margin-left: 12px; font-size: 12px; color: #008f8c; text-decoration: underline;">View Map</a> </td> </tr> <tr t-if="object.event_id.videocall_location"> <td style="width: 100px; padding-top: 6px; color: #676F7B;"> <t t-if="object.get_base_url() in object.event_id.videocall_location">Join with</t> <t t-else="">Join</t> </td> <td style="padding-top: 6px;"> <a t-att-href="object.event_id.videocall_location" target="_blank" style="color: #008f8c;"> <t t-if="object.get_base_url() in object.event_id.videocall_location">Odoo Discuss</t> <t t-else="">Video meeting</t> </a> </td> </tr> </table> </div> <div style="margin: 32px 0 0;"> <t t-set="max_shown_attendees" t-value="20"/> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Attendees</h2> <div t-foreach="object.event_id.attendee_ids[:max_shown_attendees]" t-as="attendee" style="margin-bottom: 5px;"> <img t-if="attendee.state" t-attf-src="/calendar/static/src/img/state_{{ attendee.state }}.png" style="border:0; width: 15px; height: 15px; vertical-align: text-bottom;"/> <t t-if="attendee != object"> <span style="margin-left: 5px;" t-out="attendee.common_name or ''">Mitchell Admin</span> </t> <t t-else=""> <span style="margin-left: 5px;">You</span> </t> </div> <div t-if="len(object.event_id.attendee_ids) > max_shown_attendees" style="margin-bottom: 5px;"> ... and <t t-out="len(object.event_id.attendee_ids) - max_shown_attendees"/> more </div> </div> <div t-if="not is_html_empty(object.event_id.description)" style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Description of the event</h2> <t t-out="object.event_id.description">Internal meeting for discussion for new pricing for product and services.</t> </div> <p style="margin: 32px 0 0;"> Thank you! <t t-if="object.event_id.user_id.signature"> <span style="display: block; margin-top: 8px;"><t t-out="object.event_id.user_id.signature or ''">Mitchell Admin</t></span> </t> </p> </div>
<div style="font-size: 13px; color: #374151;">
<t t-set="is_online" t-value="'appointment_type_id' in object.event_id and object.event_id.appointment_type_id"/> <t t-set="recurrent" t-value="object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')"/> <h1 style="font-size: 18px; font-weight: bold; color: #374151; margin-bottom: 28px;"> Herinnering <img src="/calendar/static/src/img/bell.png" style="border:0; width: 21px; height: 24px; margin-left: 10px; text-decoration:none; vertical-align: bottom;"/> </h1> <p style="margin: 0;"> Hallo <t t-out="object.common_name or ''">Gemini Furniture</t>,<br/> <span style="display: block; margin-top: 8px;">Dit is een herinnering aan het onderstaande evenement.</span> </p> <div style="text-align: center; padding: 16px 0px 16px 0px;"> <a t-attf-href="/calendar/{{ 'recurrence' if recurrent else 'meeting' }}/accept?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; padding: 7px 14px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Aanvaarden</a> <a t-attf-href="/calendar/{{ 'recurrence' if recurrent else 'meeting' }}/decline?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; margin-left: 6px; padding: 7px 14px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Afwijzen</a> <a t-attf-href="/calendar/meeting/view?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; margin-left: 12px; padding: 7px 14px; color: #111827; text-decoration: none; background-color: #E7E9ED; border-radius: 3px;"> Bekijken</a> </div> <div style="margin: 16px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Details</h2> <table cellpadding="0" cellspacing="0" border="0" style="font-size: 13px; color: #374151;"> <tr> <td style="width: 100px; color: #676F7B;">Datum & Tijd</td> <td style="font-weight: bold;"> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='EEEE', lang_code=object.env.lang) or ''">Dinsdag</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='d', lang_code=object.env.lang) or ''">4</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='MMMM y', lang_code=object.env.lang) or ''">mei 2021</t> <t t-if="not object.event_id.allday"> <t t-out="format_time(time=object.event_id.start, tz=object.mail_tz, time_format='short', lang_code=object.env.lang) or ''">11:00</t> <t t-if="object.mail_tz"> <span style="font-size: 11px; font-weight: normal;"> (<t t-out="object.mail_tz or ''">Europa/Brussel</t>) </span> </t> </t> </td> </tr> <tr t-if="recurrent"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Wanneer</td> <td style="padding-top: 6px;"> <t t-out="object.recurrence_id.get_recurrence_name() or ''">Elke 1 Weken, voor 3 </td> </tr> <tr t-if="not object.event_id.allday and object.event_id.duration"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Duur</td> <td style="padding-top: 6px;"> <t t-out="('%dH%02d' % (object.event_id.duration,round(object.event_id.duration*60)%60)) or ''">0u30</t> </td> </tr> <tr t-if="object.event_id.location"> <td style="width: 100px; padding-top: 6px; color: #676F7B; vertical-align: top;">Locatie</td> <td style="padding-top: 6px;"> <t t-out="object.event_id.location or ''">Brussel</t> <a target="_blank" t-if="not is_online or is_online and object.event_id.location != object.event_id.appointment_type_id.location_id.name" t-attf-href="http://maps.google.com/maps?oi=map&q={{object.event_id.location}}" style="margin-left: 12px; font-size: 12px; color: #008f8c; text-decoration: underline;">Kaart bekijken</a> </td> </tr> <tr t-if="object.event_id.videocall_location"> <td style="width: 100px; padding-top: 6px; color: #676F7B;"> <t t-if="object.get_base_url() in object.event_id.videocall_location">Deelnemen met</t> <t t-else="">Deelnemen</t> </td> <td style="padding-top: 6px;"> <a t-att-href="object.event_id.videocall_location" target="_blank" style="color: #008f8c;"> <t t-if="object.get_base_url() in object.event_id.videocall_location">Odoo Chat</t> <t t-else="">Videovergadering</t> </a> </td> </tr> </table> </div> <div style="margin: 32px 0 0;"> <t t-set="max_shown_attendees" t-value="20"/> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Deelnemers</h2> <div t-foreach="object.event_id.attendee_ids[:max_shown_attendees]" t-as="attendee" style="margin-bottom: 5px;"> <img t-if="attendee.state" t-attf-src="/calendar/static/src/img/state_{{ attendee.state }}.png" style="border:0; width: 15px; height: 15px; vertical-align: text-bottom;"/> <t t-if="attendee != object"> <span style="margin-left: 5px;" t-out="attendee.common_name or ''">Mitchell Admin</span> </t> <t t-else=""> <span style="margin-left: 5px;">Jij</span> </t> </div> <div t-if="len(object.event_id.attendee_ids) > max_shown_attendees" style="margin-bottom: 5px;"> ... en <t t-out="len(object.event_id.attendee_ids) - max_shown_attendees"/> meer </div> </div> <div t-if="not is_html_empty(object.event_id.description)" style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Beschrijving van het evenement</h2> <t t-out="object.event_id.description">Interne vergadering ter bespreking van nieuwe prijzen voor producten en diensten.</t> </div> <p style="margin: 32px 0 0;"> Bedankt! <t t-if="object.event_id.user_id.signature"> <span style="display: block; margin-top: 8px;"><t t-out="object.event_id.user_id.signature or ''">Mitchell Admin</t></span> </t> </p> </div> |
|
Translation changed |
<div style="font-size: 13px; color: #374151;">
<t t-set="is_online" t-value="'appointment_type_id' in object and object.appointment_type_id"/> <t t-set="recurrent" t-value="object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')"/> <t t-set="mail_tz" t-value="object._get_mail_tz() or ctx.get('mail_tz')"/> <h1 style="font-size: 18px; font-weight: bold; color: #374151; margin-bottom: 28px;"> Event updated <img src="/calendar/static/src/img/sync.png" style="border:0; width: 24px; height: 24px; margin-left: 10px; text-decoration:none; vertical-align: bottom;"/> </h1> <p style="margin: 0;"> <span style="display: block; margin-bottom: 8px;">Hello,</span> This meeting has been updated. </p> <div style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Details</h2> <table cellpadding="0" cellspacing="0" border="0" style="font-size: 13px; color: #374151;"> <tr> <td style="width: 100px; color: #676F7B;">Date & Time</td> <td style="font-weight: bold;"> <t t-out="format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='EEEE', lang_code=object.env.lang)">Tuesday</t> <t t-out="format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='d', lang_code=object.env.lang)">4</t> <t t-out="format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='MMMM y', lang_code=object.env.lang)">May 2021</t> <t t-if="not object.allday"> <t t-out="format_time(time=object.start, tz=mail_tz, time_format='short', lang_code=object.env.lang)">11:00 AM</t> <t t-if="mail_tz"> <span style="font-size: 11px; font-weight: normal;"> (<t t-out="mail_tz or ''">Europe/Brussels</t>) </span> </t> </t> </td> </tr> <tr t-if="recurrent"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">When</td> <td style="padding-top: 6px;"><t t-out="object.recurrence_id.get_recurrence_name() or ''">Every 1 Weeks, for 3 events</t></td> </tr> <tr t-if="not object.allday and object.duration"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Duration</td> <td style="padding-top: 6px;"><t t-out="('%dH%02d' % (object.duration,round(object.duration*60)%60))">0H30</t></td> </tr> <tr t-if="object.location"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Location</td> <td style="padding-top: 6px;"> <t t-out="object.location or ''">Bruxelles</t> <a target="_blank" t-if="not is_online or is_online and object.location != object.appointment_type_id.location_id.name" t-attf-href="http://maps.google.com/maps?oi=map&q={{object.location}}" style="margin-left: 12px; font-size: 12px; color: #008f8c; text-decoration: underline;">View Map</a> </td> </tr> <tr t-if="object.videocall_location"> <td style="width: 100px; padding-top: 6px; color: #676F7B;"> <t t-if="object.videocall_source == 'discuss'">Join with</t> <t t-else="">Join</t> </td> <td style="padding-top: 6px;"> <a t-att-href="object.videocall_location" target="_blank" style="color: #008f8c;"> <t t-if="object.videocall_source == 'discuss'">Odoo Discuss</t> <t t-else="">Video meeting</t> </a> </td> </tr> </table> </div> <div style="margin: 32px 0 0;"> <t t-set="max_shown_attendees" t-value="20"/> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Attendees</h2> <div t-foreach="object.attendee_ids[:max_shown_attendees]" t-as="attendee" style="margin-bottom: 5px;"> <img t-if="attendee.state" t-attf-src="/calendar/static/src/img/state_{{ attendee.state }}.png" style="border:0; width: 15px; height: 15px; vertical-align: text-bottom;"/> <t t-if="attendee.common_name"> <span style="margin-left: 5px" t-out="attendee.common_name or ''">Mitchell Admin</span> </t> <t t-else=""> <span style="margin-left: 5px;">You</span> </t> </div> <div t-if="len(object.attendee_ids) > max_shown_attendees" style="margin-bottom: 5px;"> ... and <t t-out="len(object.attendee_ids) - max_shown_attendees"/> more </div> </div> <div t-if="not is_html_empty(object.description)" style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Description of the event</h2> <t t-out="object.description">Internal meeting for discussion for new pricing for product and services.</t> </div> <p style="margin: 32px 0 0;"> Thank you! <t t-if="object.user_id.signature"> <span style="display: block; margin-top: 8px;"><t t-out="object.user_id.signature or ''">Mitchell Admin</t></span> </t> </p> </div>
<div style="font-size: 13px; color: #374151;">
<t t-set="is_online" t-value="'appointment_type_id' in object and object.appointment_type_id"/> <t t-set="recurrent" t-value="object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')"/> <t t-set="mail_tz" t-value="object._get_mail_tz() or ctx.get('mail_tz')"/> <h1 style="font-size: 18px; font-weight: bold; color: #374151; margin-bottom: 28px;"> Evenement bijgewerkt <img src="/calendar/static/src/img/sync.png" style="border:0; width: 24px; height: 24px; margin-left: 10px; text-decoration:none; vertical-align: bottom;"/> </h1> <p style="margin: 0;"> <span style="display: block; margin-bottom: 8px;">Hallo,</span> Deze vergadering is bijgewerkt. </p> <div style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Details</h2> <table cellpadding="0" cellspacing="0" border="0" style="font-size: 13px; color: #374151;"> <tr> <td style="width: 100px; color: #676F7B;">Datum & Tijd</td> <td style="font-weight: bold;"> <t t-out="format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='EEEE', lang_code=object.env.lang)">Dinsdag</t> <t t-out="format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='d', lang_code=object.env.lang)">4</t> <t t-out="format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='MMMM y', lang_code=object.env.lang)">mei 2021</t> <t t-if="not object.allday"> <t t-out="format_time(time=object.start, tz=mail_tz, time_format='short', lang_code=object.env.lang)">11:00</t> <t t-if="mail_tz"> <span style="font-size: 11px; font-weight: normal;"> (<t t-out="mail_tz or ''">Europa/Brussel</t>) </span> </t> </t> </td> </tr> <tr t-if="recurrent"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">When</td> <td style="padding-top: 6px;"><t t-out="object.recurrence_id.get_recurrence_name() or ''">Elke 1 Weken, voor 3 </tr> <tr t-if="not object.allday and object.duration"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Duur</td> <td style="padding-top: 6px;"><t t-out="('%dH%02d' % (object.duration,round(object.duration*60)%60))">0u30</t></td> </tr> <tr t-if="object.location"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Locatie</td> <td style="padding-top: 6px;"> <t t-out="object.location or ''">Brussel</t> <a target="_blank" t-if="not is_online or is_online and object.location != object.appointment_type_id.location_id.name" t-attf-href="http://maps.google.com/maps?oi=map&q={{object.location}}" style="margin-left: 12px; font-size: 12px; color: #008f8c; text-decoration: underline;">Kaart bekijken</a> </td> </tr> <tr t-if="object.videocall_location"> <td style="width: 100px; padding-top: 6px; color: #676F7B;"> <t t-if="object.videocall_source == 'discuss'">Deelnemen met</t> <t t-else="">Deelnemen</t> </td> <td style="padding-top: 6px;"> <a t-att-href="object.videocall_location" target="_blank" style="color: #008f8c;"> <t t-if="object.videocall_source == 'discuss'">Odoo Chat</t> <t t-else="">Videovergadering</t> </a> </td> </tr> </table> </div> <div style="margin: 32px 0 0;"> <t t-set="max_shown_attendees" t-value="20"/> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Deelnemers</h2> <div t-foreach="object.attendee_ids[:max_shown_attendees]" t-as="attendee" style="margin-bottom: 5px;"> <img t-if="attendee.state" t-attf-src="/calendar/static/src/img/state_{{ attendee.state }}.png" style="border:0; width: 15px; height: 15px; vertical-align: text-bottom;"/> <t t-if="attendee.common_name"> <span style="margin-left: 5px" t-out="attendee.common_name or ''">Mitchell Admin</span> </t> <t t-else=""> <span style="margin-left: 5px;">Jij</span> </t> </div> <div t-if="len(object.attendee_ids) > max_shown_attendees" style="margin-bottom: 5px;"> ... en <t t-out="len(object.attendee_ids) - max_shown_attendees"/> meer </div> </div> <div t-if="not is_html_empty(object.description)" style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Beschrijving van het evenement</h2> <t t-out="object.description">Interne vergadering voor nieuwe prijzen van producten en diensten.</t> </div> <p style="margin: 32px 0 0;"> Bedankt! <t t-if="object.user_id.signature"> <span style="display: block; margin-top: 8px;"><t t-out="object.user_id.signature or ''">Mitchell Admin</t></span> </t> </p> </div> |
|
Translation changed |
<div style="font-size: 13px; color: #374151;">
<t t-set="customer" t-value=" object.event_id.find_partner_customer()"/> <t t-set="target_responsible" t-value="object.partner_id == object.event_id.partner_id"/> <t t-set="recurrent" t-value="object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')"/> <t t-set="is_online" t-value="'appointment_type_id' in object.event_id and object.event_id.appointment_type_id"/> <h1 style="font-size: 18px; font-weight: bold; color: #374151; margin-bottom: 28px;"> Invitation </h1> <p style="margin: 0;"> <span style="display: block; margin-bottom: 8px;">Hello <t t-out="object.common_name or ''">Wood Corner</t>,</span> <t t-if="not target_responsible"> <t t-if="not object.event_id.user_id.active"> You have been invited by Customer to the <strong t-out="object.event_id.name or ''">Follow-up for Project proposal</strong> meeting. </t> <t t-else=""> <t t-out="object.event_id.user_id.partner_id.name or ''">Colleen Diaz</t> invited you for the <strong t-out="object.event_id.name or ''">Follow-up for Project proposal</strong> meeting. </t> </t> <t t-else=""> Your meeting <strong t-out="object.event_id.name or ''">Follow-up for Project proposal</strong> has been booked. </t> </p> <div style="text-align: center; padding: 16px 0px 16px 0px;"> <a t-attf-href="/calendar/meeting/accept?token={{object.sudo().access_token}}&id={{object.event_id.id}}" t-attf-style="display: inline-block; padding: 7px 14px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Accept</a> <a t-attf-href="/calendar/meeting/decline?token={{object.sudo().access_token}}&id={{object.event_id.id}}" t-attf-style="display: inline-block; margin-left: 6px; padding: 7px 14px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Decline</a> <a t-attf-href="/calendar/meeting/view?token={{object.sudo().access_token}}&id={{object.event_id.id}}" t-attf-style="display: inline-block; margin-left: 12px; padding: 7px 14px; color: #111827; text-decoration: none; background-color: #E7E9ED; border-radius: 3px;"> View</a> </div> <div style="margin: 16px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Details</h2> <table cellpadding="0" cellspacing="0" border="0" style="font-size: 13px; color: #374151;"> <tr> <td style="width: 100px; color: #676F7B;">Date & Time</td> <td style="font-weight: bold;"> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='EEEE', lang_code=object.env.lang) or ''">Tuesday</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='d', lang_code=object.env.lang) or ''">4</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='MMMM y', lang_code=object.env.lang) or ''">May 2021</t> <t t-if="not object.event_id.allday"> <t t-out="format_time(time=object.event_id.start, tz=object.mail_tz, time_format='short', lang_code=object.env.lang) or ''">11:00 AM</t> <t t-if="object.mail_tz"> <span style="font-size: 11px; font-weight: normal;"> (<t t-out="object.mail_tz or ''">Europe/Brussels</t>) </span> </t> </t> </td> </tr> <tr t-if="recurrent"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">When</td> <td style="padding-top: 6px;"><t t-out="object.recurrence_id.get_recurrence_name() or ''">Every 1 Weeks, for 3 events</t></td> </tr> <tr t-if="not object.event_id.allday and object.event_id.duration"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Duration</td> <td style="padding-top: 6px;"><t t-out="('%dH%02d' % (object.event_id.duration,round(object.event_id.duration*60)%60)) or ''">0H30</t></td> </tr> <tr t-if="object.event_id.location"> <td style="width: 100px; padding-top: 6px; color: #676F7B; vertical-align: top;">Location</td> <td style="padding-top: 6px;"> <t t-out="object.event_id.location or ''">Bruxelles</t> <a target="_blank" t-if="not is_online or is_online and object.event_id.location != object.event_id.appointment_type_id.location_id.name" t-attf-href="http://maps.google.com/maps?oi=map&q={{object.event_id.location}}" style="margin-left: 12px; font-size: 12px; color: #008f8c; text-decoration: underline;">View Map</a> </td> </tr> <tr t-if="object.event_id.videocall_location"> <td style="width: 100px; padding-top: 6px;color: #676F7B;"> <t t-if="object.get_base_url() in object.event_id.videocall_location">Join with</t> <t t-else="">Join</t> </td> <td style="padding-top: 6px;"> <a t-att-href="object.event_id.videocall_location" target="_blank" style="color: #008f8c;"> <t t-if="object.get_base_url() in object.event_id.videocall_location">Odoo Discuss</t> <t t-else="">Video meeting</t> </a> </td> </tr> </table> </div> <div style="margin: 32px 0 0;"> <t t-set="max_shown_attendees" t-value="20"/> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Attendees</h2> <div t-foreach="object.event_id.attendee_ids[:max_shown_attendees]" t-as="attendee" style="margin-bottom: 5px;"> <img t-if="attendee.state" t-attf-src="/calendar/static/src/img/state_{{ attendee.state }}.png" style="border:0; width: 15px; height: 15px; vertical-align: text-bottom;"/> <t t-if="attendee != object"> <span style="margin-left: 5px;" t-out="attendee.common_name or ''">Mitchell Admin</span> </t> <t t-else=""> <span style="margin-left: 5px;">You</span> </t> </div> <div t-if="len(object.event_id.attendee_ids) > max_shown_attendees" style="margin-bottom: 5px;"> ... and <t t-out="len(object.event_id.attendee_ids) - max_shown_attendees"/> more </div> </div> <div t-if="not is_html_empty(object.event_id.description)" style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Description of the event</h2> <t t-out="object.event_id.description">Internal meeting for discussion for new pricing for product and services.</t> </div> <p style="margin: 32px 0 0;"> Thank you! <t t-if="object.event_id.user_id.signature"> <span style="display: block; margin-top: 8px;"><t t-out="object.event_id.user_id.signature or ''">Mitchell Admin</t></span> </t> </p> </div>
<div style="font-size: 13px; color: #374151;">
<t t-set="customer" t-value=" object.event_id.find_partner_customer()"/> <t t-set="target_responsible" t-value="object.partner_id == object.event_id.partner_id"/> <t t-set="recurrent" t-value="object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')"/> <t t-set="is_online" t-value="'appointment_type_id' in object.event_id and object.event_id.appointment_type_id"/> <h1 style="font-size: 18px; font-weight: bold; color: #374151; margin-bottom: 28px;"> Uitnodiging </h1> <p style="margin: 0;"> <span style="display: block; margin-bottom: 8px;">Hallo <t t-out="object.common_name or ''">Wood Corner</t>,</span> <t t-if="not target_responsible"> <t t-if="not object.event_id.user_id.active"> Je bent uitgenodigd door Klant voor de vergadering <strong t-out="object.event_id.name or ''">Opvolging projectvoorstel</strong>. </t> <t t-else=""> <t t-out="object.event_id.user_id.partner_id.name or ''">Colleen Diaz</t> heeft je uitgenodigd voor de vergadering <strong t-out="object.event_id.name or ''">Opvolging projectvoorstel</strong>. </t> </t> <t t-else=""> Je vergadering <strong t-out="object.event_id.name or ''">Opvolging projectvoorstel</strong> is geboekt. </t> </p> <div style="text-align: center; padding: 16px 0px 16px 0px;"> <a t-attf-href="/calendar/meeting/accept?token={{object.sudo().access_token}}&id={{object.event_id.id}}" t-attf-style="display: inline-block; padding: 7px 14px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Aanvaarden</a> <a t-attf-href="/calendar/meeting/decline?token={{object.sudo().access_token}}&id={{object.event_id.id}}" t-attf-style="display: inline-block; margin-left: 6px; padding: 7px 14px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Afwijzen</a> <a t-attf-href="/calendar/meeting/view?token={{object.sudo().access_token}}&id={{object.event_id.id}}" t-attf-style="display: inline-block; margin-left: 12px; padding: 7px 14px; color: #111827; text-decoration: none; background-color: #E7E9ED; border-radius: 3px;"> Bekijken</a> </div> <div style="margin: 16px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Details</h2> <table cellpadding="0" cellspacing="0" border="0" style="font-size: 13px; color: #374151;"> <tr> <td style="width: 100px; color: #676F7B;">Datum & Tijd</td> <td style="font-weight: bold;"> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='EEEE', lang_code=object.env.lang) or ''">Dinsdag</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='d', lang_code=object.env.lang) or ''">4</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='MMMM y', lang_code=object.env.lang) or ''">mei 2021</t> <t t-if="not object.event_id.allday"> <t t-out="format_time(time=object.event_id.start, tz=object.mail_tz, time_format='short', lang_code=object.env.lang) or ''">11:00</t> <t t-if="object.mail_tz"> <span style="font-size: 11px; font-weight: normal;"> (<t t-out="object.mail_tz or ''">Europa/Brussel</t>) </span> </t> </t> </td> </tr> <tr t-if="recurrent"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Wanneer</td> <td style="padding-top: 6px;"><t t-out="object.recurrence_id.get_recurrence_name() or ''">Elke 1 Weken, voor 3 </tr> <tr t-if="not object.event_id.allday and object.event_id.duration"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Duur</td> <td style="padding-top: 6px;"><t t-out="('%dH%02d' % (object.event_id.duration,round(object.event_id.duration*60)%60)) or ''">0u30</t></td> </tr> <tr t-if="object.event_id.location"> <td style="width: 100px; padding-top: 6px; color: #676F7B; vertical-align: top;">Locatie</td> <td style="padding-top: 6px;"> <t t-out="object.event_id.location or ''">Brussel</t> <a target="_blank" t-if="not is_online or is_online and object.event_id.location != object.event_id.appointment_type_id.location_id.name" t-attf-href="http://maps.google.com/maps?oi=map&q={{object.event_id.location}}" style="margin-left: 12px; font-size: 12px; color: #008f8c; text-decoration: underline;">Kaart bekijken</a> </td> </tr> <tr t-if="object.event_id.videocall_location"> <td style="width: 100px; padding-top: 6px;color: #676F7B;"> <t t-if="object.get_base_url() in object.event_id.videocall_location">Deelnemen met</t> <t t-else="">Deelnemen</t> </td> <td style="padding-top: 6px;"> <a t-att-href="object.event_id.videocall_location" target="_blank" style="color: #008f8c;"> <t t-if="object.get_base_url() in object.event_id.videocall_location">Odoo Chat</t> <t t-else="">Videovergadering</t> </a> </td> </tr> </table> </div> <div style="margin: 32px 0 0;"> <t t-set="max_shown_attendees" t-value="20"/> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Deelnemers</h2> <div t-foreach="object.event_id.attendee_ids[:max_shown_attendees]" t-as="attendee" style="margin-bottom: 5px;"> <img t-if="attendee.state" t-attf-src="/calendar/static/src/img/state_{{ attendee.state }}.png" style="border:0; width: 15px; height: 15px; vertical-align: text-bottom;"/> <t t-if="attendee != object"> <span style="margin-left: 5px;" t-out="attendee.common_name or ''">Mitchell Admin</span> </t> <t t-else=""> <span style="margin-left: 5px;">Jij</span> </t> </div> <div t-if="len(object.event_id.attendee_ids) > max_shown_attendees" style="margin-bottom: 5px;"> ... en <t t-out="len(object.event_id.attendee_ids) - max_shown_attendees"/> meer </div> </div> <div t-if="not is_html_empty(object.event_id.description)" style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Beschrijving van het evenement</h2> <t t-out="object.event_id.description">Interne meeting ter bespreking van nieuwe prijzen voor producten en diensten.</t> </div> <p style="margin: 32px 0 0;"> Bedankt! <t t-if="object.event_id.user_id.signature"> <span style="display: block; margin-top: 8px;"><t t-out="object.event_id.user_id.signature or ''">Mitchell Admin</t></span> </t> </p> </div> |
|
Translation changed |
<div style="font-size: 13px; color: #374151;">
<t t-set="is_online" t-value="'appointment_type_id' in object.event_id and object.event_id.appointment_type_id"/> <t t-set="customer" t-value="object.event_id.find_partner_customer()"/> <t t-set="target_responsible" t-value="object.partner_id == object.event_id.partner_id"/> <t t-set="target_customer" t-value="object.partner_id == customer"/> <t t-set="recurrent" t-value="object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')"/> <t t-set="organizer" t-value="object.event_id.user_id"/> <h1 style="font-size: 18px; font-weight: bold; color: #374151; margin-bottom: 28px;"> Date Updated <img src="/calendar/static/src/img/sync.png" style="border:0; width: 24px; height: 24px; margin-left: 10px; text-decoration:none; vertical-align: bottom;"/> </h1> <p style="margin: 0;"> <span style="display: block; margin-bottom: 8px;">Hello <t t-out="object.common_name or ''">Ready Mat</t>,</span> <t t-if="is_online and target_responsible"> <t t-if="customer"> Your appointment with <t t-out="customer.name or ''">Jesse Brown</t> has been updated: </t> <t t-else=""> Your appointment has been updated: </t> <strong t-out="object.event_id.appointment_type_id.name or ''">Schedule a Demo</strong> is now scheduled for <t t-out="object.event_id.get_display_time_tz(tz=object.partner_id.tz) or ''">05/04/2021 at (11:00:00 To 11:30:00) (Europe/Brussels)</t>. </t> <t t-elif="is_online and target_customer"> Your appointment <strong t-out="object.event_id.appointment_type_id.name or ''"/> <t t-if="organizer">with </t><t t-out="organizer.partner_id.name or ''">Colleen Diaz</t> is now scheduled for <t t-out="object.event_id.get_display_time_tz(tz=object.partner_id.tz) or ''">05/04/2021 at (11:00:00 To 11:30:00) (Europe/Brussels)</t>. </t> <t t-else=""> The date of the meeting <strong t-out="object.event_id.name or ''">Follow-up for Project proposal</strong> <t t-if="organizer">created by </t><t t-out="organizer.partner_id.name or ''">Colleen Diaz</t> is now scheduled for <t t-out="object.event_id.get_display_time_tz(tz=object.partner_id.tz) or ''">05/04/2021 at (11:00:00 To 11:30:00) (Europe/Brussels)</t>. </t> </p> <div style="text-align: center; padding: 16px 0px 16px 0px;"> <a t-attf-href="/calendar/meeting/accept?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; padding: 7px 14px; color: {{organizer.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{organizer.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Accept</a> <a t-attf-href="/calendar/meeting/decline?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; margin-left: 6px; padding: 7px 14px; color: {{organizer.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{organizer.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Decline</a> <a t-attf-href="/calendar/meeting/view?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; margin-left: 12px; padding: 7px 14px; color: #111827; text-decoration: none; background-color: #E7E9ED; border-radius: 3px;"> View</a> </div> <div style="margin: 16px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Details</h2> <table cellpadding="0" cellspacing="0" border="0" style="font-size: 13px; color: #374151;"> <tr> <td style="width: 100px; color: #676F7B;">Date & Time</td> <td style="font-weight: bold;"> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='EEEE', lang_code=object.env.lang) or ''">Tuesday</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='d', lang_code=object.env.lang) or ''">4</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='MMMM y', lang_code=object.env.lang) or ''">May 2021</t> <t t-if="not object.event_id.allday"> <t t-out="format_time(time=object.event_id.start, tz=object.mail_tz, time_format='short', lang_code=object.env.lang) or ''">11:00 AM</t> <t t-if="object.mail_tz"> <span style="font-size: 11px; font-weight: normal;"> (<t t-out="object.mail_tz or ''">Europe/Brussels</t>) </span> </t> </t> </td> </tr> <tr t-if="recurrent"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">When</td> <td style="padding-top: 6px;"><t t-out="object.recurrence_id.get_recurrence_name() or ''">Every 1 Weeks, for 3 events</t></td> </tr> <tr t-if="not object.event_id.allday and object.event_id.duration"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Duration</td> <td style="padding-top: 6px;"><t t-out="('%dH%02d' % (object.event_id.duration,round(object.event_id.duration*60)%60)) or ''">0H30</t></td> </tr> <tr t-if="object.event_id.location"> <td style="width: 100px; padding-top: 6px; color: #676F7B; vertical-align: top;">Location</td> <td style="padding-top: 6px;"> <t t-out="object.event_id.location or ''">Bruxelles</t> <a target="_blank" t-if="not is_online or is_online and object.event_id.location != object.event_id.appointment_type_id.location_id.name" t-attf-href="http://maps.google.com/maps?oi=map&q={{object.event_id.location}}" style="margin-left: 12px; font-size: 12px; color: #008f8c; text-decoration: underline;">View Map</a> </td> </tr> <tr t-if="object.event_id.videocall_location"> <td style="width: 100px; padding-top: 6px; color: #676F7B;"> <t t-if="object.event_id.videocall_source == 'discuss'">Join with</t> <t t-else="">Join</t> </td> <td style="padding-top: 6px;"> <a t-att-href="object.event_id.videocall_location" target="_blank" style="color: #008f8c;"> <t t-if="object.event_id.videocall_source == 'discuss'">Odoo Discuss</t> <t t-else="">Video meeting</t> </a> </td> </tr> </table> </div> <div style="margin: 32px 0 0;"> <t t-set="max_shown_attendees" t-value="20"/> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Attendees</h2> <div t-foreach="object.event_id.attendee_ids[:max_shown_attendees]" t-as="attendee" style="margin-bottom: 5px;"> <img t-if="attendee.state" t-attf-src="/calendar/static/src/img/state_{{ attendee.state }}.png" style="border:0; width: 15px; height: 15px; vertical-align: text-bottom;"/> <t t-if="attendee != object"> <span style="margin-left: 5px;" t-out="attendee.common_name or ''">Mitchell Admin</span> </t> <t t-else=""> <span style="margin-left: 5px;">You</span> </t> </div> <div t-if="len(object.event_id.attendee_ids) > max_shown_attendees" style="margin-bottom: 5px;"> ... and <t t-out="len(object.event_id.attendee_ids) - max_shown_attendees"/> more </div> </div> <div t-if="not is_html_empty(object.event_id.description)" style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Description of the event</h2> <t t-out="object.event_id.description">Internal meeting for discussion for new pricing for product and services.</t> </div> <p style="margin: 32px 0 0;"> Thank you! <t t-if="organizer.signature"> <span style="display: block; margin-top: 8px;"><t t-out="organizer.signature or ''">Mitchell Admin</t></span> </t> </p> </div>
<div style="font-size: 13px; color: #374151;">
<t t-set="is_online" t-value="'appointment_type_id' in object.event_id and object.event_id.appointment_type_id"/> <t t-set="customer" t-value="object.event_id.find_partner_customer()"/> <t t-set="target_responsible" t-value="object.partner_id == object.event_id.partner_id"/> <t t-set="target_customer" t-value="object.partner_id == customer"/> <t t-set="recurrent" t-value="object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')"/> <t t-set="organizer" t-value="object.event_id.user_id"/> <h1 style="font-size: 18px; font-weight: bold; color: #374151; margin-bottom: 28px;"> Datum bijgewerkt <img src="/calendar/static/src/img/sync.png" style="border:0; width: 24px; height: 24px; margin-left: 10px; text-decoration:none; vertical-align: bottom;"/> </h1> <p style="margin: 0;"> <span style="display: block; margin-bottom: 8px;">Hallo <t t-out="object.common_name or ''">Ready Mat</t>,</span> <t t-if="is_online and target_responsible"> <t t-if="customer"> Je afspraak met <t t-out="customer.name or ''">Jesse Brown</t> is bijgewerkt: </t> <t t-else=""> Je afspraak is bijgewerkt: </t> <strong t-out="object.event_id.appointment_type_id.name or ''">Boek een demo</strong> is nu gepland op <t t-out="object.event_id.get_display_time_tz(tz=object.partner_id.tz) or ''">05/04/2021 om (11:00:00 tot 11:30:00) (Europa/Brussel)</t>. </t> <t t-elif="is_online and target_customer"> Je afspraak <strong t-out="object.event_id.appointment_type_id.name or ''"/> <t t-if="organizer">met </t><t t-out="organizer.partner_id.name or ''">Colleen Diaz</t> is nu gepland op <t t-out="object.event_id.get_display_time_tz(tz=object.partner_id.tz) or ''">04/05/2021 om (11:00:00 tot 11:30:00) (Europa/Brussel)</t>. </t> <t t-else=""> De datum van de meeting <strong t-out="object.event_id.name or ''">Opvolging projectvoorstel</strong> <t t-if="organizer">aangemaakt door </t><t t-out="organizer.partner_id.name or ''">Colleen Diaz</t> is nu gepland op <t t-out="object.event_id.get_display_time_tz(tz=object.partner_id.tz) or ''">04/05/2021 om (11:00:00 tot 11:30:00) (Europa/Brussel)</t>. </t> </p> <div style="text-align: center; padding: 16px 0px 16px 0px;"> <a t-attf-href="/calendar/meeting/accept?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; padding: 7px 14px; color: {{organizer.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{organizer.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Aanvaarden</a> <a t-attf-href="/calendar/meeting/decline?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; margin-left: 6px; padding: 7px 14px; color: {{organizer.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{organizer.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Afwijzen</a> <a t-attf-href="/calendar/meeting/view?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; margin-left: 12px; padding: 7px 14px; color: #111827; text-decoration: none; background-color: #E7E9ED; border-radius: 3px;"> Bekijken</a> </div> <div style="margin: 16px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Details</h2> <table cellpadding="0" cellspacing="0" border="0" style="font-size: 13px; color: #374151;"> <tr> <td style="width: 100px; color: #676F7B;">Datum & Tijd</td> <td style="font-weight: bold;"> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='EEEE', lang_code=object.env.lang) or ''">Dinsdag</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='d', lang_code=object.env.lang) or ''">4</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='MMMM y', lang_code=object.env.lang) or ''">mei 2021</t> <t t-if="not object.event_id.allday"> <t t-out="format_time(time=object.event_id.start, tz=object.mail_tz, time_format='short', lang_code=object.env.lang) or ''">11:00</t> <t t-if="object.mail_tz"> <span style="font-size: 11px; font-weight: normal;"> (<t t-out="object.mail_tz or ''">Europa/Brussel</t>) </span> </t> </t> </td> </tr> <tr t-if="recurrent"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Wanneer</td> <td style="padding-top: 6px;"><t t-out="object.recurrence_id.get_recurrence_name() or ''">Elke 1 Week, voor 3 </tr> <tr t-if="not object.event_id.allday and object.event_id.duration"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Duur</td> <td style="padding-top: 6px;"><t t-out="('%dH%02d' % (object.event_id.duration,round(object.event_id.duration*60)%60)) or ''">0u30</t></td> </tr> <tr t-if="object.event_id.location"> <td style="width: 100px; padding-top: 6px; color: #676F7B; vertical-align: top;">Locatie</td> <td style="padding-top: 6px;"> <t t-out="object.event_id.location or ''">Brussel</t> <a target="_blank" t-if="not is_online or is_online and object.event_id.location != object.event_id.appointment_type_id.location_id.name" t-attf-href="http://maps.google.com/maps?oi=map&q={{object.event_id.location}}" style="margin-left: 12px; font-size: 12px; color: #008f8c; text-decoration: underline;">Kaart bekijken</a> </td> </tr> <tr t-if="object.event_id.videocall_location"> <td style="width: 100px; padding-top: 6px; color: #676F7B;"> <t t-if="object.event_id.videocall_source == 'discuss'">Deelnemen met</t> <t t-else="">Deelnemen</t> </td> <td style="padding-top: 6px;"> <a t-att-href="object.event_id.videocall_location" target="_blank" style="color: #008f8c;"> <t t-if="object.event_id.videocall_source == 'discuss'">Odoo Chat</t> <t t-else="">Videovergadering</t> </a> </td> </tr> </table> </div> <div style="margin: 32px 0 0;"> <t t-set="max_shown_attendees" t-value="20"/> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Deelnemers</h2> <div t-foreach="object.event_id.attendee_ids[:max_shown_attendees]" t-as="attendee" style="margin-bottom: 5px;"> <img t-if="attendee.state" t-attf-src="/calendar/static/src/img/state_{{ attendee.state }}.png" style="border:0; width: 15px; height: 15px; vertical-align: text-bottom;"/> <t t-if="attendee != object"> <span style="margin-left: 5px;" t-out="attendee.common_name or ''">Mitchell Admin</span> </t> <t t-else=""> <span style="margin-left: 5px;">Jij</span> </t> </div> <div t-if="len(object.event_id.attendee_ids) > max_shown_attendees" style="margin-bottom: 5px;"> ... en <t t-out="len(object.event_id.attendee_ids) - max_shown_attendees"/> meer </div> </div> <div t-if="not is_html_empty(object.event_id.description)" style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Beschrijving van het evenement</h2> <t t-out="object.event_id.description">Interne meeting ter bespreking van nieuwe prijzen voor producten en diensten.</t> </div> <p style="margin: 32px 0 0;"> Bedankt! <t t-if="organizer.signature"> <span style="display: block; margin-top: 8px;"><t t-out="organizer.signature or ''">Mitchell Admin</t></span> </t> </p> </div> |
|
Translation completed |
Translation completed
02/11/2026
|
|
Translation added |
<div style="font-size: 13px; color: #374151;">
<t t-set="is_online" t-value="'appointment_type_id' in object.event_id and object.event_id.appointment_type_id"/> <t t-set="recurrent" t-value="object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')"/> <h1 style="font-size: 18px; font-weight: bold; color: #374151; margin-bottom: 28px;"> Reminder <img src="/calendar/static/src/img/bell.png" style="border:0; width: 21px; height: 24px; margin-left: 10px; text-decoration:none; vertical-align: bottom;"/> </h1> <p style="margin: 0;"> Hello <t t-out="object.common_name or ''">Gemini Furniture</t>,<br/> <span style="display: block; margin-top: 8px;">This is a reminder for the event below.</span> </p> <div style="text-align: center; padding: 16px 0px 16px 0px;"> <a t-attf-href="/calendar/{{ 'recurrence' if recurrent else 'meeting' }}/accept?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; padding: 7px 14px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Accept</a> <a t-attf-href="/calendar/{{ 'recurrence' if recurrent else 'meeting' }}/decline?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; margin-left: 6px; padding: 7px 14px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Decline</a> <a t-attf-href="/calendar/meeting/view?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; margin-left: 12px; padding: 7px 14px; color: #111827; text-decoration: none; background-color: #E7E9ED; border-radius: 3px;"> View</a> </div> <div style="margin: 16px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Details</h2> <table cellpadding="0" cellspacing="0" border="0" style="font-size: 13px; color: #374151;"> <tr> <td style="width: 100px; color: #676F7B;">Date & Time</td> <td style="font-weight: bold;"> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='EEEE', lang_code=object.env.lang) or ''">Tuesday</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='d', lang_code=object.env.lang) or ''">4</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='MMMM y', lang_code=object.env.lang) or ''">May 2021</t> <t t-if="not object.event_id.allday"> <t t-out="format_time(time=object.event_id.start, tz=object.mail_tz, time_format='short', lang_code=object.env.lang) or ''">11:00 AM</t> <t t-if="object.mail_tz"> <span style="font-size: 11px; font-weight: normal;"> (<t t-out="object.mail_tz or ''">Europe/Brussels</t>) </span> </t> </t> </td> </tr> <tr t-if="recurrent"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">When</td> <td style="padding-top: 6px;"> <t t-out="object.recurrence_id.get_recurrence_name() or ''">Every 1 Weeks, for 3 events</t> </td> </tr> <tr t-if="not object.event_id.allday and object.event_id.duration"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Duration</td> <td style="padding-top: 6px;"> <t t-out="('%dH%02d' % (object.event_id.duration,round(object.event_id.duration*60)%60)) or ''">0H30</t> </td> </tr> <tr t-if="object.event_id.location"> <td style="width: 100px; padding-top: 6px; color: #676F7B; vertical-align: top;">Location</td> <td style="padding-top: 6px;"> <t t-out="object.event_id.location or ''">Bruxelles</t> <a target="_blank" t-if="not is_online or is_online and object.event_id.location != object.event_id.appointment_type_id.location_id.name" t-attf-href="http://maps.google.com/maps?oi=map&q={{object.event_id.location}}" style="margin-left: 12px; font-size: 12px; color: #008f8c; text-decoration: underline;">View Map</a> </td> </tr> <tr t-if="object.event_id.videocall_location"> <td style="width: 100px; padding-top: 6px; color: #676F7B;"> <t t-if="object.get_base_url() in object.event_id.videocall_location">Join with</t> <t t-else="">Join</t> </td> <td style="padding-top: 6px;"> <a t-att-href="object.event_id.videocall_location" target="_blank" style="color: #008f8c;"> <t t-if="object.get_base_url() in object.event_id.videocall_location">Odoo Discuss</t> <t t-else="">Video meeting</t> </a> </td> </tr> </table> </div> <div style="margin: 32px 0 0;"> <t t-set="max_shown_attendees" t-value="20"/> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Attendees</h2> <div t-foreach="object.event_id.attendee_ids[:max_shown_attendees]" t-as="attendee" style="margin-bottom: 5px;"> <img t-if="attendee.state" t-attf-src="/calendar/static/src/img/state_{{ attendee.state }}.png" style="border:0; width: 15px; height: 15px; vertical-align: text-bottom;"/> <t t-if="attendee != object"> <span style="margin-left: 5px;" t-out="attendee.common_name or ''">Mitchell Admin</span> </t> <t t-else=""> <span style="margin-left: 5px;">You</span> </t> </div> <div t-if="len(object.event_id.attendee_ids) > max_shown_attendees" style="margin-bottom: 5px;"> ... and <t t-out="len(object.event_id.attendee_ids) - max_shown_attendees"/> more </div> </div> <div t-if="not is_html_empty(object.event_id.description)" style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Description of the event</h2> <t t-out="object.event_id.description">Internal meeting for discussion for new pricing for product and services.</t> </div> <p style="margin: 32px 0 0;"> Thank you! <t t-if="object.event_id.user_id.signature"> <span style="display: block; margin-top: 8px;"><t t-out="object.event_id.user_id.signature or ''">Mitchell Admin</t></span> </t> </p> </div>
<div style="font-size: 13px; color: #374151;">
<t t-set="is_online" t-value="'appointment_type_id' in object.event_id and object.event_id.appointment_type_id"/> <t t-set="recurrent" t-value="object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')"/> <h1 style="font-size: 18px; font-weight: bold; color: #374151; margin-bottom: 28px;"> Herinnering <img src="/calendar/static/src/img/bell.png" style="border:0; width: 21px; height: 24px; margin-left: 10px; text-decoration:none; vertical-align: bottom;"/> </h1> <p style="margin: 0;"> Hallo <t t-out="object.common_name or ''">Gemini Furniture</t>,<br/> <span style="display: block; margin-top: 8px;">Dit is een herinnering aan het onderstaande evenement.</span> </p> <div style="text-align: center; padding: 16px 0px 16px 0px;"> <a t-attf-href="/calendar/{{ 'recurrence' if recurrent else 'meeting' }}/accept?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; padding: 7px 14px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Aanvaarden</a> <a t-attf-href="/calendar/{{ 'recurrence' if recurrent else 'meeting' }}/decline?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; margin-left: 6px; padding: 7px 14px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Afwijzen</a> <a t-attf-href="/calendar/meeting/view?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; margin-left: 12px; padding: 7px 14px; color: #111827; text-decoration: none; background-color: #E7E9ED; border-radius: 3px;"> Bekijken</a> </div> <div style="margin: 16px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Details</h2> <table cellpadding="0" cellspacing="0" border="0" style="font-size: 13px; color: #374151;"> <tr> <td style="width: 100px; color: #676F7B;">Datum & Tijd</td> <td style="font-weight: bold;"> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='EEEE', lang_code=object.env.lang) or ''">Dinsdag</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='d', lang_code=object.env.lang) or ''">4</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='MMMM y', lang_code=object.env.lang) or ''">mei 2021</t> <t t-if="not object.event_id.allday"> <t t-out="format_time(time=object.event_id.start, tz=object.mail_tz, time_format='short', lang_code=object.env.lang) or ''">11:00</t> <t t-if="object.mail_tz"> <span style="font-size: 11px; font-weight: normal;"> (<t t-out="object.mail_tz or ''">Europa/Brussel</t>) </span> </t> </t> </td> </tr> <tr t-if="recurrent"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Wanneer</td> <td style="padding-top: 6px;"> <t t-out="object.recurrence_id.get_recurrence_name() or ''">Elke 1 Weken, voor 3 evenementen</t> </td> </tr> <tr t-if="not object.event_id.allday and object.event_id.duration"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Duur</td> <td style="padding-top: 6px;"> <t t-out="('%dH%02d' % (object.event_id.duration,round(object.event_id.duration*60)%60)) or ''">0u30</t> </td> </tr> <tr t-if="object.event_id.location"> <td style="width: 100px; padding-top: 6px; color: #676F7B; vertical-align: top;">Locatie</td> <td style="padding-top: 6px;"> <t t-out="object.event_id.location or ''">Brussel</t> <a target="_blank" t-if="not is_online or is_online and object.event_id.location != object.event_id.appointment_type_id.location_id.name" t-attf-href="http://maps.google.com/maps?oi=map&q={{object.event_id.location}}" style="margin-left: 12px; font-size: 12px; color: #008f8c; text-decoration: underline;">Kaart bekijken</a> </td> </tr> <tr t-if="object.event_id.videocall_location"> <td style="width: 100px; padding-top: 6px; color: #676F7B;"> <t t-if="object.get_base_url() in object.event_id.videocall_location">Deelnemen met</t> <t t-else="">Deelnemen</t> </td> <td style="padding-top: 6px;"> <a t-att-href="object.event_id.videocall_location" target="_blank" style="color: #008f8c;"> <t t-if="object.get_base_url() in object.event_id.videocall_location">Odoo Chat</t> <t t-else="">Videovergadering</t> </a> </td> </tr> </table> </div> <div style="margin: 32px 0 0;"> <t t-set="max_shown_attendees" t-value="20"/> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Deelnemers</h2> <div t-foreach="object.event_id.attendee_ids[:max_shown_attendees]" t-as="attendee" style="margin-bottom: 5px;"> <img t-if="attendee.state" t-attf-src="/calendar/static/src/img/state_{{ attendee.state }}.png" style="border:0; width: 15px; height: 15px; vertical-align: text-bottom;"/> <t t-if="attendee != object"> <span style="margin-left: 5px;" t-out="attendee.common_name or ''">Mitchell Admin</span> </t> <t t-else=""> <span style="margin-left: 5px;">Jij</span> </t> </div> <div t-if="len(object.event_id.attendee_ids) > max_shown_attendees" style="margin-bottom: 5px;"> ... en <t t-out="len(object.event_id.attendee_ids) - max_shown_attendees"/> meer </div> </div> <div t-if="not is_html_empty(object.event_id.description)" style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Beschrijving van het evenement</h2> <t t-out="object.event_id.description">Interne vergadering ter bespreking van nieuwe prijzen voor producten en diensten.</t> </div> <p style="margin: 32px 0 0;"> Bedankt! <t t-if="object.event_id.user_id.signature"> <span style="display: block; margin-top: 8px;"><t t-out="object.event_id.user_id.signature or ''">Mitchell Admin</t></span> </t> </p> </div> |
|
Translation added |
<div style="font-size: 13px; color: #374151;">
<t t-set="is_online" t-value="'appointment_type_id' in object and object.appointment_type_id"/> <t t-set="recurrent" t-value="object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')"/> <t t-set="mail_tz" t-value="object._get_mail_tz() or ctx.get('mail_tz')"/> <h1 style="font-size: 18px; font-weight: bold; color: #374151; margin-bottom: 28px;"> Event updated <img src="/calendar/static/src/img/sync.png" style="border:0; width: 24px; height: 24px; margin-left: 10px; text-decoration:none; vertical-align: bottom;"/> </h1> <p style="margin: 0;"> <span style="display: block; margin-bottom: 8px;">Hello,</span> This meeting has been updated. </p> <div style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Details</h2> <table cellpadding="0" cellspacing="0" border="0" style="font-size: 13px; color: #374151;"> <tr> <td style="width: 100px; color: #676F7B;">Date & Time</td> <td style="font-weight: bold;"> <t t-out="format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='EEEE', lang_code=object.env.lang)">Tuesday</t> <t t-out="format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='d', lang_code=object.env.lang)">4</t> <t t-out="format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='MMMM y', lang_code=object.env.lang)">May 2021</t> <t t-if="not object.allday"> <t t-out="format_time(time=object.start, tz=mail_tz, time_format='short', lang_code=object.env.lang)">11:00 AM</t> <t t-if="mail_tz"> <span style="font-size: 11px; font-weight: normal;"> (<t t-out="mail_tz or ''">Europe/Brussels</t>) </span> </t> </t> </td> </tr> <tr t-if="recurrent"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">When</td> <td style="padding-top: 6px;"><t t-out="object.recurrence_id.get_recurrence_name() or ''">Every 1 Weeks, for 3 events</t></td> </tr> <tr t-if="not object.allday and object.duration"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Duration</td> <td style="padding-top: 6px;"><t t-out="('%dH%02d' % (object.duration,round(object.duration*60)%60))">0H30</t></td> </tr> <tr t-if="object.location"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Location</td> <td style="padding-top: 6px;"> <t t-out="object.location or ''">Bruxelles</t> <a target="_blank" t-if="not is_online or is_online and object.location != object.appointment_type_id.location_id.name" t-attf-href="http://maps.google.com/maps?oi=map&q={{object.location}}" style="margin-left: 12px; font-size: 12px; color: #008f8c; text-decoration: underline;">View Map</a> </td> </tr> <tr t-if="object.videocall_location"> <td style="width: 100px; padding-top: 6px; color: #676F7B;"> <t t-if="object.videocall_source == 'discuss'">Join with</t> <t t-else="">Join</t> </td> <td style="padding-top: 6px;"> <a t-att-href="object.videocall_location" target="_blank" style="color: #008f8c;"> <t t-if="object.videocall_source == 'discuss'">Odoo Discuss</t> <t t-else="">Video meeting</t> </a> </td> </tr> </table> </div> <div style="margin: 32px 0 0;"> <t t-set="max_shown_attendees" t-value="20"/> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Attendees</h2> <div t-foreach="object.attendee_ids[:max_shown_attendees]" t-as="attendee" style="margin-bottom: 5px;"> <img t-if="attendee.state" t-attf-src="/calendar/static/src/img/state_{{ attendee.state }}.png" style="border:0; width: 15px; height: 15px; vertical-align: text-bottom;"/> <t t-if="attendee.common_name"> <span style="margin-left: 5px" t-out="attendee.common_name or ''">Mitchell Admin</span> </t> <t t-else=""> <span style="margin-left: 5px;">You</span> </t> </div> <div t-if="len(object.attendee_ids) > max_shown_attendees" style="margin-bottom: 5px;"> ... and <t t-out="len(object.attendee_ids) - max_shown_attendees"/> more </div> </div> <div t-if="not is_html_empty(object.description)" style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Description of the event</h2> <t t-out="object.description">Internal meeting for discussion for new pricing for product and services.</t> </div> <p style="margin: 32px 0 0;"> Thank you! <t t-if="object.user_id.signature"> <span style="display: block; margin-top: 8px;"><t t-out="object.user_id.signature or ''">Mitchell Admin</t></span> </t> </p> </div>
<div style="font-size: 13px; color: #374151;">
<t t-set="is_online" t-value="'appointment_type_id' in object and object.appointment_type_id"/> <t t-set="recurrent" t-value="object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')"/> <t t-set="mail_tz" t-value="object._get_mail_tz() or ctx.get('mail_tz')"/> <h1 style="font-size: 18px; font-weight: bold; color: #374151; margin-bottom: 28px;"> Evenement bijgewerkt <img src="/calendar/static/src/img/sync.png" style="border:0; width: 24px; height: 24px; margin-left: 10px; text-decoration:none; vertical-align: bottom;"/> </h1> <p style="margin: 0;"> <span style="display: block; margin-bottom: 8px;">Hallo,</span> Deze vergadering is bijgewerkt. </p> <div style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Details</h2> <table cellpadding="0" cellspacing="0" border="0" style="font-size: 13px; color: #374151;"> <tr> <td style="width: 100px; color: #676F7B;">Datum & Tijd</td> <td style="font-weight: bold;"> <t t-out="format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='EEEE', lang_code=object.env.lang)">Dinsdag</t> <t t-out="format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='d', lang_code=object.env.lang)">4</t> <t t-out="format_datetime(dt=object.start, tz=mail_tz if not object.allday else None, dt_format='MMMM y', lang_code=object.env.lang)">mei 2021</t> <t t-if="not object.allday"> <t t-out="format_time(time=object.start, tz=mail_tz, time_format='short', lang_code=object.env.lang)">11:00</t> <t t-if="mail_tz"> <span style="font-size: 11px; font-weight: normal;"> (<t t-out="mail_tz or ''">Europa/Brussel</t>) </span> </t> </t> </td> </tr> <tr t-if="recurrent"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">When</td> <td style="padding-top: 6px;"><t t-out="object.recurrence_id.get_recurrence_name() or ''">Elke 1 Weken, voor 3 evenementen</t></td> </tr> <tr t-if="not object.allday and object.duration"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Duur</td> <td style="padding-top: 6px;"><t t-out="('%dH%02d' % (object.duration,round(object.duration*60)%60))">0u30</t></td> </tr> <tr t-if="object.location"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Locatie</td> <td style="padding-top: 6px;"> <t t-out="object.location or ''">Brussel</t> <a target="_blank" t-if="not is_online or is_online and object.location != object.appointment_type_id.location_id.name" t-attf-href="http://maps.google.com/maps?oi=map&q={{object.location}}" style="margin-left: 12px; font-size: 12px; color: #008f8c; text-decoration: underline;">Kaart bekijken</a> </td> </tr> <tr t-if="object.videocall_location"> <td style="width: 100px; padding-top: 6px; color: #676F7B;"> <t t-if="object.videocall_source == 'discuss'">Deelnemen met</t> <t t-else="">Deelnemen</t> </td> <td style="padding-top: 6px;"> <a t-att-href="object.videocall_location" target="_blank" style="color: #008f8c;"> <t t-if="object.videocall_source == 'discuss'">Odoo Chat</t> <t t-else="">Videovergadering</t> </a> </td> </tr> </table> </div> <div style="margin: 32px 0 0;"> <t t-set="max_shown_attendees" t-value="20"/> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Deelnemers</h2> <div t-foreach="object.attendee_ids[:max_shown_attendees]" t-as="attendee" style="margin-bottom: 5px;"> <img t-if="attendee.state" t-attf-src="/calendar/static/src/img/state_{{ attendee.state }}.png" style="border:0; width: 15px; height: 15px; vertical-align: text-bottom;"/> <t t-if="attendee.common_name"> <span style="margin-left: 5px" t-out="attendee.common_name or ''">Mitchell Admin</span> </t> <t t-else=""> <span style="margin-left: 5px;">Jij</span> </t> </div> <div t-if="len(object.attendee_ids) > max_shown_attendees" style="margin-bottom: 5px;"> ... en <t t-out="len(object.attendee_ids) - max_shown_attendees"/> meer </div> </div> <div t-if="not is_html_empty(object.description)" style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Beschrijving van het evenement</h2> <t t-out="object.description">Interne vergadering voor nieuwe prijzen van producten en diensten.</t> </div> <p style="margin: 32px 0 0;"> Bedankt! <t t-if="object.user_id.signature"> <span style="display: block; margin-top: 8px;"><t t-out="object.user_id.signature or ''">Mitchell Admin</t></span> </t> </p> </div> |
|
Translation changed |
<div style="font-size: 13px; color: #374151;">
<t t-set="customer" t-value=" object.event_id.find_partner_customer()"/> <t t-set="target_responsible" t-value="object.partner_id == object.event_id.partner_id"/> <t t-set="recurrent" t-value="object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')"/> <t t-set="is_online" t-value="'appointment_type_id' in object.event_id and object.event_id.appointment_type_id"/> <h1 style="font-size: 18px; font-weight: bold; color: #374151; margin-bottom: 28px;"> Invitation </h1> <p style="margin: 0;"> <span style="display: block; margin-bottom: 8px;">Hello <t t-out="object.common_name or ''">Wood Corner</t>,</span> <t t-if="not target_responsible"> <t t-if="not object.event_id.user_id.active"> You have been invited by Customer to the <strong t-out="object.event_id.name or ''">Follow-up for Project proposal</strong> meeting. </t> <t t-else=""> <t t-out="object.event_id.user_id.partner_id.name or ''">Colleen Diaz</t> invited you for the <strong t-out="object.event_id.name or ''">Follow-up for Project proposal</strong> meeting. </t> </t> <t t-else=""> Your meeting <strong t-out="object.event_id.name or ''">Follow-up for Project proposal</strong> has been booked. </t> </p> <div style="text-align: center; padding: 16px 0px 16px 0px;"> <a t-attf-href="/calendar/meeting/accept?token={{object.sudo().access_token}}&id={{object.event_id.id}}" t-attf-style="display: inline-block; padding: 7px 14px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Accept</a> <a t-attf-href="/calendar/meeting/decline?token={{object.sudo().access_token}}&id={{object.event_id.id}}" t-attf-style="display: inline-block; margin-left: 6px; padding: 7px 14px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Decline</a> <a t-attf-href="/calendar/meeting/view?token={{object.sudo().access_token}}&id={{object.event_id.id}}" t-attf-style="display: inline-block; margin-left: 12px; padding: 7px 14px; color: #111827; text-decoration: none; background-color: #E7E9ED; border-radius: 3px;"> View</a> </div> <div style="margin: 16px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Details</h2> <table cellpadding="0" cellspacing="0" border="0" style="font-size: 13px; color: #374151;"> <tr> <td style="width: 100px; color: #676F7B;">Date & Time</td> <td style="font-weight: bold;"> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='EEEE', lang_code=object.env.lang) or ''">Tuesday</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='d', lang_code=object.env.lang) or ''">4</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='MMMM y', lang_code=object.env.lang) or ''">May 2021</t> <t t-if="not object.event_id.allday"> <t t-out="format_time(time=object.event_id.start, tz=object.mail_tz, time_format='short', lang_code=object.env.lang) or ''">11:00 AM</t> <t t-if="object.mail_tz"> <span style="font-size: 11px; font-weight: normal;"> (<t t-out="object.mail_tz or ''">Europe/Brussels</t>) </span> </t> </t> </td> </tr> <tr t-if="recurrent"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">When</td> <td style="padding-top: 6px;"><t t-out="object.recurrence_id.get_recurrence_name() or ''">Every 1 Weeks, for 3 events</t></td> </tr> <tr t-if="not object.event_id.allday and object.event_id.duration"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Duration</td> <td style="padding-top: 6px;"><t t-out="('%dH%02d' % (object.event_id.duration,round(object.event_id.duration*60)%60)) or ''">0H30</t></td> </tr> <tr t-if="object.event_id.location"> <td style="width: 100px; padding-top: 6px; color: #676F7B; vertical-align: top;">Location</td> <td style="padding-top: 6px;"> <t t-out="object.event_id.location or ''">Bruxelles</t> <a target="_blank" t-if="not is_online or is_online and object.event_id.location != object.event_id.appointment_type_id.location_id.name" t-attf-href="http://maps.google.com/maps?oi=map&q={{object.event_id.location}}" style="margin-left: 12px; font-size: 12px; color: #008f8c; text-decoration: underline;">View Map</a> </td> </tr> <tr t-if="object.event_id.videocall_location"> <td style="width: 100px; padding-top: 6px;color: #676F7B;"> <t t-if="object.get_base_url() in object.event_id.videocall_location">Join with</t> <t t-else="">Join</t> </td> <td style="padding-top: 6px;"> <a t-att-href="object.event_id.videocall_location" target="_blank" style="color: #008f8c;"> <t t-if="object.get_base_url() in object.event_id.videocall_location">Odoo Discuss</t> <t t-else="">Video meeting</t> </a> </td> </tr> </table> </div> <div style="margin: 32px 0 0;"> <t t-set="max_shown_attendees" t-value="20"/> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Attendees</h2> <div t-foreach="object.event_id.attendee_ids[:max_shown_attendees]" t-as="attendee" style="margin-bottom: 5px;"> <img t-if="attendee.state" t-attf-src="/calendar/static/src/img/state_{{ attendee.state }}.png" style="border:0; width: 15px; height: 15px; vertical-align: text-bottom;"/> <t t-if="attendee != object"> <span style="margin-left: 5px;" t-out="attendee.common_name or ''">Mitchell Admin</span> </t> <t t-else=""> <span style="margin-left: 5px;">You</span> </t> </div> <div t-if="len(object.event_id.attendee_ids) > max_shown_attendees" style="margin-bottom: 5px;"> ... and <t t-out="len(object.event_id.attendee_ids) - max_shown_attendees"/> more </div> </div> <div t-if="not is_html_empty(object.event_id.description)" style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Description of the event</h2> <t t-out="object.event_id.description">Internal meeting for discussion for new pricing for product and services.</t> </div> <p style="margin: 32px 0 0;"> Thank you! <t t-if="object.event_id.user_id.signature"> <span style="display: block; margin-top: 8px;"><t t-out="object.event_id.user_id.signature or ''">Mitchell Admin</t></span> </t> </p> </div>
<div style="font-size: 13px; color: #374151;">
<t t-set="customer" t-value=" object.event_id.find_partner_customer()"/> <t t-set="target_responsible" t-value="object.partner_id == object.event_id.partner_id"/> <t t-set="recurrent" t-value="object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')"/> <t t-set="is_online" t-value="'appointment_type_id' in object.event_id and object.event_id.appointment_type_id"/> <h1 style="font-size: 18px; font-weight: bold; color: #374151; margin-bottom: 28px;"> Uitnodiging </h1> <p style="margin: 0;"> <span style="display: block; margin-bottom: 8px;">Hallo <t t-out="object.common_name or ''">Wood Corner</t>,</span> <t t-if="not target_responsible"> <t t-if="not object.event_id.user_id.active"> Je bent uitgenodigd door Klant voor de vergadering <strong t-out="object.event_id.name or ''">Opvolging projectvoorstel</strong>. </t> <t t-else=""> <t t-out="object.event_id.user_id.partner_id.name or ''">Colleen Diaz</t> heeft je uitgenodigd voor de vergadering <strong t-out="object.event_id.name or ''">Opvolging projectvoorstel</strong>. </t> </t> <t t-else=""> Je vergadering <strong t-out="object.event_id.name or ''">Opvolging projectvoorstel</strong> is geboekt. </t> </p> <div style="text-align: center; padding: 16px 0px 16px 0px;"> <a t-attf-href="/calendar/meeting/accept?token={{object.sudo().access_token}}&id={{object.event_id.id}}" t-attf-style="display: inline-block; padding: 7px 14px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Aanvaarden</a> <a t-attf-href="/calendar/meeting/decline?token={{object.sudo().access_token}}&id={{object.event_id.id}}" t-attf-style="display: inline-block; margin-left: 6px; padding: 7px 14px; color: {{object.event_id.user_id.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{object.event_id.user_id.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Afwijzen</a> <a t-attf-href="/calendar/meeting/view?token={{object.sudo().access_token}}&id={{object.event_id.id}}" t-attf-style="display: inline-block; margin-left: 12px; padding: 7px 14px; color: #111827; text-decoration: none; background-color: #E7E9ED; border-radius: 3px;"> Bekijken</a> </div> <div style="margin: 16px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Details</h2> <table cellpadding="0" cellspacing="0" border="0" style="font-size: 13px; color: #374151;"> <tr> <td style="width: 100px; color: #676F7B;">Datum & Tijd</td> <td style="font-weight: bold;"> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='EEEE', lang_code=object.env.lang) or ''">Dinsdag</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='d', lang_code=object.env.lang) or ''">4</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='MMMM y', lang_code=object.env.lang) or ''">mei 2021</t> <t t-if="not object.event_id.allday"> <t t-out="format_time(time=object.event_id.start, tz=object.mail_tz, time_format='short', lang_code=object.env.lang) or ''">11:00</t> <t t-if="object.mail_tz"> <span style="font-size: 11px; font-weight: normal;"> (<t t-out="object.mail_tz or ''">Europa/Brussel</t>) </span> </t> </t> </td> </tr> <tr t-if="recurrent"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Wanneer</td> <td style="padding-top: 6px;"><t t-out="object.recurrence_id.get_recurrence_name() or ''">Elke 1 Weken, voor 3 evenementen </tr> <tr t-if="not object.event_id.allday and object.event_id.duration"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Duur</td> <td style="padding-top: 6px;"><t t-out="('%dH%02d' % (object.event_id.duration,round(object.event_id.duration*60)%60)) or ''">0u30</t></td> </tr> <tr t-if="object.event_id.location"> <td style="width: 100px; padding-top: 6px; color: #676F7B; vertical-align: top;">Locatie</td> <td style="padding-top: 6px;"> <t t-out="object.event_id.location or ''">Brussel</t> <a target="_blank" t-if="not is_online or is_online and object.event_id.location != object.event_id.appointment_type_id.location_id.name" t-attf-href="http://maps.google.com/maps?oi=map&q={{object.event_id.location}}" style="margin-left: 12px; font-size: 12px; color: #008f8c; text-decoration: underline;">Kaart bekijken</a> </td> </tr> <tr t-if="object.event_id.videocall_location"> <td style="width: 100px; padding-top: 6px;color: #676F7B;"> <t t-if="object.get_base_url() in object.event_id.videocall_location">Deelnemen met</t> <t t-else="">Deelnemen</t> </td> <td style="padding-top: 6px;"> <a t-att-href="object.event_id.videocall_location" target="_blank" style="color: #008f8c;"> <t t-if="object.get_base_url() in object.event_id.videocall_location">Odoo Chat</t> <t t-else="">Videovergadering</t> </a> </td> </tr> </table> </div> <div style="margin: 32px 0 0;"> <t t-set="max_shown_attendees" t-value="20"/> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Deelnemers</h2> <div t-foreach="object.event_id.attendee_ids[:max_shown_attendees]" t-as="attendee" style="margin-bottom: 5px;"> <img t-if="attendee.state" t-attf-src="/calendar/static/src/img/state_{{ attendee.state }}.png" style="border:0; width: 15px; height: 15px; vertical-align: text-bottom;"/> <t t-if="attendee != object"> <span style="margin-left: 5px;" t-out="attendee.common_name or ''">Mitchell Admin</span> </t> <t t-else=""> <span style="margin-left: 5px;">Jij</span> </t> </div> <div t-if="len(object.event_id.attendee_ids) > max_shown_attendees" style="margin-bottom: 5px;"> ... en <t t-out="len(object.event_id.attendee_ids) - max_shown_attendees"/> meer </div> </div> <div t-if="not is_html_empty(object.event_id.description)" style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Beschrijving van het evenement</h2> <t t-out="object.event_id.description">Interne meeting ter bespreking van nieuwe prijzen voor producten en diensten.</t> </div> <p style="margin: 32px 0 0;"> Bedankt! <t t-if="object.event_id.user_id.signature"> <span style="display: block; margin-top: 8px;"><t t-out="object.event_id.user_id.signature or ''">Mitchell Admin</t></span> </t> </p> </div> |
|
Translation changed |
<div style="font-size: 13px; color: #374151;">
<t t-set="is_online" t-value="'appointment_type_id' in object.event_id and object.event_id.appointment_type_id"/> <t t-set="customer" t-value="object.event_id.find_partner_customer()"/> <t t-set="target_responsible" t-value="object.partner_id == object.event_id.partner_id"/> <t t-set="target_customer" t-value="object.partner_id == customer"/> <t t-set="recurrent" t-value="object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')"/> <t t-set="organizer" t-value="object.event_id.user_id"/> <h1 style="font-size: 18px; font-weight: bold; color: #374151; margin-bottom: 28px;"> Date Updated <img src="/calendar/static/src/img/sync.png" style="border:0; width: 24px; height: 24px; margin-left: 10px; text-decoration:none; vertical-align: bottom;"/> </h1> <p style="margin: 0;"> <span style="display: block; margin-bottom: 8px;">Hello <t t-out="object.common_name or ''">Ready Mat</t>,</span> <t t-if="is_online and target_responsible"> <t t-if="customer"> Your appointment with <t t-out="customer.name or ''">Jesse Brown</t> has been updated: </t> <t t-else=""> Your appointment has been updated: </t> <strong t-out="object.event_id.appointment_type_id.name or ''">Schedule a Demo</strong> is now scheduled for <t t-out="object.event_id.get_display_time_tz(tz=object.partner_id.tz) or ''">05/04/2021 at (11:00:00 To 11:30:00) (Europe/Brussels)</t>. </t> <t t-elif="is_online and target_customer"> Your appointment <strong t-out="object.event_id.appointment_type_id.name or ''"/> <t t-if="organizer">with </t><t t-out="organizer.partner_id.name or ''">Colleen Diaz</t> is now scheduled for <t t-out="object.event_id.get_display_time_tz(tz=object.partner_id.tz) or ''">05/04/2021 at (11:00:00 To 11:30:00) (Europe/Brussels)</t>. </t> <t t-else=""> The date of the meeting <strong t-out="object.event_id.name or ''">Follow-up for Project proposal</strong> <t t-if="organizer">created by </t><t t-out="organizer.partner_id.name or ''">Colleen Diaz</t> is now scheduled for <t t-out="object.event_id.get_display_time_tz(tz=object.partner_id.tz) or ''">05/04/2021 at (11:00:00 To 11:30:00) (Europe/Brussels)</t>. </t> </p> <div style="text-align: center; padding: 16px 0px 16px 0px;"> <a t-attf-href="/calendar/meeting/accept?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; padding: 7px 14px; color: {{organizer.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{organizer.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Accept</a> <a t-attf-href="/calendar/meeting/decline?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; margin-left: 6px; padding: 7px 14px; color: {{organizer.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{organizer.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Decline</a> <a t-attf-href="/calendar/meeting/view?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; margin-left: 12px; padding: 7px 14px; color: #111827; text-decoration: none; background-color: #E7E9ED; border-radius: 3px;"> View</a> </div> <div style="margin: 16px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Details</h2> <table cellpadding="0" cellspacing="0" border="0" style="font-size: 13px; color: #374151;"> <tr> <td style="width: 100px; color: #676F7B;">Date & Time</td> <td style="font-weight: bold;"> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='EEEE', lang_code=object.env.lang) or ''">Tuesday</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='d', lang_code=object.env.lang) or ''">4</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='MMMM y', lang_code=object.env.lang) or ''">May 2021</t> <t t-if="not object.event_id.allday"> <t t-out="format_time(time=object.event_id.start, tz=object.mail_tz, time_format='short', lang_code=object.env.lang) or ''">11:00 AM</t> <t t-if="object.mail_tz"> <span style="font-size: 11px; font-weight: normal;"> (<t t-out="object.mail_tz or ''">Europe/Brussels</t>) </span> </t> </t> </td> </tr> <tr t-if="recurrent"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">When</td> <td style="padding-top: 6px;"><t t-out="object.recurrence_id.get_recurrence_name() or ''">Every 1 Weeks, for 3 events</t></td> </tr> <tr t-if="not object.event_id.allday and object.event_id.duration"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Duration</td> <td style="padding-top: 6px;"><t t-out="('%dH%02d' % (object.event_id.duration,round(object.event_id.duration*60)%60)) or ''">0H30</t></td> </tr> <tr t-if="object.event_id.location"> <td style="width: 100px; padding-top: 6px; color: #676F7B; vertical-align: top;">Location</td> <td style="padding-top: 6px;"> <t t-out="object.event_id.location or ''">Bruxelles</t> <a target="_blank" t-if="not is_online or is_online and object.event_id.location != object.event_id.appointment_type_id.location_id.name" t-attf-href="http://maps.google.com/maps?oi=map&q={{object.event_id.location}}" style="margin-left: 12px; font-size: 12px; color: #008f8c; text-decoration: underline;">View Map</a> </td> </tr> <tr t-if="object.event_id.videocall_location"> <td style="width: 100px; padding-top: 6px; color: #676F7B;"> <t t-if="object.event_id.videocall_source == 'discuss'">Join with</t> <t t-else="">Join</t> </td> <td style="padding-top: 6px;"> <a t-att-href="object.event_id.videocall_location" target="_blank" style="color: #008f8c;"> <t t-if="object.event_id.videocall_source == 'discuss'">Odoo Discuss</t> <t t-else="">Video meeting</t> </a> </td> </tr> </table> </div> <div style="margin: 32px 0 0;"> <t t-set="max_shown_attendees" t-value="20"/> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Attendees</h2> <div t-foreach="object.event_id.attendee_ids[:max_shown_attendees]" t-as="attendee" style="margin-bottom: 5px;"> <img t-if="attendee.state" t-attf-src="/calendar/static/src/img/state_{{ attendee.state }}.png" style="border:0; width: 15px; height: 15px; vertical-align: text-bottom;"/> <t t-if="attendee != object"> <span style="margin-left: 5px;" t-out="attendee.common_name or ''">Mitchell Admin</span> </t> <t t-else=""> <span style="margin-left: 5px;">You</span> </t> </div> <div t-if="len(object.event_id.attendee_ids) > max_shown_attendees" style="margin-bottom: 5px;"> ... and <t t-out="len(object.event_id.attendee_ids) - max_shown_attendees"/> more </div> </div> <div t-if="not is_html_empty(object.event_id.description)" style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Description of the event</h2> <t t-out="object.event_id.description">Internal meeting for discussion for new pricing for product and services.</t> </div> <p style="margin: 32px 0 0;"> Thank you! <t t-if="organizer.signature"> <span style="display: block; margin-top: 8px;"><t t-out="organizer.signature or ''">Mitchell Admin</t></span> </t> </p> </div>
<div style="font-size: 13px; color: #374151;">
<t t-set="is_online" t-value="'appointment_type_id' in object.event_id and object.event_id.appointment_type_id"/> <t t-set="customer" t-value="object.event_id.find_partner_customer()"/> <t t-set="target_responsible" t-value="object.partner_id == object.event_id.partner_id"/> <t t-set="target_customer" t-value="object.partner_id == customer"/> <t t-set="recurrent" t-value="object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')"/> <t t-set="organizer" t-value="object.event_id.user_id"/> <h1 style="font-size: 18px; font-weight: bold; color: #374151; margin-bottom: 28px;"> Datum bijgewerkt <img src="/calendar/static/src/img/sync.png" style="border:0; width: 24px; height: 24px; margin-left: 10px; text-decoration:none; vertical-align: bottom;"/> </h1> <p style="margin: 0;"> <span style="display: block; margin-bottom: 8px;">Hallo <t t-out="object.common_name or ''">Ready Mat</t>,</span> <t t-if="is_online and target_responsible"> <t t-if="customer"> Je afspraak met <t t-out="customer.name or ''">Jesse Brown</t> is bijgewerkt: </t> <t t-else=""> Je afspraak is bijgewerkt: </t> <strong t-out="object.event_id.appointment_type_id.name or ''">Boek een demo</strong> is nu gepland op <t t-out="object.event_id.get_display_time_tz(tz=object.partner_id.tz) or ''">05/04/2021 om (11:00:00 tot 11:30:00) (Europa/Brussel)</t>. </t> <t t-elif="is_online and target_customer"> Je afspraak <strong t-out="object.event_id.appointment_type_id.name or ''"/> <t t-if="organizer">met </t><t t-out="organizer.partner_id.name or ''">Colleen Diaz</t> is nu gepland op <t t-out="object.event_id.get_display_time_tz(tz=object.partner_id.tz) or ''">0 </t> <t t-else=""> De datum van de meeting <strong t-out="object.event_id.name or ''">Opvolging projectvoorstel</strong> <t t-if="organizer">aangemaakt door </t><t t-out="organizer.partner_id.name or ''">Colleen Diaz</t> is nu gepland op <t t-out="object.event_id.get_display_time_tz(tz=object.partner_id.tz) or ''">0 </t> </p> <div style="text-align: center; padding: 16px 0px 16px 0px;"> <a t-attf-href="/calendar/meeting/accept?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; padding: 7px 14px; color: {{organizer.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{organizer.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Aanvaarden</a> <a t-attf-href="/calendar/meeting/decline?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; margin-left: 6px; padding: 7px 14px; color: {{organizer.company_id.email_primary_color or '#FFFFFF'}}; text-decoration: none; background-color: {{organizer.company_id.email_secondary_color or '#875A7B'}}; border-radius: 3px;"> Afwijzen</a> <a t-attf-href="/calendar/meeting/view?token={{ object.sudo().access_token }}&id={{ object.event_id.id }}" t-attf-style="display: inline-block; margin-left: 12px; padding: 7px 14px; color: #111827; text-decoration: none; background-color: #E7E9ED; border-radius: 3px;"> Bekijken</a> </div> <div style="margin: 16px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Details</h2> <table cellpadding="0" cellspacing="0" border="0" style="font-size: 13px; color: #374151;"> <tr> <td style="width: 100px; color: #676F7B;">Datum & Tijd</td> <td style="font-weight: bold;"> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='EEEE', lang_code=object.env.lang) or ''">Dinsdag</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='d', lang_code=object.env.lang) or ''">4</t> <t t-out="format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='MMMM y', lang_code=object.env.lang) or ''">mei 2021</t> <t t-if="not object.event_id.allday"> <t t-out="format_time(time=object.event_id.start, tz=object.mail_tz, time_format='short', lang_code=object.env.lang) or ''">11:00</t> <t t-if="object.mail_tz"> <span style="font-size: 11px; font-weight: normal;"> (<t t-out="object.mail_tz or ''">Europa/Brussel</t>) </span> </t> </t> </td> </tr> <tr t-if="recurrent"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Wanneer</td> <td style="padding-top: 6px;"><t t-out="object.recurrence_id.get_recurrence_name() or ''">Elke 1 Week, voor 3 evenementen</t></td> </tr> <tr t-if="not object.event_id.allday and object.event_id.duration"> <td style="width: 100px; padding-top: 6px; color: #676F7B;">Duur</td> <td style="padding-top: 6px;"><t t-out="('%dH%02d' % (object.event_id.duration,round(object.event_id.duration*60)%60)) or ''">0u30</t></td> </tr> <tr t-if="object.event_id.location"> <td style="width: 100px; padding-top: 6px; color: #676F7B; vertical-align: top;">Locatie</td> <td style="padding-top: 6px;"> <t t-out="object.event_id.location or ''">Brussel</t> <a target="_blank" t-if="not is_online or is_online and object.event_id.location != object.event_id.appointment_type_id.location_id.name" t-attf-href="http://maps.google.com/maps?oi=map&q={{object.event_id.location}}" style="margin-left: 12px; font-size: 12px; color: #008f8c; text-decoration: underline;">Kaart bekijken</a> </td> </tr> <tr t-if="object.event_id.videocall_location"> <td style="width: 100px; padding-top: 6px; color: #676F7B;"> <t t-if="object.event_id.videocall_source == 'discuss'">Deelnemen met</t> <t t-else="">Deelnemen</t> </td> <td style="padding-top: 6px;"> <a t-att-href="object.event_id.videocall_location" target="_blank" style="color: #008f8c;"> <t t-if="object.event_id.videocall_source == 'discuss'">Odoo Chat</t> <t t-else="">Videovergadering</t> </a> </td> </tr> </table> </div> <div style="margin: 32px 0 0;"> <t t-set="max_shown_attendees" t-value="20"/> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Deelnemers</h2> <div t-foreach="object.event_id.attendee_ids[:max_shown_attendees]" t-as="attendee" style="margin-bottom: 5px;"> <img t-if="attendee.state" t-attf-src="/calendar/static/src/img/state_{{ attendee.state }}.png" style="border:0; width: 15px; height: 15px; vertical-align: text-bottom;"/> <t t-if="attendee != object"> <span style="margin-left: 5px;" t-out="attendee.common_name or ''">Mitchell Admin</span> </t> <t t-else=""> <span style="margin-left: 5px;">Jij</span> </t> </div> <div t-if="len(object.event_id.attendee_ids) > max_shown_attendees" style="margin-bottom: 5px;"> ... en <t t-out="len(object.event_id.attendee_ids) - max_shown_attendees"/> meer </div> </div> <div t-if="not is_html_empty(object.event_id.description)" style="margin: 32px 0 0;"> <h2 t-attf-style="margin-bottom: 12px; font-size: 14px; font-weight: bold; color: {{user.company_id.email_secondary_color or '#875A7B'}};">Beschrijving van het evenement</h2> <t t-out="object.event_id.description">Interne meeting ter bespreking van nieuwe prijzen voor producten en diensten.</t> </div> <p style="margin: 32px 0 0;"> Bedankt! <t t-if="organizer.signature"> <span style="display: block; margin-top: 8px;"><t t-out="organizer.signature or ''">Mitchell Admin</t></span> </t> </p> </div> |
| 420 | File in original format as translated in the repository | gettext PO file | |||||||
|---|---|---|---|---|---|---|---|---|---|
| 420 | All strings, converted files enriched with comments; suitable for offline translation | CSV | gettext MO | gettext PO | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |