mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
changed old type txt to new type txtt
This commit is contained in:
@@ -1,30 +1,23 @@
|
||||
# DocType, Company Control
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2012-03-27 14:35:52',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-03-27 14:35:52',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all DocType
|
||||
{
|
||||
'colour': u'White:FFF',
|
||||
'doctype': 'DocType',
|
||||
'issingle': 1,
|
||||
'module': u'Home',
|
||||
'name': '__common__',
|
||||
'section_style': u'Simple',
|
||||
'server_code_error': u' ',
|
||||
'version': 13
|
||||
},
|
||||
|
||||
# DocType, Company Control
|
||||
{
|
||||
'doctype': 'DocType',
|
||||
'name': u'Company Control'
|
||||
}
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-03-27 14:35:52",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-03-27 14:35:52"
|
||||
},
|
||||
{
|
||||
"section_style": "Simple",
|
||||
"name": "__common__",
|
||||
"colour": "White:FFF",
|
||||
"module": "Home",
|
||||
"doctype": "DocType",
|
||||
"version": 13,
|
||||
"server_code_error": " ",
|
||||
"issingle": 1
|
||||
},
|
||||
{
|
||||
"name": "Company Control",
|
||||
"doctype": "DocType"
|
||||
}
|
||||
]
|
||||
@@ -1,105 +1,80 @@
|
||||
# DocType, Feed
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
u'creation': '2012-07-03 13:29:42',
|
||||
u'docstatus': 0,
|
||||
u'modified': '2012-10-15 15:23:02',
|
||||
u'modified_by': u'Administrator',
|
||||
u'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all DocType
|
||||
{
|
||||
'autoname': u'_FEED.#####',
|
||||
'colour': u'White:FFF',
|
||||
u'doctype': u'DocType',
|
||||
'module': u'Home',
|
||||
u'name': u'__common__',
|
||||
'section_style': u'Simple',
|
||||
'show_in_menu': 0,
|
||||
'version': 1
|
||||
},
|
||||
|
||||
# These values are common for all DocField
|
||||
{
|
||||
u'doctype': u'DocField',
|
||||
u'name': u'__common__',
|
||||
'parent': u'Feed',
|
||||
'parentfield': u'fields',
|
||||
'parenttype': u'DocType',
|
||||
'permlevel': 0
|
||||
},
|
||||
|
||||
# These values are common for all DocPerm
|
||||
{
|
||||
u'doctype': u'DocPerm',
|
||||
u'name': u'__common__',
|
||||
'parent': u'Feed',
|
||||
'parentfield': u'permissions',
|
||||
'parenttype': u'DocType',
|
||||
'permlevel': 0,
|
||||
'read': 1,
|
||||
'role': u'System Manager'
|
||||
},
|
||||
|
||||
# DocType, Feed
|
||||
{
|
||||
u'doctype': u'DocType',
|
||||
u'name': u'Feed'
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
u'doctype': u'DocField',
|
||||
'fieldname': u'feed_type',
|
||||
'fieldtype': u'Select',
|
||||
'label': u'Feed Type'
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
u'doctype': u'DocField',
|
||||
'fieldname': u'doc_type',
|
||||
'fieldtype': u'Data',
|
||||
'label': u'Doc Type'
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
u'doctype': u'DocField',
|
||||
'fieldname': u'doc_name',
|
||||
'fieldtype': u'Data',
|
||||
'label': u'Doc Name'
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
u'doctype': u'DocField',
|
||||
'fieldname': u'subject',
|
||||
'fieldtype': u'Data',
|
||||
'label': u'Subject'
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
u'doctype': u'DocField',
|
||||
'fieldname': u'color',
|
||||
'fieldtype': u'Data',
|
||||
'label': u'Color'
|
||||
},
|
||||
|
||||
# DocField
|
||||
{
|
||||
u'doctype': u'DocField',
|
||||
'fieldname': u'full_name',
|
||||
'fieldtype': u'Data',
|
||||
'label': u'Full Name'
|
||||
},
|
||||
|
||||
# DocPerm
|
||||
{
|
||||
u'doctype': u'DocPerm'
|
||||
}
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-07-03 13:29:42",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-10-15 15:23:02"
|
||||
},
|
||||
{
|
||||
"section_style": "Simple",
|
||||
"name": "__common__",
|
||||
"colour": "White:FFF",
|
||||
"module": "Home",
|
||||
"doctype": "DocType",
|
||||
"version": 1,
|
||||
"autoname": "_FEED.#####",
|
||||
"show_in_menu": 0
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"parent": "Feed",
|
||||
"doctype": "DocField",
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0,
|
||||
"parentfield": "fields"
|
||||
},
|
||||
{
|
||||
"parent": "Feed",
|
||||
"read": 1,
|
||||
"name": "__common__",
|
||||
"doctype": "DocPerm",
|
||||
"parenttype": "DocType",
|
||||
"role": "System Manager",
|
||||
"permlevel": 0,
|
||||
"parentfield": "permissions"
|
||||
},
|
||||
{
|
||||
"name": "Feed",
|
||||
"doctype": "DocType"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "feed_type",
|
||||
"fieldtype": "Select",
|
||||
"label": "Feed Type"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "doc_type",
|
||||
"fieldtype": "Data",
|
||||
"label": "Doc Type"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "doc_name",
|
||||
"fieldtype": "Data",
|
||||
"label": "Doc Name"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "subject",
|
||||
"fieldtype": "Data",
|
||||
"label": "Subject"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "color",
|
||||
"fieldtype": "Data",
|
||||
"label": "Color"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "full_name",
|
||||
"fieldtype": "Data",
|
||||
"label": "Full Name"
|
||||
},
|
||||
{
|
||||
"doctype": "DocPerm"
|
||||
}
|
||||
]
|
||||
@@ -1,56 +1,43 @@
|
||||
# DocType, Home Control
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2012-03-27 14:35:53',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-03-27 14:35:53',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all DocType
|
||||
{
|
||||
'colour': u'White:FFF',
|
||||
'doctype': 'DocType',
|
||||
'issingle': 1,
|
||||
'module': u'Home',
|
||||
'name': '__common__',
|
||||
'section_style': u'Simple',
|
||||
'server_code_error': u' ',
|
||||
'show_in_menu': 0,
|
||||
'version': 6
|
||||
},
|
||||
|
||||
# These values are common for all DocPerm
|
||||
{
|
||||
'create': 1,
|
||||
'doctype': u'DocPerm',
|
||||
'name': '__common__',
|
||||
'parent': u'Home Control',
|
||||
'parentfield': u'permissions',
|
||||
'parenttype': u'DocType',
|
||||
'permlevel': 0,
|
||||
'read': 1,
|
||||
'write': 1
|
||||
},
|
||||
|
||||
# DocType, Home Control
|
||||
{
|
||||
'doctype': 'DocType',
|
||||
'name': u'Home Control'
|
||||
},
|
||||
|
||||
# DocPerm
|
||||
{
|
||||
'doctype': u'DocPerm',
|
||||
'role': u'System Manager'
|
||||
},
|
||||
|
||||
# DocPerm
|
||||
{
|
||||
'doctype': u'DocPerm',
|
||||
'role': u'Guest'
|
||||
}
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-03-27 14:35:53",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-03-27 14:35:53"
|
||||
},
|
||||
{
|
||||
"section_style": "Simple",
|
||||
"name": "__common__",
|
||||
"colour": "White:FFF",
|
||||
"module": "Home",
|
||||
"show_in_menu": 0,
|
||||
"version": 6,
|
||||
"server_code_error": " ",
|
||||
"doctype": "DocType",
|
||||
"issingle": 1
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"parent": "Home Control",
|
||||
"read": 1,
|
||||
"create": 1,
|
||||
"doctype": "DocPerm",
|
||||
"write": 1,
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0,
|
||||
"parentfield": "permissions"
|
||||
},
|
||||
{
|
||||
"name": "Home Control",
|
||||
"doctype": "DocType"
|
||||
},
|
||||
{
|
||||
"role": "System Manager",
|
||||
"doctype": "DocPerm"
|
||||
},
|
||||
{
|
||||
"role": "Guest",
|
||||
"doctype": "DocPerm"
|
||||
}
|
||||
]
|
||||
@@ -1,28 +1,21 @@
|
||||
# Page, activity
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2012-02-29 11:59:13',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-02-29 12:11:46',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Page
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'module': u'Home',
|
||||
'name': '__common__',
|
||||
'page_name': u'activity',
|
||||
'standard': u'Yes',
|
||||
'title': u'Activity'
|
||||
},
|
||||
|
||||
# Page, activity
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'name': u'activity'
|
||||
}
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-02-29 11:59:13",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-02-29 12:11:46"
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"title": "Activity",
|
||||
"module": "Home",
|
||||
"doctype": "Page",
|
||||
"page_name": "activity",
|
||||
"standard": "Yes"
|
||||
},
|
||||
{
|
||||
"name": "activity",
|
||||
"doctype": "Page"
|
||||
}
|
||||
]
|
||||
@@ -1,28 +1,21 @@
|
||||
# Page, attributions
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2012-03-01 12:30:42',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-03-01 12:30:42',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Page
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'module': u'Home',
|
||||
'name': '__common__',
|
||||
'page_name': u'attributions',
|
||||
'standard': u'Yes',
|
||||
'title': u'Attributions'
|
||||
},
|
||||
|
||||
# Page, attributions
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'name': u'attributions'
|
||||
}
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-03-01 12:30:42",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-03-01 12:30:42"
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"title": "Attributions",
|
||||
"module": "Home",
|
||||
"doctype": "Page",
|
||||
"page_name": "attributions",
|
||||
"standard": "Yes"
|
||||
},
|
||||
{
|
||||
"name": "attributions",
|
||||
"doctype": "Page"
|
||||
}
|
||||
]
|
||||
@@ -1,28 +1,21 @@
|
||||
# Page, desktop
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2012-02-24 11:37:43',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-02-24 11:37:43',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Page
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'module': u'Home',
|
||||
'name': '__common__',
|
||||
'page_name': u'desktop',
|
||||
'standard': u'Yes',
|
||||
'title': u'Desktop'
|
||||
},
|
||||
|
||||
# Page, desktop
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'name': u'desktop'
|
||||
}
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-02-24 11:37:43",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-02-24 11:37:43"
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"title": "Desktop",
|
||||
"module": "Home",
|
||||
"doctype": "Page",
|
||||
"page_name": "desktop",
|
||||
"standard": "Yes"
|
||||
},
|
||||
{
|
||||
"name": "desktop",
|
||||
"doctype": "Page"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user