fix: account and stock manager read perm
(cherry picked from commit 572e844a91)
# Conflicts:
# erpnext/accounts/doctype/fiscal_year/fiscal_year.json
This commit is contained in:
@@ -86,7 +86,12 @@
|
||||
"modified_by": "Administrator",
|
||||
"module": "Accounts",
|
||||
"name": "Fiscal Year",
|
||||
<<<<<<< HEAD
|
||||
"owner": "Administrator",
|
||||
=======
|
||||
"naming_rule": "By fieldname",
|
||||
"owner": "Administrator",
|
||||
>>>>>>> 572e844a91 (fix: account and stock manager read perm)
|
||||
"permissions": [
|
||||
{
|
||||
"create": 1,
|
||||
@@ -118,6 +123,14 @@
|
||||
{
|
||||
"read": 1,
|
||||
"role": "Employee"
|
||||
},
|
||||
{
|
||||
"read": 1,
|
||||
"role": "Accounts Manager"
|
||||
},
|
||||
{
|
||||
"read": 1,
|
||||
"role": "Stock Manager"
|
||||
}
|
||||
],
|
||||
"show_name_in_global_search": 1,
|
||||
|
||||
Reference in New Issue
Block a user