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
12 lines
583 B
<odoo>
|
|
<data>
|
|
<template id="assets_backend" name="pos_barcode_tare" inherit_id="point_of_sale.assets">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" href="/pos_barcode_tare/static/src/css/tare_screen.css"/>
|
|
<script type="text/javascript" src="/pos_barcode_tare/static/src/js/tare_screen.js"></script>
|
|
<script type="text/javascript" src="/pos_barcode_tare/static/src/js/open_tare_screen_button.js"></script>
|
|
<script type="text/javascript" src="/pos_barcode_tare/static/src/js/barcode.js"></script>
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</odoo>
|