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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
1
Répondre
2669
Vues
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.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire