mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
changed old type txt to new type txtt
This commit is contained in:
@@ -1,158 +1,127 @@
|
||||
# DocType, Question
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2012-03-27 14:36:01',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-03-27 14:36:01',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all DocType
|
||||
{
|
||||
'allow_attach': 0,
|
||||
'allow_trash': 1,
|
||||
'autoname': u'QUES.#######',
|
||||
'colour': u'White:FFF',
|
||||
'doctype': 'DocType',
|
||||
'in_create': 1,
|
||||
'module': u'Utilities',
|
||||
'name': '__common__',
|
||||
'read_only': 1,
|
||||
'section_style': u'Simple',
|
||||
'server_code_error': u' ',
|
||||
'show_in_menu': 0,
|
||||
'version': 7
|
||||
},
|
||||
|
||||
# These values are common for all DocField
|
||||
{
|
||||
'doctype': u'DocField',
|
||||
'name': '__common__',
|
||||
'parent': u'Question',
|
||||
'parentfield': u'fields',
|
||||
'parenttype': u'DocType',
|
||||
'permlevel': 0
|
||||
},
|
||||
|
||||
# These values are common for all DocPerm
|
||||
{
|
||||
'cancel': 1,
|
||||
'create': 1,
|
||||
'doctype': u'DocPerm',
|
||||
'name': '__common__',
|
||||
'parent': u'Question',
|
||||
'parentfield': u'permissions',
|
||||
'parenttype': u'DocType',
|
||||
'permlevel': 0,
|
||||
'read': 1,
|
||||
'role': u'All',
|
||||
'write': 1
|
||||
},
|
||||
|
||||
# DocType, Question
|
||||
{
|
||||
'doctype': 'DocType',
|
||||
'name': u'Question'
|
||||
},
|
||||
|
||||
# DocPerm
|
||||
{
|
||||
'doctype': u'DocPerm'
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
'doctype': u'DocField',
|
||||
'fieldname': u'question',
|
||||
'fieldtype': u'Text',
|
||||
'label': u'Question',
|
||||
'oldfieldname': u'question',
|
||||
'oldfieldtype': u'Text'
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
'doctype': u'DocField',
|
||||
'fieldname': u'points',
|
||||
'fieldtype': u'Int',
|
||||
'hidden': 1,
|
||||
'label': u'Points'
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
'doctype': u'DocField',
|
||||
'fieldname': u'answer',
|
||||
'fieldtype': u'Text Editor',
|
||||
'label': u'Answer',
|
||||
'oldfieldname': u'answer',
|
||||
'oldfieldtype': u'Text Editor'
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
'doctype': u'DocField',
|
||||
'fieldname': u'_user_tags',
|
||||
'fieldtype': u'Data',
|
||||
'hidden': 1,
|
||||
'label': u'User Tags'
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
'doctype': u'DocField',
|
||||
'fieldname': u'tag_1',
|
||||
'fieldtype': u'Link',
|
||||
'label': u'Tag 1',
|
||||
'oldfieldname': u'tag_1',
|
||||
'oldfieldtype': u'Link',
|
||||
'options': u'Question Tag',
|
||||
'search_index': 0
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
'doctype': u'DocField',
|
||||
'fieldname': u'_users_voted',
|
||||
'fieldtype': u'Text',
|
||||
'label': u'Users Voted'
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
'doctype': u'DocField',
|
||||
'fieldname': u'tag_2',
|
||||
'fieldtype': u'Link',
|
||||
'label': u'Tag 2',
|
||||
'oldfieldname': u'tag_2',
|
||||
'oldfieldtype': u'Link',
|
||||
'options': u'Question Tag',
|
||||
'search_index': 0
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
'doctype': u'DocField',
|
||||
'fieldname': u'tag_3',
|
||||
'fieldtype': u'Link',
|
||||
'label': u'Tag 3',
|
||||
'oldfieldname': u'tag_3',
|
||||
'oldfieldtype': u'Link',
|
||||
'options': u'Question Tag',
|
||||
'search_index': 0
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
'doctype': u'DocField',
|
||||
'fieldname': u'file_list',
|
||||
'fieldtype': u'Text',
|
||||
'hidden': 1,
|
||||
'label': u'File List',
|
||||
'oldfieldname': u'file_list',
|
||||
'oldfieldtype': u'Text'
|
||||
}
|
||||
]
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-03-27 14:36:01",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-03-27 14:36:01"
|
||||
},
|
||||
{
|
||||
"section_style": "Simple",
|
||||
"allow_attach": 0,
|
||||
"module": "Utilities",
|
||||
"allow_trash": 1,
|
||||
"server_code_error": " ",
|
||||
"in_create": 1,
|
||||
"read_only": 1,
|
||||
"autoname": "QUES.#######",
|
||||
"name": "__common__",
|
||||
"colour": "White:FFF",
|
||||
"doctype": "DocType",
|
||||
"show_in_menu": 0,
|
||||
"version": 7
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"parent": "Question",
|
||||
"doctype": "DocField",
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0,
|
||||
"parentfield": "fields"
|
||||
},
|
||||
{
|
||||
"parent": "Question",
|
||||
"read": 1,
|
||||
"doctype": "DocPerm",
|
||||
"cancel": 1,
|
||||
"name": "__common__",
|
||||
"create": 1,
|
||||
"write": 1,
|
||||
"parenttype": "DocType",
|
||||
"role": "All",
|
||||
"permlevel": 0,
|
||||
"parentfield": "permissions"
|
||||
},
|
||||
{
|
||||
"name": "Question",
|
||||
"doctype": "DocType"
|
||||
},
|
||||
{
|
||||
"doctype": "DocPerm"
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Text",
|
||||
"doctype": "DocField",
|
||||
"label": "Question",
|
||||
"oldfieldname": "question",
|
||||
"fieldname": "question",
|
||||
"fieldtype": "Text"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Points",
|
||||
"fieldname": "points",
|
||||
"fieldtype": "Int",
|
||||
"hidden": 1
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Text Editor",
|
||||
"doctype": "DocField",
|
||||
"label": "Answer",
|
||||
"oldfieldname": "answer",
|
||||
"fieldname": "answer",
|
||||
"fieldtype": "Text Editor"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "User Tags",
|
||||
"fieldname": "_user_tags",
|
||||
"fieldtype": "Data",
|
||||
"hidden": 1
|
||||
},
|
||||
{
|
||||
"search_index": 0,
|
||||
"doctype": "DocField",
|
||||
"label": "Tag 1",
|
||||
"oldfieldname": "tag_1",
|
||||
"fieldname": "tag_1",
|
||||
"fieldtype": "Link",
|
||||
"oldfieldtype": "Link",
|
||||
"options": "Question Tag"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "_users_voted",
|
||||
"fieldtype": "Text",
|
||||
"label": "Users Voted"
|
||||
},
|
||||
{
|
||||
"search_index": 0,
|
||||
"doctype": "DocField",
|
||||
"label": "Tag 2",
|
||||
"oldfieldname": "tag_2",
|
||||
"fieldname": "tag_2",
|
||||
"fieldtype": "Link",
|
||||
"oldfieldtype": "Link",
|
||||
"options": "Question Tag"
|
||||
},
|
||||
{
|
||||
"search_index": 0,
|
||||
"doctype": "DocField",
|
||||
"label": "Tag 3",
|
||||
"oldfieldname": "tag_3",
|
||||
"fieldname": "tag_3",
|
||||
"fieldtype": "Link",
|
||||
"oldfieldtype": "Link",
|
||||
"options": "Question Tag"
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Text",
|
||||
"doctype": "DocField",
|
||||
"label": "File List",
|
||||
"oldfieldname": "file_list",
|
||||
"fieldname": "file_list",
|
||||
"fieldtype": "Text",
|
||||
"hidden": 1
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user