summaryrefslogtreecommitdiff
path: root/addons/l10n_in_pos/views
diff options
context:
space:
mode:
Diffstat (limited to 'addons/l10n_in_pos/views')
-rw-r--r--addons/l10n_in_pos/views/point_of_sale.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/addons/l10n_in_pos/views/point_of_sale.xml b/addons/l10n_in_pos/views/point_of_sale.xml
new file mode 100644
index 00000000..49c54c79
--- /dev/null
+++ b/addons/l10n_in_pos/views/point_of_sale.xml
@@ -0,0 +1,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>