Skip to Content
Menu
This question has been flagged
1 Reply
1045 Views

I added the Custom field on the Customer form its showing vendor form Also I don't want to show it on the vendor contact form 

How to specify to disable on the vendor form.  Pls answer anyone

Avatar
Discard
Best Answer

Hello,

You can invisible in vendor form view. solution for odoo v12 version.

need to add attrs in your custom field.

attrs="{'invisible': [('supplier', '=', True)]}"

Thanks,
Avatar
Discard