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"
}
]