mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-23 01:42:05 +02:00
10 lines
347 B
XML
10 lines
347 B
XML
<?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>
|