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.

20 lines
641 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright 2016 LasLabs Inc.
  4. @author Dave Lasley <dave@laslabs.com>
  5. License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  6. -->
  7. <odoo>
  8. <template id="assets_backend" name="Open Mobile Assets" inherit_id="web.assets_backend">
  9. <xpath expr=".">
  10. <link rel="stylesheet"
  11. href="/web_responsive/static/src/css/web_responsive.scss"
  12. />
  13. <script type="application/javascript"
  14. src="/web_responsive/static/src/js/web_responsive.js"
  15. />
  16. </xpath>
  17. </template>
  18. </odoo>