From cb16665a3969472499d524ca52e67f6378282002 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:20:20 +0200 Subject: [PATCH] fix(Putaway Rule): reduce perms for Stock User --- erpnext/stock/doctype/putaway_rule/putaway_rule.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/erpnext/stock/doctype/putaway_rule/putaway_rule.json b/erpnext/stock/doctype/putaway_rule/putaway_rule.json index ec541a8ca1da..90f486f23529 100644 --- a/erpnext/stock/doctype/putaway_rule/putaway_rule.json +++ b/erpnext/stock/doctype/putaway_rule/putaway_rule.json @@ -111,10 +111,11 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2024-03-27 13:10:27.240606", + "modified": "2024-07-08 09:19:26.711470", "modified_by": "Administrator", "module": "Stock", "name": "Putaway Rule", + "naming_rule": "Expression (old style)", "owner": "Administrator", "permissions": [ { @@ -130,16 +131,10 @@ "write": 1 }, { - "create": 1, - "delete": 1, - "email": 1, - "export": 1, "print": 1, "read": 1, "report": 1, - "role": "Stock User", - "share": 1, - "write": 1 + "role": "Stock User" }, { "email": 1,