diff --git a/erpnext/setup/doctype/item_group/item_group.json b/erpnext/setup/doctype/item_group/item_group.json index e8352144872..3e0680f4f51 100644 --- a/erpnext/setup/doctype/item_group/item_group.json +++ b/erpnext/setup/doctype/item_group/item_group.json @@ -214,7 +214,7 @@ "is_tree": 1, "links": [], "max_attachments": 3, - "modified": "2021-02-08 17:02:44.951572", + "modified": "2021-02-18 13:40:30.049650", "modified_by": "Administrator", "module": "Setup", "name": "Item Group", @@ -277,7 +277,7 @@ "export": 1, "print": 1, "report": 1, - "role": "Customer", + "role": "All", "select": 1, "share": 1 } diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json index 6886c1ba45f..33a8fe7c8d8 100644 --- a/erpnext/stock/doctype/item/item.json +++ b/erpnext/stock/doctype/item/item.json @@ -1066,7 +1066,7 @@ "index_web_pages_for_search": 1, "links": [], "max_attachments": 1, - "modified": "2021-02-18 14:00:19.668049", + "modified": "2021-03-15 13:41:04.108932", "modified_by": "Administrator", "module": "Stock", "name": "Item", @@ -1118,6 +1118,15 @@ { "read": 1, "role": "Manufacturing User" + }, + { + "email": 1, + "export": 1, + "print": 1, + "report": 1, + "role": "All", + "select": 1, + "share": 1 } ], "quick_entry": 1,