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.

10 lines
514 B

  1. <odoo>
  2. <template id="assets" inherit_id="point_of_sale.assets">
  3. <xpath expr="." position="inside">
  4. <link rel="stylesheet" href="/pos_tare/static/src/css/pos_tare.css"/>
  5. <script type="text/javascript" src="/pos_tare/static/src/js/tools.js"></script>
  6. <script type="text/javascript" src="/pos_tare/static/src/js/models.js"></script>
  7. <script type="text/javascript" src="/pos_tare/static/src/js/screens.js"></script>
  8. </xpath>
  9. </template>
  10. </odoo>