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.

9 lines
294 B

  1. <odoo>
  2. <data>
  3. <template id="assets_backend" name="pos_reset_search" inherit_id="point_of_sale.assets">
  4. <xpath expr="." position="inside">
  5. <script type="text/javascript" src="/pos_reset_search/static/src/js/reset.js"></script>
  6. </xpath>
  7. </template>
  8. </data>
  9. </odoo>