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.

15 lines
641 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="web_widget_char_switchcase_assets" name="Switchcase widget" inherit_id="web.assets_backend">
  4. <xpath expr="." position="inside">
  5. <script type="text/javascript" src="/web_widget_char_switchcase/static/src/js/web_widget_char_switchcase.js"/>
  6. </xpath>
  7. </template>
  8. <template id="qunit_suite" inherit_id="web.qunit_suite">
  9. <xpath expr="//t[@t-set='head']" position="inside">
  10. <script type="text/javascript" src="/web_widget_char_switchcase/static/test/web_widget_char_switchcase.js"/>
  11. </xpath>
  12. </template>
  13. </odoo>