I would like to invisible one field called "Cost", and only the group sale team could not see in in my product form.
How to do it please?
Thank you
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I would like to invisible one field called "Cost", and only the group sale team could not see in in my product form.
How to do it please?
Thank you
Hi,
You can add <field name="name" invisible="1" /> to make field or if it is based on some condition
use <field name="name" attrs="{'invisible': [('field','!=',value)]}"/> this will make field invisible depending on the another field. you can also add groups attribute to field, so that field will be visible to users in that group.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
https://www.odoo.com/forum/help-1/question/hide-field-and-label-from-a-certain-group-119623