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

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