mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-24 04:22:07 +02:00
12 lines
357 B
XML
12 lines
357 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates id="template" xml:space="preserve">
|
|
|
|
<t t-name="RewardButton" owl="1">
|
|
<span class="control-button" t-att-class="hasClaimableRewards() ? 'highlight' : ''">
|
|
<i class="fa fa-star"></i>
|
|
<span> </span>
|
|
<span>Reward</span>
|
|
</span>
|
|
</t>
|
|
|
|
</templates>
|