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.

21 lines
812 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright GRAP
  4. Copyright 2016 LasLabs Inc.
  5. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. -->
  7. <odoo>
  8. <template id="assets_backend" name="web_widget_float_formula Assets" inherit_id="web.assets_backend">
  9. <xpath expr="." position="inside">
  10. <script type="text/javascript" src="/web_widget_float_formula/static/src/js/web_widget_float_formula.js"/>
  11. </xpath>
  12. </template>
  13. <template id="qunit_suite" name="web_widget_float_formula Test Assets" inherit_id="web.qunit_suite">
  14. <xpath expr="//t[@t-set='head']" position="inside">
  15. <script type="text/javascript" src="/web_widget_float_formula/static/tests/js/test_web_widget_float_formula.js"/>
  16. </xpath>
  17. </template>
  18. </odoo>