Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
2670 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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.

Imagine profil
Abandonează