Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3675 Visualizzazioni

Dear 

 If we give Manufacturing user permission, user can access all Bill of materials. But, we don't want to share all BOM to user. We would like to restrict user to access specific Bill of Materials. Could you please help how to do this?

Thanks

Avatar
Abbandona
Risposta migliore

Hello Zinmarphyo,

You can define new Many2one field of users (res.users) on mrp.bom model.

assign_user_ids = Fields.Many2many("res.users", string="Assign users")

Based on this field we can apply record rule of specifc group as below.

['|',('x_studio_assign_users', 'in', [user.id]),('x_studio_assign_users','=',False)]


Thanks & Regards,



CandidRoot Solutions Pvt. Ltd.

Mobile: (+91) 8849036209
Email: info@candidroot.com
Skype: live:candidroot
Web: https://www.candidroot.com
Address: 1229-1230, Iconic Shyamal, Near Shyamal Cross Road, Ahmedabad, Gujarat






Avatar
Abbandona

['|',('assign_user_ids', 'in', [user.id]),('assign_user_ids','=',False)]

Autore

Hello,
It is work. Thank you.

please do upvote or mark as best answer if this answer really helps you !!

Post correlati Risposte Visualizzazioni Attività
3
ago 23
4404
1
ott 22
3826
3
lug 22
3255
3
ott 25
4362
4
mag 24
3973