mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 22:18:27 +00:00
all txt files updated due to module renaming/merging
This commit is contained in:
0
knowledge_base/doctype/question_control/__init__.py
Normal file
0
knowledge_base/doctype/question_control/__init__.py
Normal file
30
knowledge_base/doctype/question_control/question_control.txt
Normal file
30
knowledge_base/doctype/question_control/question_control.txt
Normal file
@@ -0,0 +1,30 @@
|
||||
# DocType, Question Control
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2010-08-08 17:09:17',
|
||||
'docstatus': 0,
|
||||
'modified': '2010-09-20 14:06:57',
|
||||
'modified_by': 'Administrator',
|
||||
'owner': 'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all DocType
|
||||
{
|
||||
'colour': 'White:FFF',
|
||||
'doctype': 'DocType',
|
||||
'issingle': 1,
|
||||
'module': 'Knowledge Base',
|
||||
'name': '__common__',
|
||||
'section_style': 'Simple',
|
||||
'server_code_error': ' ',
|
||||
'version': 1
|
||||
},
|
||||
|
||||
# DocType, Question Control
|
||||
{
|
||||
'doctype': 'DocType',
|
||||
'name': 'Question Control'
|
||||
}
|
||||
]
|
||||
0
knowledge_base/doctype/question_tag/__init__.py
Normal file
0
knowledge_base/doctype/question_tag/__init__.py
Normal file
71
knowledge_base/doctype/question_tag/question_tag.txt
Normal file
71
knowledge_base/doctype/question_tag/question_tag.txt
Normal file
@@ -0,0 +1,71 @@
|
||||
# DocType, Question Tag
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2010-08-08 17:09:17',
|
||||
'docstatus': 0,
|
||||
'modified': '2010-09-20 14:06:57',
|
||||
'modified_by': 'Administrator',
|
||||
'owner': 'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all DocType
|
||||
{
|
||||
'autoname': 'field:tag_name',
|
||||
'colour': 'White:FFF',
|
||||
'doctype': 'DocType',
|
||||
'module': 'Knowledge Base',
|
||||
'name': '__common__',
|
||||
'section_style': 'Simple',
|
||||
'version': 1
|
||||
},
|
||||
|
||||
# These values are common for all DocField
|
||||
{
|
||||
'doctype': 'DocField',
|
||||
'fieldname': 'tag_name',
|
||||
'fieldtype': 'Data',
|
||||
'idx': 1,
|
||||
'label': 'Tag Name',
|
||||
'name': '__common__',
|
||||
'oldfieldname': 'tag_name',
|
||||
'oldfieldtype': 'Data',
|
||||
'parent': 'Question Tag',
|
||||
'parentfield': 'fields',
|
||||
'parenttype': 'DocType',
|
||||
'permlevel': 0,
|
||||
'reqd': 1
|
||||
},
|
||||
|
||||
# These values are common for all DocPerm
|
||||
{
|
||||
'create': 1,
|
||||
'doctype': 'DocPerm',
|
||||
'idx': 1,
|
||||
'name': '__common__',
|
||||
'parent': 'Question Tag',
|
||||
'parentfield': 'permissions',
|
||||
'parenttype': 'DocType',
|
||||
'permlevel': 0,
|
||||
'read': 1,
|
||||
'role': 'All',
|
||||
'write': 1
|
||||
},
|
||||
|
||||
# DocType, Question Tag
|
||||
{
|
||||
'doctype': 'DocType',
|
||||
'name': 'Question Tag'
|
||||
},
|
||||
|
||||
# DocPerm
|
||||
{
|
||||
'doctype': 'DocPerm'
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
'doctype': 'DocField'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user