diff --git a/py/core/doctype/customize_form/customize_form.py b/py/core/doctype/customize_form/customize_form.py index b9974c3fb1..9a706050e3 100644 --- a/py/core/doctype/customize_form/customize_form.py +++ b/py/core/doctype/customize_form/customize_form.py @@ -31,9 +31,7 @@ class DocType: def __init__(self, doc, doclist=[]): self.doc, self.doclist = doc, doclist self.doctype_properties = [ - 'autoname', 'search_fields', - 'tag_fields', 'default_print_format', 'read_only_onload', 'allow_print', diff --git a/py/core/doctype/customize_form/customize_form.txt b/py/core/doctype/customize_form/customize_form.txt index 099195ad78..a97b74f518 100644 --- a/py/core/doctype/customize_form/customize_form.txt +++ b/py/core/doctype/customize_form/customize_form.txt @@ -3,9 +3,9 @@ # These values are common in all dictionaries { - 'creation': '2012-03-27 14:35:36', + 'creation': '2012-05-15 12:14:21', 'docstatus': 0, - 'modified': '2012-03-27 18:41:56', + 'modified': '2012-06-12 12:10:13', 'modified_by': u'Administrator', 'owner': u'Administrator' }, @@ -23,7 +23,7 @@ 'search_fields': u'doc_type', 'section_style': u'Simple', 'show_in_menu': 0, - 'version': 108 + 'version': 1 }, # These values are common for all DocField @@ -104,19 +104,6 @@ 'permlevel': 0 }, - # DocField - { - 'description': u'E.g.
\nBased on field - field:customer_name
\nBased on number series: TRN.####', - 'doctype': u'DocField', - 'fieldname': u'autoname', - 'fieldtype': u'Data', - 'hidden': 1, - 'label': u'Auto Name', - 'no_copy': 0, - 'permlevel': 2, - 'search_index': 0 - }, - # DocField { 'description': u'Fields separated by comma (,) will be included in the
Search By list of Search dialog box', @@ -129,18 +116,6 @@ 'search_index': 0 }, - # DocField - { - 'description': u'Fields separated by comma (,) will be set as tags', - 'doctype': u'DocField', - 'fieldname': u'tag_fields', - 'fieldtype': u'Data', - 'label': u'Tag Fields', - 'no_copy': 0, - 'permlevel': 0, - 'search_index': 0 - }, - # DocField { 'doctype': u'DocField',