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,27 +1,20 @@
# Page, Projects
[
# These values are common in all dictionaries
{
'creation': '2010-12-14 10:23:31',
'docstatus': 0,
'modified': '2010-12-30 14:43:47',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
# These values are common for all Page
{
'doctype': 'Page',
'module': 'Projects',
'name': '__common__',
'page_name': 'Projects',
'standard': 'Yes'
},
# Page, Projects
{
'doctype': 'Page',
'name': 'Projects'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2010-12-14 10:23:31",
"modified_by": "Administrator",
"modified": "2010-12-30 14:43:47"
},
{
"name": "__common__",
"module": "Projects",
"standard": "Yes",
"page_name": "Projects",
"doctype": "Page"
},
{
"name": "Projects",
"doctype": "Page"
}
]

View File

@@ -1,28 +1,21 @@
# Page, projects-home
[
# These values are common in all dictionaries
{
'creation': '2012-02-21 13:24:22',
'docstatus': 0,
'modified': '2012-02-21 13:24:22',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Page
{
'doctype': 'Page',
'module': u'Projects',
'name': '__common__',
'page_name': u'projects-home',
'standard': u'Yes',
'title': u'Projects Home'
},
# Page, projects-home
{
'doctype': 'Page',
'name': u'projects-home'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-02-21 13:24:22",
"modified_by": "Administrator",
"modified": "2012-02-21 13:24:22"
},
{
"name": "__common__",
"title": "Projects Home",
"module": "Projects",
"doctype": "Page",
"page_name": "projects-home",
"standard": "Yes"
},
{
"name": "projects-home",
"doctype": "Page"
}
]