From f6326bdaa7706e61413a5e29f4f22e8a2b46388a Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 13 Aug 2012 13:15:43 +0530 Subject: [PATCH] updated profile permission --- py/core/doctype/profile/profile.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/py/core/doctype/profile/profile.txt b/py/core/doctype/profile/profile.txt index a8ab85e244..0ce849c9e9 100644 --- a/py/core/doctype/profile/profile.txt +++ b/py/core/doctype/profile/profile.txt @@ -3,9 +3,9 @@ # These values are common in all dictionaries { - u'creation': '2012-07-27 14:17:32', + u'creation': '2012-08-13 12:53:21', u'docstatus': 0, - u'modified': '2012-07-27 14:25:59', + u'modified': '2012-08-13 13:07:47', u'modified_by': u'Administrator', u'owner': u'Administrator' }, @@ -409,6 +409,14 @@ 'write': 1 }, + # DocPerm + { + u'doctype': u'DocPerm', + 'permlevel': 1, + 'role': u'System Manager', + 'write': 1 + }, + # DocPerm { u'doctype': u'DocPerm',