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.

22 lines
651 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright 2014-2015 Grupo ESOC <http://www.grupoesoc.es>
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
  4. <openerp>
  5. <data>
  6. <template id="assets_backend"
  7. name="mail_full_expand assets"
  8. inherit_id="web.assets_backend">
  9. <xpath expr="." position="inside">
  10. <link rel="stylesheet"
  11. type="text/scss"
  12. href="/mail_full_expand/static/src/scss/mail_full_expand.scss"/>
  13. <script type="text/javascript"
  14. src="/mail_full_expand/static/src/js/mail_full_expand.js"/>
  15. </xpath>
  16. </template>
  17. </data>
  18. </openerp>