blob: 5e45e5b962af61cc4e57606542e87d39ad6fbb9a (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
<script type="text/javascript" src="/pos_epson_printer/static/src/js/pos_epson_printer.js"></script>
<script type="text/javascript" src="/pos_epson_printer/static/src/js/printers.js"></script>
<script type="text/javascript" src="/pos_epson_printer/static/lib/epos-2.12.0.js"></script>
</xpath>
</template>
</odoo>
|