removed in dialog from activity type

This commit is contained in:
Anand Doshi
2013-03-28 11:49:00 +05:30
parent c1fd51b04a
commit 9d601d593d
2 changed files with 32 additions and 32 deletions

View File

@@ -1,8 +1,8 @@
[ [
{ {
"creation": "2013-03-05 12:53:23", "creation": "2013-03-05 10:14:59",
"docstatus": 0, "docstatus": 0,
"modified": "2013-03-05 12:54:22", "modified": "2013-03-28 07:18:24",
"modified_by": "Administrator", "modified_by": "Administrator",
"owner": "Administrator" "owner": "Administrator"
}, },
@@ -10,7 +10,7 @@
"autoname": "field:activity_type", "autoname": "field:activity_type",
"doctype": "DocType", "doctype": "DocType",
"document_type": "Master", "document_type": "Master",
"in_dialog": 1, "in_dialog": 0,
"module": "Projects", "module": "Projects",
"name": "__common__" "name": "__common__"
}, },

View File

@@ -1,74 +1,74 @@
[ [
{ {
"owner": "Administrator", "creation": "2013-02-22 01:27:54",
"docstatus": 0, "docstatus": 0,
"creation": "2012-07-03 13:30:03", "modified": "2013-03-28 07:18:30",
"modified_by": "Administrator", "modified_by": "Administrator",
"modified": "2012-12-25 13:20:51" "owner": "Administrator"
}, },
{ {
"name": "__common__",
"autoname": "field:brand", "autoname": "field:brand",
"module": "Setup",
"doctype": "DocType", "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__", "name": "__common__",
"parent": "Brand", "parent": "Brand",
"doctype": "DocField", "parentfield": "fields",
"parenttype": "DocType", "parenttype": "DocType",
"permlevel": 0, "permlevel": 0,
"parentfield": "fields" "read_only": 0
}, },
{ {
"name": "__common__",
"parent": "Brand",
"read": 1,
"doctype": "DocPerm", "doctype": "DocPerm",
"name": "__common__",
"parent": "Brand",
"parentfield": "permissions",
"parenttype": "DocType", "parenttype": "DocType",
"report": 1,
"permlevel": 0, "permlevel": 0,
"parentfield": "permissions" "read": 1,
"report": 1
}, },
{ {
"name": "Brand", "doctype": "DocType",
"doctype": "DocType" "name": "Brand"
}, },
{ {
"oldfieldtype": "Data",
"doctype": "DocField", "doctype": "DocField",
"label": "Brand Name",
"oldfieldname": "brand",
"fieldname": "brand", "fieldname": "brand",
"fieldtype": "Data", "fieldtype": "Data",
"label": "Brand Name",
"oldfieldname": "brand",
"oldfieldtype": "Data",
"reqd": 1 "reqd": 1
}, },
{ {
"oldfieldtype": "Text",
"doctype": "DocField", "doctype": "DocField",
"fieldname": "description",
"fieldtype": "Text",
"label": "Description", "label": "Description",
"oldfieldname": "description", "oldfieldname": "description",
"width": "300px", "oldfieldtype": "Text",
"fieldname": "description", "width": "300px"
"fieldtype": "Text"
}, },
{ {
"cancel": 1,
"create": 1, "create": 1,
"doctype": "DocPerm", "doctype": "DocPerm",
"write": 1,
"role": "Material Master Manager", "role": "Material Master Manager",
"cancel": 1 "write": 1
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 0, "create": 0,
"doctype": "DocPerm", "doctype": "DocPerm",
"submit": 0,
"write": 0,
"role": "Material User", "role": "Material User",
"cancel": 0 "submit": 0,
"write": 0
} }
] ]