fix(Putaway Rule): reduce perms for Stock User (backport #42227) (#42244)

* fix(Putaway Rule): reduce perms for Stock User (#42227)

(cherry picked from commit 96b275c61e)

# Conflicts:
#	erpnext/stock/doctype/putaway_rule/putaway_rule.json

* chore: fix conflicts

---------

Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
mergify[bot]
2024-07-09 14:52:17 +05:30
committed by GitHub
parent 954d9ab154
commit b78a97df85

View File

@@ -111,10 +111,11 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2020-11-25 20:39:19.973437",
"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,
@@ -157,4 +152,4 @@
"sort_order": "DESC",
"title_field": "item_code",
"track_changes": 1
}
}