Hi there,
I am playing with the rights management and trying to restrict access of for example "purchase_price" field in sales.orders with no luck till now.
I changed the line in sale_margin_view.xml from:
<field name="purchase_price" groups="base.group_user"/>
to
<field name="purchase_price" groups="base.group_sale_manager"/>
but still all users can see this field. Any idea what I could check to make this work? Am I doing something wrong?
Cheers
Damien