You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
438 B
11 lines
438 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!--calling the controller of scanner from login page-->
|
|
<template id="qr_login" inherit_id="web.login" name="QR scanner">
|
|
<xpath expr="//button[hasclass('btn-primary')]" position="after">
|
|
<div class="justify-content-between mt-2 d-flex small">
|
|
<a href="/web/redirect">Login With QR</a>
|
|
</div>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|