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.
 
 
 
 
 

19 lines
658 B

<odoo>
<data>
<record id="gstin_verification_api_button" model="ir.ui.view">
<field name="name">GSTIN Verification API</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_partner_form"/>
<field name="arch" type="xml">
<xpath expr="//sheet" position="before">
<header>
<button name="verify_gstin" type="object"
string="Verify GSTIN" class="oe_highlight"/>
</header>
</xpath>
</field>
</record>
</data>
</odoo>