You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
754 B
20 lines
754 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates id="template" xml:space="preserve">
|
|
<!-- Template for PoS Systray icon -->
|
|
<t t-name="SystrayButtonScreen" owl="1">
|
|
<div class="ticket-button" style="color:red">
|
|
<div class="with-badge" t-att-badge="count">
|
|
<i class="fa fa-desktop" aria-hidden="true"/>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
<t t-inherit="point_of_sale.Chrome" t-inherit-mode="extension" owl="1">
|
|
<xpath expr="//CashMoveButton" position="after">
|
|
<t t-if="this.env.pos.config">
|
|
<t t-if="this.env.pos.config.allow_systray_icon">
|
|
<SystrayButtonScreen/>
|
|
</t>
|
|
</t>
|
|
</xpath>
|
|
</t>
|
|
</templates>
|
|
|