all txt files updated due to module renaming/merging

This commit is contained in:
nabinhait
2011-07-01 15:47:42 +05:30
parent ec097975d0
commit 963f36b969
172 changed files with 7078 additions and 9545 deletions

View 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'
}
]

View 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'
}
]