Hi,
I already have a Record Rule to limit a certain user group to make only Delivery Orders, using the Picking Type model and the following code:
[('code','=','outgoing')]
But now I'm having the issue that the user in this group can't make Manufacturing Orders:
"Due to security restrictions, you are not allowed to access 'Picking Type' (stock.picking.type) records. Contact your administrator to request access if necessary."
How can I adapt this Record Rule to allow manufacturing and also limit those activities to a specific warehouse?
Thanks.