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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
1
Rispondi
2670
Visualizzazioni
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.
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati