blob: 49c54c79515125017e2bb8e4146a2d9ea2077617 (
plain)
1
2
3
4
5
6
7
8
|
<?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="/l10n_in_pos/static/src/js/receipt.js"></script>
</xpath>
</template>
</odoo>
|