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:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
1
Cevapla
2675
Görünümler
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Ol