blob: 2d91c26692e2b200794813dad3a26773c28f1ff9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="hr_timesheet_qr_code">
<div style="text-align:center;">
<t t-if="widget.url">
<h3>Scan this QR code to get the Awesome Timesheet app:</h3><br/><br/>
<img class="border border-dark rounded" t-att-src="widget.url"/>
</t>
</div>
</t>
</templates>
|