mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-16 16:08:39 +00:00
fix: restricting currency_exchange_settings write permission only to system manager
(cherry picked from commit 0c2d5488a6)
# Conflicts:
# erpnext/accounts/doctype/currency_exchange_settings/currency_exchange_settings.json
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"actions": [],
|
"actions": [],
|
||||||
"allow_bulk_edit": 1,
|
|
||||||
"creation": "2022-01-10 13:03:26.237081",
|
"creation": "2022-01-10 13:03:26.237081",
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
"editable_grid": 1,
|
"editable_grid": 1,
|
||||||
@@ -105,11 +104,15 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
"modified": "2025-11-25 13:03:41.896424",
|
"modified": "2025-11-25 13:03:41.896424",
|
||||||
=======
|
=======
|
||||||
"modified": "2026-06-09 11:34:10.432378",
|
"modified": "2026-06-09 11:34:10.432378",
|
||||||
>>>>>>> 56bfe6b6a6 (feat(currency exchange settings): frankfurter v2 support)
|
>>>>>>> 56bfe6b6a6 (feat(currency exchange settings): frankfurter v2 support)
|
||||||
|
=======
|
||||||
|
"modified": "2026-06-15 11:25:55.873110",
|
||||||
|
>>>>>>> 0c2d5488a6 (fix: restricting currency_exchange_settings write permission only to system manager)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Currency Exchange Settings",
|
"name": "Currency Exchange Settings",
|
||||||
@@ -126,24 +129,11 @@
|
|||||||
"write": 1
|
"write": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"create": 1,
|
|
||||||
"delete": 1,
|
|
||||||
"email": 1,
|
|
||||||
"print": 1,
|
|
||||||
"read": 1,
|
|
||||||
"role": "Accounts Manager",
|
|
||||||
"share": 1,
|
|
||||||
"write": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"create": 1,
|
|
||||||
"delete": 1,
|
|
||||||
"email": 1,
|
"email": 1,
|
||||||
"print": 1,
|
"print": 1,
|
||||||
"read": 1,
|
"read": 1,
|
||||||
"role": "Accounts User",
|
"role": "Accounts User",
|
||||||
"share": 1,
|
"share": 1
|
||||||
"write": 1
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"row_format": "Dynamic",
|
"row_format": "Dynamic",
|
||||||
|
|||||||
Reference in New Issue
Block a user