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.
18 lines
534 B
18 lines
534 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- © 2016 Antiun Ingeniería S.L. - Jairo Llopis
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
|
|
|
|
<openerp>
|
|
<data>
|
|
|
|
<template id="email_designer_snippets"
|
|
inherit_id="website_mail.email_designer_snippets">
|
|
<xpath expr="//div[@id='snippet_options']">
|
|
<div data-snippet-option-id='tr_editor'
|
|
data-selector="[data-oe-field='body_html'] tr">
|
|
</div>
|
|
</xpath>
|
|
</template>
|
|
|
|
</data>
|
|
</openerp>
|