flectra/addons/pos_reprint/views/pos_reprint_templates.xml

9 lines
302 B
XML
Raw Normal View History

<?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_reprint/static/src/js/reprint.js"></script>
</xpath>
</template>
</odoo>