|
@ -2,10 +2,13 @@ |
|
|
<templates id="template" xml:space="preserve"> |
|
|
<templates id="template" xml:space="preserve"> |
|
|
<!-- Current cashier details --> |
|
|
<!-- Current cashier details --> |
|
|
<t t-name="CashierName" t-inherit="point_of_sale.CashierName" t-inherit-mode="extension" owl="1"> |
|
|
<t t-name="CashierName" t-inherit="point_of_sale.CashierName" t-inherit-mode="extension" owl="1"> |
|
|
<xpath expr="//div[hasclass('oe_status')]" position="replace"> |
|
|
<xpath expr="//div[hasclass('oe_status')]//img[hasclass('avatar')]" position="attributes"> |
|
|
<img t-att-src="avatar" t-att-alt="username" class="img-fluid profile-image avatar" |
|
|
<attribute name="class" remove="avatar" add="img-fluid profile-image avatar" separator=" "/> |
|
|
width="70"/> |
|
|
<attribute name="width">70</attribute> |
|
|
<div style="margin-left: 20px"> |
|
|
</xpath> |
|
|
|
|
|
<xpath expr="//div[hasclass('oe_status')]//span[hasclass('username')]" position="replace"/> |
|
|
|
|
|
<xpath expr="//div[hasclass('oe_status')]//img[hasclass('avatar')]" position="after"> |
|
|
|
|
|
<div style="margin-left: 20px" class="d-inline-block"> |
|
|
<h5 class="name username"><t t-esc="username"/></h5> |
|
|
<h5 class="name username"><t t-esc="username"/></h5> |
|
|
<p class="mail">clark@zmail.com</p> |
|
|
<p class="mail">clark@zmail.com</p> |
|
|
</div> |
|
|
</div> |
|
|