summaryrefslogtreecommitdiff
path: root/addons/l10n_co_pos/views/templates.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/l10n_co_pos/views/templates.xml')
-rw-r--r--addons/l10n_co_pos/views/templates.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/addons/l10n_co_pos/views/templates.xml b/addons/l10n_co_pos/views/templates.xml
new file mode 100644
index 00000000..5e38a119
--- /dev/null
+++ b/addons/l10n_co_pos/views/templates.xml
@@ -0,0 +1,11 @@
+<?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_co_pos/static/src/js/pos.js"></script>
+ <script type="text/javascript" src="/l10n_co_pos/static/src/js/PaymentScreen.js"></script>
+ </xpath>
+ </template>
+
+</odoo>