mail_templates.xml 539 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <odoo><data>
  3. <template id="event_booth_booked_template" inherit_id="event_booth.event_booth_booked_template">
  4. <ul name="contact_details" position="inside">
  5. <t t-set="renter_sponsor" t-value="booth.sponsor_id"/>
  6. <li t-if="renter_sponsor">
  7. <b>Sponsor</b>: <a href="#" t-att-data-oe-model="booth.sponsor_id._name" t-att-data-oe-id="booth.sponsor_id.id" t-out="booth.sponsor_id.name"/>
  8. </li>
  9. </ul>
  10. </template>
  11. </data></odoo>