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.

19 lines
764 B

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