mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
changed old type txt to new type txtt
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user