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.

12 lines
554 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <!-- Include JS file for the custom view to select domain from filters -->
  5. <template id="assets_backend" name="filter_selection" inherit_id="web.assets_backend">
  6. <xpath expr="." position="inside">
  7. <link rel="stylesheet" href="/web_shortcuts/static/src/css/web_shortcuts.css"/>
  8. <script type="text/javascript" src="/web_shortcuts/static/src/js/web_shortcuts.js"></script>
  9. </xpath>
  10. </template>
  11. </data>
  12. </openerp>