Skip to content

Commit

Permalink
[FIX] mrp: Allow mrp user to delete stock_move_lot links
Browse files Browse the repository at this point in the history
With an mrp user, add lots lines to mrp production order moves. Then,
try to delete one line, the dustbin icon does not appear.

opw-1908930
  • Loading branch information
rousseldenis authored and nim-odoo committed Nov 21, 2018
1 parent 8a6162d commit e81809b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/mrp/security/ir.model.access.csv
Expand Up @@ -57,5 +57,5 @@ access_mrp_unbuild,mrp.unbuild,model_mrp_unbuild,group_mrp_user,1,0,0,0
access_mrp_unbuild_manager,mrp.unbuild manager,model_mrp_unbuild,group_mrp_manager,1,1,1,1
access_mrp_message_mrp_user,mrp.message,model_mrp_message,group_mrp_user,1,0,0,0
access_mrp_message_mrp_manager,mrp.message,model_mrp_message,group_mrp_manager,1,1,1,1
access_stock_move_lots,stock.move.lots,model_stock_move_lots,group_mrp_user,1,1,1,0
access_stock_move_lots,stock.move.lots,model_stock_move_lots,group_mrp_user,1,1,1,1
access_stock_move_lots_manager,stock.move.lots,model_stock_move_lots,group_mrp_manager,1,1,1,1

0 comments on commit e81809b

Please sign in to comment.