flectra/addons/pos_reprint/views/pos_reprint_templates.xml

9 lines
308 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2018-01-16 11:34:37 +01:00
<flectra>
<template id="assets" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
<script type="text/javascript" src="/pos_reprint/static/src/js/reprint.js"></script>
</xpath>
</template>
2018-01-16 11:34:37 +01:00
</flectra>