Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / addons / pos_loyalty / views / templates.xml
diff --git a/addons/pos_loyalty/views/templates.xml b/addons/pos_loyalty/views/templates.xml
new file mode 100644 (file)
index 0000000..15366d1
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<openerp>
+    <data>
+
+        <template id="assets_frontend" inherit_id="web.assets_common">
+          <xpath expr="." position="inside">
+              <script type="text/javascript" src="/pos_loyalty/static/src/js/loyalty.js"></script>
+          </xpath>
+        </template>
+
+        <template id="css_pos" inherit_id="point_of_sale.index">
+            <xpath expr="//head" position="inside">
+              <link rel="stylesheet" href="/pos_loyalty/static/src/css/loyalty.css" />
+            </xpath>
+        </template>
+
+    </data>
+</openerp>