blob: dc5ecc0410972e61276e14fb9f09a834afb83735 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="SaleDetailsButton" owl="1">
<div class="oe_status">
<div class="js_connected oe_icon">
<i class="fa fa-fw fa-print" role="img" aria-label="Print" t-on-click="onClick"
title="Print a report with all the sales of the current PoS Session"></i>
</div>
</div>
</t>
</templates>
|