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

  1. <?xml version="1.0"?>
  2. <!--Copyright 2016 x620 <https://github.com/x620>
  3. Copyright 2017 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
  4. Copyright 2019 Artem Rafailov <https://it-projects.info/team/Ommo73/>
  5. License LGPL-3.0 (https://www.gnu.org/licenses/lgpl.html).-->
  6. <openerp>
  7. <data>
  8. <template id="mail_to_assets_backend"
  9. name="mail_to_assets_backend"
  10. inherit_id="web.assets_backend">
  11. <xpath expr="." position="inside">
  12. <link rel="stylesheet" href="/mail_to/static/src/css/mail_to.css"/>
  13. <script src="/mail_to/static/src/js/mail_to.js" type="text/javascript"></script>
  14. <script src="/mail_to/static/src/js/test_mail_to.js" type="text/javascript"></script>
  15. </xpath>
  16. </template>
  17. </data>
  18. </openerp>