mirror of
https://github.com/bringout/oca-ocb-pos.git
synced 2026-04-23 00:42:09 +02:00
12 lines
315 B
XML
12 lines
315 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates id="template" xml:space="preserve">
|
|
|
|
<t t-name="DiscountButton" owl="1">
|
|
<span class="control-button js_discount">
|
|
<i class="fa fa-tag"></i>
|
|
<span> </span>
|
|
<span>Discount</span>
|
|
</span>
|
|
</t>
|
|
|
|
</templates>
|