Friends,
I have a filed file_type(Its a many2one field)
I have to set default value for it for different users..
Example,
I have 3 user trademark_user,company_user & all user...
For trademark user the file_type field will be "Trademark Registeration" and it should be read only..
For company user the file_type field will be "Company Registeration" and it should be read only..
For all user the file_type field will visible all and it should not be read only..
Thanks in advance..