From 954d9ab154ef824f3cdf847fbc7e8c02c55c6fb0 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:52:06 +0530 Subject: [PATCH] fix(Stock Entry Type): reduce perms for Stock User (backport #42225) (#42245) * fix(Stock Entry Type): reduce perms for Stock User (#42225) (cherry picked from commit 4936514c8d91e539ef0c24ce26929c4e281578d5) # Conflicts: # erpnext/stock/doctype/stock_entry_type/stock_entry_type.json * chore: fix conflicts --------- Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Co-authored-by: rohitwaghchaure --- .../doctype/stock_entry_type/stock_entry_type.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/erpnext/stock/doctype/stock_entry_type/stock_entry_type.json b/erpnext/stock/doctype/stock_entry_type/stock_entry_type.json index eee38be0278..db8e1fef69b 100644 --- a/erpnext/stock/doctype/stock_entry_type/stock_entry_type.json +++ b/erpnext/stock/doctype/stock_entry_type/stock_entry_type.json @@ -29,7 +29,7 @@ } ], "links": [], - "modified": "2021-05-21 11:27:01.144110", + "modified": "2024-07-08 08:41:19.385020", "modified_by": "Administrator", "module": "Stock", "name": "Stock Entry Type", @@ -72,20 +72,12 @@ "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" } ], "quick_entry": 1, "sort_field": "modified", "sort_order": "ASC", "track_changes": 1 -} \ No newline at end of file +}