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.

26 lines
951 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 MIT (https://opensource.org/licenses/MIT).-->
  6. <openerp>
  7. <data>
  8. <template
  9. id="mail_to_assets_backend"
  10. name="mail_to_assets_backend"
  11. inherit_id="web.assets_backend"
  12. >
  13. <xpath expr="." position="inside">
  14. <link rel="stylesheet" href="/mail_to/static/src/css/mail_to.css" />
  15. <script
  16. src="/mail_to/static/src/js/mail_to.js"
  17. type="text/javascript"
  18. />
  19. <script
  20. src="/mail_to/static/src/js/test_mail_to.js"
  21. type="text/javascript"
  22. />
  23. </xpath>
  24. </template>
  25. </data>
  26. </openerp>