fix: updated role based permission for terms and conditions doctype (backport #55674) (#55675)

* fix: updated role based permission for terms and conditions doctype (#55674)

(cherry picked from commit 0ba2961103)

# Conflicts:
#	erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.json

* chore: resolve conflicts

---------

Co-authored-by: Diptanil Saha <diptanil@frappe.io>
This commit is contained in:
mergify[bot]
2026-06-16 21:30:22 +00:00
committed by GitHub
parent 8a9461ff45
commit 5f5b2a6ae2

View File

@@ -89,7 +89,7 @@
"icon": "icon-legal", "icon": "icon-legal",
"idx": 1, "idx": 1,
"links": [], "links": [],
"modified": "2026-04-29 22:51:49.285298", "modified": "2026-06-06 16:35:34.394675",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Terms and Conditions", "name": "Terms and Conditions",
@@ -135,13 +135,32 @@
"print": 1, "print": 1,
"read": 1, "read": 1,
"report": 1, "report": 1,
"role": "Accounts User", "role": "Accounts Manager",
"share": 1, "share": 1,
"write": 1 "write": 1
}, },
{ {
"read": 1, "read": 1,
"role": "Stock User" "role": "Stock User"
},
{
"role": "HR User",
"select": 1
},
{
"create": 1,
"read": 1,
"role": "HR Manager",
"write": 1
},
{
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Accounts User",
"share": 1
} }
], ],
"quick_entry": 1, "quick_entry": 1,