summaryrefslogtreecommitdiff
path: root/addons/pos_hr/views/point_of_sale.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/pos_hr/views/point_of_sale.xml')
-rw-r--r--addons/pos_hr/views/point_of_sale.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/addons/pos_hr/views/point_of_sale.xml b/addons/pos_hr/views/point_of_sale.xml
new file mode 100644
index 00000000..4c768bc1
--- /dev/null
+++ b/addons/pos_hr/views/point_of_sale.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+ <template id="assets" inherit_id="point_of_sale.assets">
+ <xpath expr="." position="inside">
+ <link rel="stylesheet" href="/pos_hr/static/src/css/pos.css"/>
+
+ <script type="text/javascript" src="/pos_hr/static/src/js/models.js"></script>
+ <script type="text/javascript" src="/pos_hr/static/src/js/useSelectEmployee.js"></script>
+ <script type="text/javascript" src="/pos_hr/static/src/js/Chrome.js"></script>
+ <script type="text/javascript" src="/pos_hr/static/src/js/HeaderLockButton.js"></script>
+ <script type="text/javascript" src="/pos_hr/static/src/js/CashierName.js"></script>
+ <script type="text/javascript" src="/pos_hr/static/src/js/LoginScreen.js"></script>
+ </xpath>
+ </template>
+
+ <template id="assets_tests" name="Pos Hr Assets Tests" inherit_id="web.assets_tests">
+ <xpath expr="." position="inside">
+ <script type="text/javascript" src="/pos_hr/static/tests/tours/PosHrTourMethods.js"></script>
+ <script type="text/javascript" src="/pos_hr/static/tests/tours/PosHrTour.js"></script>
+ </xpath>
+ </template>
+</odoo>
+