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.
 
 
 
 
 

20 lines
689 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!--Whatsapp authenticate form view-->
<record id="whatsapp_authenticate_view_form" model="ir.ui.view">
<field name="name">whatsapp.authenticate.view.form</field>
<field name="model">whatsapp.authenticate</field>
<field name="arch" type="xml">
<form>
<sheet>
<group>
<group>
<field name="qrcode" readonly="True"
widget="image"/>
</group>
</group>
</sheet>
</form>
</field>
</record>
</odoo>