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.

21 lines
612 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- © 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. href="/mail_full_expand/static/src/css/mail_full_expand.less"/>
  12. <script type="text/javascript"
  13. src="/mail_full_expand/static/src/js/mail_full_expand.js"/>
  14. </xpath>
  15. </template>
  16. </data>
  17. </openerp>