allowed rename for mode of payment

This commit is contained in:
Nabin Hait
2013-04-19 11:01:03 +05:30
parent 9beae1e5c7
commit bbd8dddd56

View File

@@ -1,68 +1,68 @@
[ [
{ {
"owner": "harshada@webnotestech.com", "creation": "2012-12-04 17:49:20",
"docstatus": 0, "docstatus": 0,
"creation": "2012-07-03 13:30:49", "modified": "2013-04-19 10:59:05",
"modified_by": "Administrator", "modified_by": "Administrator",
"modified": "2012-12-04 16:33:37" "owner": "harshada@webnotestech.com"
}, },
{ {
"name": "__common__", "allow_rename": 1,
"autoname": "field:mode_of_payment", "autoname": "field:mode_of_payment",
"module": "Accounts",
"doctype": "DocType", "doctype": "DocType",
"document_type": "Master" "document_type": "Master",
"module": "Accounts",
"name": "__common__"
}, },
{ {
"doctype": "DocField",
"name": "__common__", "name": "__common__",
"parent": "Mode of Payment", "parent": "Mode of Payment",
"doctype": "DocField", "parentfield": "fields",
"parenttype": "DocType", "parenttype": "DocType",
"permlevel": 0, "permlevel": 0,
"parentfield": "fields" "read_only": 0
}, },
{ {
"parent": "Mode of Payment",
"read": 1,
"doctype": "DocPerm",
"cancel": 1,
"name": "__common__",
"amend": 0,
"create": 1, "create": 1,
"submit": 0, "doctype": "DocPerm",
"write": 1, "name": "__common__",
"parent": "Mode of Payment",
"parentfield": "permissions",
"parenttype": "DocType", "parenttype": "DocType",
"role": "Accounts Manager",
"report": 1,
"permlevel": 0, "permlevel": 0,
"parentfield": "permissions" "read": 1,
"report": 1,
"role": "Accounts Manager",
"submit": 0,
"write": 1
}, },
{ {
"name": "Mode of Payment", "doctype": "DocType",
"doctype": "DocType" "name": "Mode of Payment"
}, },
{ {
"oldfieldtype": "Data",
"doctype": "DocField", "doctype": "DocField",
"label": "Mode of Payment",
"oldfieldname": "mode_of_payment",
"fieldname": "mode_of_payment", "fieldname": "mode_of_payment",
"fieldtype": "Data", "fieldtype": "Data",
"label": "Mode of Payment",
"oldfieldname": "mode_of_payment",
"oldfieldtype": "Data",
"reqd": 1 "reqd": 1
}, },
{ {
"doctype": "DocField", "doctype": "DocField",
"label": "Company",
"fieldname": "company", "fieldname": "company",
"fieldtype": "Link", "fieldtype": "Link",
"label": "Company",
"options": "Company" "options": "Company"
}, },
{ {
"description": "Default Bank / Cash account will be automatically updated in POS Invoice when this mode is selected.", "description": "Default Bank / Cash account will be automatically updated in POS Invoice when this mode is selected.",
"doctype": "DocField", "doctype": "DocField",
"label": "Default Account",
"fieldname": "default_account", "fieldname": "default_account",
"fieldtype": "Link", "fieldtype": "Link",
"label": "Default Account",
"options": "Account" "options": "Account"
}, },
{ {