removed account_url from global defaults

This commit is contained in:
Anand Doshi 2012-04-18 17:17:02 +05:30
parent b194eb83a9
commit 619e16c956
2 changed files with 6 additions and 7 deletions

View File

@ -34,7 +34,6 @@ keydict = {
'valuation_method': 'default_valuation_method', 'valuation_method': 'default_valuation_method',
'date_format': 'date_format', 'date_format': 'date_format',
'currency_format':'default_currency_format', 'currency_format':'default_currency_format',
'account_url':'account_url'
} }
class DocType: class DocType:

View File

@ -3,9 +3,9 @@
# These values are common in all dictionaries # These values are common in all dictionaries
{ {
'creation': '2012-03-27 14:36:21', 'creation': '2012-04-18 17:00:50',
'docstatus': 0, 'docstatus': 0,
'modified': '2012-03-27 14:36:21', 'modified': '2012-04-18 17:15:47',
'modified_by': u'Administrator', 'modified_by': u'Administrator',
'owner': u'Administrator' 'owner': u'Administrator'
}, },
@ -28,7 +28,7 @@
'section_style': u'Tabbed', 'section_style': u'Tabbed',
'server_code_error': u' ', 'server_code_error': u' ',
'show_in_menu': 1, 'show_in_menu': 1,
'version': 517 'version': 1
}, },
# These values are common for all DocField # These values are common for all DocField
@ -82,15 +82,15 @@
{ {
'doctype': u'DocPerm', 'doctype': u'DocPerm',
'permlevel': 1, 'permlevel': 1,
'role': u'All' 'role': u'System Manager',
'write': 1
}, },
# DocPerm # DocPerm
{ {
'doctype': u'DocPerm', 'doctype': u'DocPerm',
'permlevel': 1, 'permlevel': 1,
'role': u'System Manager', 'role': u'All'
'write': 1
}, },
# DocPerm # DocPerm