From 9d601d593d32b93bf5aafa9a35de75dafc6ce758 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 28 Mar 2013 11:49:00 +0530 Subject: [PATCH] removed in dialog from activity type --- .../doctype/activity_type/activity_type.txt | 6 +- setup/doctype/brand/brand.txt | 58 +++++++++---------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/projects/doctype/activity_type/activity_type.txt b/projects/doctype/activity_type/activity_type.txt index 028db2bd4d..98665001b0 100644 --- a/projects/doctype/activity_type/activity_type.txt +++ b/projects/doctype/activity_type/activity_type.txt @@ -1,8 +1,8 @@ [ { - "creation": "2013-03-05 12:53:23", + "creation": "2013-03-05 10:14:59", "docstatus": 0, - "modified": "2013-03-05 12:54:22", + "modified": "2013-03-28 07:18:24", "modified_by": "Administrator", "owner": "Administrator" }, @@ -10,7 +10,7 @@ "autoname": "field:activity_type", "doctype": "DocType", "document_type": "Master", - "in_dialog": 1, + "in_dialog": 0, "module": "Projects", "name": "__common__" }, diff --git a/setup/doctype/brand/brand.txt b/setup/doctype/brand/brand.txt index 22646781c0..cddd918c4e 100644 --- a/setup/doctype/brand/brand.txt +++ b/setup/doctype/brand/brand.txt @@ -1,74 +1,74 @@ [ { - "owner": "Administrator", + "creation": "2013-02-22 01:27:54", "docstatus": 0, - "creation": "2012-07-03 13:30:03", + "modified": "2013-03-28 07:18:30", "modified_by": "Administrator", - "modified": "2012-12-25 13:20:51" + "owner": "Administrator" }, { - "name": "__common__", "autoname": "field:brand", - "module": "Setup", "doctype": "DocType", - "in_dialog": 1, - "document_type": "Master" + "document_type": "Master", + "in_dialog": 0, + "module": "Setup", + "name": "__common__" }, { - "read_only": 0, + "doctype": "DocField", "name": "__common__", "parent": "Brand", - "doctype": "DocField", + "parentfield": "fields", "parenttype": "DocType", "permlevel": 0, - "parentfield": "fields" + "read_only": 0 }, { - "name": "__common__", - "parent": "Brand", - "read": 1, "doctype": "DocPerm", + "name": "__common__", + "parent": "Brand", + "parentfield": "permissions", "parenttype": "DocType", - "report": 1, "permlevel": 0, - "parentfield": "permissions" + "read": 1, + "report": 1 }, { - "name": "Brand", - "doctype": "DocType" + "doctype": "DocType", + "name": "Brand" }, { - "oldfieldtype": "Data", "doctype": "DocField", - "label": "Brand Name", - "oldfieldname": "brand", "fieldname": "brand", "fieldtype": "Data", + "label": "Brand Name", + "oldfieldname": "brand", + "oldfieldtype": "Data", "reqd": 1 }, { - "oldfieldtype": "Text", "doctype": "DocField", + "fieldname": "description", + "fieldtype": "Text", "label": "Description", "oldfieldname": "description", - "width": "300px", - "fieldname": "description", - "fieldtype": "Text" + "oldfieldtype": "Text", + "width": "300px" }, { + "cancel": 1, "create": 1, "doctype": "DocPerm", - "write": 1, "role": "Material Master Manager", - "cancel": 1 + "write": 1 }, { "amend": 0, + "cancel": 0, "create": 0, "doctype": "DocPerm", - "submit": 0, - "write": 0, "role": "Material User", - "cancel": 0 + "submit": 0, + "write": 0 } ] \ No newline at end of file