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

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