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,49 +1,36 @@
# Page, purchase-analytics
[
# These values are common in all dictionaries
{
u'creation': '2012-09-21 20:15:16',
u'docstatus': 0,
u'modified': '2012-10-04 17:24:17',
u'modified_by': u'Administrator',
u'owner': u'Administrator'
},
# These values are common for all Page
{
u'doctype': u'Page',
'module': u'Buying',
u'name': u'__common__',
'page_name': u'purchase-analytics',
'standard': u'Yes',
'title': u'Purchase Analytics'
},
# These values are common for all Page Role
{
u'doctype': u'Page Role',
u'name': u'__common__',
'parent': u'purchase-analytics',
'parentfield': u'roles',
'parenttype': u'Page'
},
# Page, purchase-analytics
{
u'doctype': u'Page',
u'name': u'purchase-analytics'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Analytics'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Purchase Manager'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-09-21 20:15:16",
"modified_by": "Administrator",
"modified": "2012-10-04 17:24:17"
},
{
"name": "__common__",
"title": "Purchase Analytics",
"module": "Buying",
"doctype": "Page",
"page_name": "purchase-analytics",
"standard": "Yes"
},
{
"name": "__common__",
"parent": "purchase-analytics",
"doctype": "Page Role",
"parenttype": "Page",
"parentfield": "roles"
},
{
"name": "purchase-analytics",
"doctype": "Page"
},
{
"role": "Analytics",
"doctype": "Page Role"
},
{
"role": "Purchase Manager",
"doctype": "Page Role"
}
]