Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
2674 Weergaven

I have created custom fields in customer master but the same is getting displayed in the Supplier master also. Can any one help on this please

Avatar
Annuleer
Beste antwoord

Hello Senthil,


Customer and Supplier have same object so it reflact on the both form.


You need to set atts on the custom field,


In xml file :-

<field name="custom_field" attrs="{'invisible' : [('customer', '=', False)]}" />


Hope this works for you.

Avatar
Annuleer