This question has been flagged

Is it possible to change the attributes of form view for specific user groups in form view tag, like <form string="Workflow Form" readonly="{('user_group','=', 'some_group')}">---</form>
I need to make a form view read-only for s specific user group but only from front-end. Records are updated programmaticaly by that user group from back-end. and if i disable updating the records of that model in my security file, that user is not able to modify the records even from back-end. 


 

Avatar
Discard