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.
 
 
 
 
 

11 lines
581 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Adding files into point_of_sale.assets-->
<template id="barcode" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
<link rel="stylesheet" type="text/css" href="/pos_add_product_webcam_barcode/static/src/css/dialog.css"/>
<script type="text/javascript" src="/pos_add_product_webcam_barcode/static/src/js/PosBarcode.js"></script>
<script type="text/javascript" src="/pos_add_product_webcam_barcode/static/src/js/quagga.js"></script>
</xpath>
</template>
</odoo>