You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
457 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <template id="email_designer" inherit_id="website_mail.email_designer">
  5. <xpath expr="//div[@t-field='record.body']/parent::div" position="after">
  6. <div t-if="body_field == 'body_view_id'" class="col-sm-offset-2">
  7. <t t-call="{{record.body_view_id.id}}" />
  8. </div>
  9. </xpath>
  10. </template>
  11. </data>
  12. </openerp>