<?xml version="1.0"?>
<templates>
    <t t-name="hr_expense.QRModalComponent">
        <div style="text-align:center;" class="o_expense_modal">
            <t t-if="url">
                <h3>Scan this QR code to get the Odoo app:</h3><br/><br/>
                <img class="border border-dark rounded" t-att-src="url"/>
            </t>
        </div>
    </t>
</templates>
