changed old type txt to new type txtt

This commit is contained in:
Anand Doshi
2012-12-11 15:20:53 +05:30
parent c551964d5d
commit c3b9a00c53
348 changed files with 27588 additions and 34575 deletions

View File

@@ -1,42 +1,31 @@
# Page, Setup
[
# These values are common in all dictionaries
{
u'creation': '2012-06-14 15:07:28',
u'docstatus': 0,
u'modified': '2012-10-04 16:52:41',
u'modified_by': u'Administrator',
u'owner': u'Administrator'
},
# These values are common for all Page
{
u'doctype': u'Page',
'module': u'Setup',
u'name': u'__common__',
'page_name': u'Setup',
'standard': u'Yes'
},
# These values are common for all Page Role
{
u'doctype': u'Page Role',
u'name': u'__common__',
'parent': u'Setup',
'parentfield': u'roles',
'parenttype': u'Page',
'role': u'System Manager'
},
# Page, Setup
{
u'doctype': u'Page',
u'name': u'Setup'
},
# Page Role
{
u'doctype': u'Page Role'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-06-14 15:07:28",
"modified_by": "Administrator",
"modified": "2012-10-04 16:52:41"
},
{
"name": "__common__",
"module": "Setup",
"standard": "Yes",
"page_name": "Setup",
"doctype": "Page"
},
{
"parent": "Setup",
"name": "__common__",
"doctype": "Page Role",
"parenttype": "Page",
"role": "System Manager",
"parentfield": "roles"
},
{
"name": "Setup",
"doctype": "Page"
},
{
"doctype": "Page Role"
}
]