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

  1. <?xml version="1.0"?>
  2. <odoo>
  3. <data>
  4. <record id="browser_view_demo" model="mail.mail">
  5. <field name="body_html">
  6. <![CDATA[
  7. <html>
  8. <body>
  9. <p>Here is placeholder example:</p>
  10. <a href="#" class="view_in_browser_url">View this mail in browser</a>
  11. <p>For everything else, there is <a href="https://www.google.com">Google</a></p>
  12. <body>
  13. </html>
  14. ]]>
  15. </field>
  16. </record>
  17. </data>
  18. </odoo>