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,43 +1,32 @@
# Page, voucher-import-tool
[
# These values are common in all dictionaries
{
u'creation': '2012-10-02 18:51:49',
u'docstatus': 0,
u'modified': '2012-10-04 17:04:18',
u'modified_by': u'Administrator',
u'owner': u'Administrator'
},
# These values are common for all Page
{
u'doctype': u'Page',
'module': u'Accounts',
u'name': u'__common__',
'page_name': u'voucher-import-tool',
'standard': u'Yes',
'title': u'Voucher Import Tool'
},
# These values are common for all Page Role
{
u'doctype': u'Page Role',
u'name': u'__common__',
'parent': u'voucher-import-tool',
'parentfield': u'roles',
'parenttype': u'Page',
'role': u'Accounts Manager'
},
# Page, voucher-import-tool
{
u'doctype': u'Page',
u'name': u'voucher-import-tool'
},
# Page Role
{
u'doctype': u'Page Role'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-10-02 18:51:49",
"modified_by": "Administrator",
"modified": "2012-10-04 17:04:18"
},
{
"name": "__common__",
"title": "Voucher Import Tool",
"module": "Accounts",
"doctype": "Page",
"page_name": "voucher-import-tool",
"standard": "Yes"
},
{
"parent": "voucher-import-tool",
"name": "__common__",
"doctype": "Page Role",
"parenttype": "Page",
"role": "Accounts Manager",
"parentfield": "roles"
},
{
"name": "voucher-import-tool",
"doctype": "Page"
},
{
"doctype": "Page Role"
}
]