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:
Gursheen Anand
2024-01-17 13:09:51 +05:30
committed by Mergify
parent 9d0c1dc46f
commit 03ce9ee321

View File

@@ -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,