Skip to content

Instantly share code, notes, and snippets.

@codeagencybe
Created November 7, 2024 12:55
Show Gist options
  • Save codeagencybe/721ab6b476b14d52efd068f6f8cf17a3 to your computer and use it in GitHub Desktop.
Save codeagencybe/721ab6b476b14d52efd068f6f8cf17a3 to your computer and use it in GitHub Desktop.
<div style="margin: 0px; padding: 0px;">
<p style="box-sizing:border-box;margin: 0px; padding: 0px; font-size: 13px;">
Hallo <t t-out="object.partner_id.name or ''">Brandon Freeman</t>,<br><br>
We zijn blij je te informeren dat je bestelling is verzonden.
<t t-if="hasattr(object, 'carrier_tracking_ref') and object.carrier_tracking_ref">
Jouw trackingreferentie is
<strong style="box-sizing:border-box;font-weight:bolder;">
<t t-if="object.carrier_tracking_url">
<t t-set="multiple_carrier_tracking" t-value="object.get_multiple_carrier_tracking()"></t>
<t t-if="multiple_carrier_tracking">
<t t-foreach="multiple_carrier_tracking" t-as="line">
<br><a t-att-href="line[1]" target="_blank" t-out="line[0] or ''" style="text-decoration:none;box-sizing:border-box;color:#008f8c;"></a></t>
</t>
<t t-else="">
<a t-attf-href="{{ object.carrier_tracking_url }}" target="_blank" t-out="object.carrier_tracking_ref or ''" style="text-decoration:none;box-sizing:border-box;color:#008f8c;"></a>.
</t>
</t>
<t t-else="">
<t t-out="object.carrier_tracking_ref or ''"></t>.
</t>
</strong>
</t>
<br><br>Als de link niet werkt vul de trackingreferentie dan in op de site van DPD (<a href="https://www.dpd.com/nl/nl/" style="text-decoration:none;box-sizing:border-box;color:#008f8c;">https://www.dpd.com/nl/nl/</a>)</p><p style="box-sizing:border-box;margin: 0px; padding: 0px; font-size: 13px;"><br></p><p style="box-sizing:border-box;margin: 0px; padding: 0px; font-size: 13px;">Als bijlage kan je je leveringsbon vinden met meer details.<br><br>
Hartelijk dank,
<t t-if="user.signature">
<br>
<t t-out="user.signature or ''">--<br>Mitchell Admin</t>
</t>
</p>
<p style="box-sizing:border-box;margin: 0px; padding: 0px; font-size: 13px;"><br></p><p style="box-sizing:border-box;margin: 0px; padding: 0px; font-size: 13px;"><br></p><p style="box-sizing:border-box;margin: 0px; padding: 0px; font-size: 13px;"><img src="/web/image/6877-77416ae2/3.%20Xaralyn%20logo%20-%20Kleur%20-%20PNG.png?access_token=17021160-b317-40ba-bc25-572a4e8478b0" class="img img-fluid o_we_custom_image" style="box-sizing:border-box;display:inline-block;height:auto;max-width:100%;vertical-align:middle;width: 15%; mso-hide: all; mso-hide: all; mso-hide: all; mso-hide: all; mso-hide: all; mso-hide: all; mso-hide: all; mso-hide: all; mso-hide: all; mso-hide: all;" width="15%"></p><p style="box-sizing:border-box;margin: 0px; padding: 0px; font-size: 13px;">Vreekesweid 30 | 1721PR Broek op Langedijk | Nederland&nbsp;|&nbsp;<strong style="box-sizing:border-box;font-weight:500;">T</strong>&nbsp;+31 (0) 226 331 420 | <strong style="box-sizing:border-box;font-weight:500;">E</strong> <a style="text-decoration:none;box-sizing:border-box;color:#01666b;" href="https://[email protected]">[email protected]</a>&nbsp;|&nbsp;IBAN: NL18 INGB 0009 2075 18 | BIC: INGBNL2A
<br></p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment