updated data import template and removed upload feature in price list

This commit is contained in:
Rushabh Mehta
2012-11-15 12:44:41 +05:30
parent aec1931911
commit 14c8223985
3 changed files with 90 additions and 104 deletions

View File

@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
u'creation': '2012-06-05 20:03:20',
u'creation': '2012-08-08 10:41:31',
u'docstatus': 0,
u'modified': '2012-08-06 14:49:48',
u'modified': '2012-11-15 12:36:41',
u'modified_by': u'Administrator',
u'owner': u'Administrator'
},
@@ -114,7 +114,7 @@
'fieldname': u'company_name',
'fieldtype': u'Data',
'in_filter': 1,
'label': u'Company Name',
'label': u'Organization Name (for Lead)',
'oldfieldname': u'company_name',
'oldfieldtype': u'Data',
'permlevel': 0,
@@ -624,6 +624,15 @@
'permlevel': 0
},
# DocPerm
{
'create': 1,
u'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Guest',
'write': 1
},
# DocPerm
{
'amend': 0,
@@ -689,14 +698,5 @@
'role': u'System Manager',
'submit': 0,
'write': 1
},
# DocPerm
{
'create': 1,
u'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Guest',
'write': 1
}
]