← Back to team overview

credativ team mailing list archive

Re: [Question #181457]: how to give access to particular record in a Object

 

Question #181457 on OpenERP Server changed:
https://answers.launchpad.net/openobject-server/+question/181457

    Status: Open => Answered

ViktorNagy proposed the following answer:
Just generalize my previous answer:

add "write" access to record above + as the user is linked to the HR
data, you should be able to use a domain like [('user_id','=',uid)]
instead of the [('id','=', <your id>)] above

finally: create another record where user can see every record

-- 
You received this question notification because you are a member of
OpenERP Framework Experts, which is an answer contact for OpenERP
Server.