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.

25 lines
973 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright 2017 LasLabs Inc.
  3. License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
  4. <odoo>
  5. <template id="assets_slickroom" inherit_id="web.assets_backend">
  6. <xpath expr="//script[last()]" position="after">
  7. <link rel="stylesheet"
  8. type="text/less"
  9. href="/web_widget_slickroom/static/src/less/web_widget_slickroom.less"
  10. />
  11. <script type="application/javascript"
  12. src="/web_widget_slickroom/static/src/js/web_widget_slickroom.js"
  13. />
  14. </xpath>
  15. </template>
  16. <template id="qunit_suite" inherit_id="web.qunit_suite">
  17. <xpath expr="//t[@t-set='head']" position="inside">
  18. <script type="application/javascript"
  19. src="/web_widget_slickroom/static/tests/js/web_widget_slickroom.js"
  20. />
  21. </xpath>
  22. </template>
  23. </odoo>