diff options
Diffstat (limited to 'addons/point_of_sale/static/src/xml/ChromeWidgets/CashierName.xml')
| -rw-r--r-- | addons/point_of_sale/static/src/xml/ChromeWidgets/CashierName.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addons/point_of_sale/static/src/xml/ChromeWidgets/CashierName.xml b/addons/point_of_sale/static/src/xml/ChromeWidgets/CashierName.xml new file mode 100644 index 00000000..41b7ee69 --- /dev/null +++ b/addons/point_of_sale/static/src/xml/ChromeWidgets/CashierName.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<templates id="template" xml:space="preserve"> + + <t t-name="CashierName" owl="1"> + <div class="oe_status"> + <span class="username"> + <t t-esc="username" /> + </span> + </div> + </t> + +</templates> |
