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

<odoo>
<data>
<!-- Adding js file to point_of_sale.assets template-->
<template id="assets" inherit_id="point_of_sale.assets">
<xpath expr="//script[last()]" position="after">
<script type="text/javascript" src="/pos_category_wise_receipt/static/src/js/pos_receipt.js"/>
</xpath>
</template>
</data>
</odoo>