oca-ocb-sale/odoo-bringout-oca-ocb-event_sale/event_sale/data/mail_templates.xml
Ernad Husremovic 73afc09215 19.0 vanilla
2026-03-09 09:32:12 +01:00

23 lines
912 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="event_registration_change_exception" name="Message: Alert on event registration data change">
<div>
<p>
<span>Registration modification for attendee:</span>
<a href="#" data-oe-model="event.registration" t-att-data-oe-id="registration.id"><t t-out="registration.name"/></a>.
<span>Manual actions may be needed.</span>
</p>
<div class="mt16">
<p>Exception:</p>
<ul>
<li>
<a href="#" data-oe-model="event.registration" t-att-data-oe-id="registration.id"><t t-out="registration.name"/></a>:
<span><t t-out="record_type"/> changed from <strong><t t-out="old_name"/></strong> to <strong><t t-out="new_name"/></strong></span>
</li>
</ul>
</div>
</div>
</template>
</odoo>