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.

17 lines
514 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <template id="assets_backend" name="Mail edit assets"
  5. inherit_id="web.assets_backend">
  6. <xpath expr="." position="inside">
  7. <link rel="stylesheet"
  8. href="/mail_edit/static/src/css/mail_edit.css"/>
  9. <script type="text/javascript"
  10. src="/mail_edit/static/src/js/mail_edit.js"/>
  11. </xpath>
  12. </template>
  13. </data>
  14. </openerp>