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

<odoo>
<template id="assets" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/pos_tare/static/src/css/pos_tare.css"/>
<script type="text/javascript" src="/pos_tare/static/src/js/tools.js"></script>
<script type="text/javascript" src="/pos_tare/static/src/js/models.js"></script>
<script type="text/javascript" src="/pos_tare/static/src/js/screens.js"></script>
</xpath>
</template>
</odoo>