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
663 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- © 2016 Antiun Ingeniería S.L. - Jairo Llopis
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
  4. <openerp>
  5. <data>
  6. <template id="email_designer_snippets"
  7. inherit_id="website_mail.email_designer_snippets">
  8. <xpath expr="//div[@id='snippet_options']">
  9. <div data-snippet-option-id='tr_editor'
  10. data-selector-children="[data-oe-field='body_html'] tbody, [data-oe-field='body_html'] thead, [data-oe-field='body_html'] tfoot"
  11. data-selector="[data-oe-field='body_html'] tr"/>
  12. </xpath>
  13. </template>
  14. </data>
  15. </openerp>