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
583 B

5 years ago
  1. <odoo>
  2. <data>
  3. <template id="assets_backend" name="pos_barcode_tare" inherit_id="point_of_sale.assets">
  4. <xpath expr="." position="inside">
  5. <link rel="stylesheet" href="/pos_barcode_tare/static/src/css/tare_screen.css"/>
  6. <script type="text/javascript" src="/pos_barcode_tare/static/src/js/tare_screen.js"></script>
  7. <script type="text/javascript" src="/pos_barcode_tare/static/src/js/open_tare_screen_button.js"></script>
  8. <script type="text/javascript" src="/pos_barcode_tare/static/src/js/barcode.js"></script>
  9. </xpath>
  10. </template>
  11. </data>
  12. </odoo>