diff options
Diffstat (limited to 'addons/pos_hr/static/src/xml/CashierName.xml')
| -rw-r--r-- | addons/pos_hr/static/src/xml/CashierName.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addons/pos_hr/static/src/xml/CashierName.xml b/addons/pos_hr/static/src/xml/CashierName.xml new file mode 100644 index 00000000..9caddada --- /dev/null +++ b/addons/pos_hr/static/src/xml/CashierName.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<templates id="template" xml:space="preserve"> + + <t t-name="CashierName" t-inherit="point_of_sale.CashierName" t-inherit-mode="extension" owl="1"> + <xpath expr="//div" position="attributes"> + <attribute name="t-on-click">selectCashier</attribute> + </xpath> + </t> + +</templates> |
