I am inheriting the timesheet tree view and want to hide the field project_id for anyone who is not admin.
This is what I have:
< field name="project_id" optional="hide" groups="base.group_system" />
Its not working, I can still see the field with a normal user!!
Thank you