mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
changed old type txt to new type txtt
This commit is contained in:
@@ -1,51 +1,36 @@
|
||||
# Page, Webforms
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2010-10-14 11:15:59',
|
||||
'docstatus': 0,
|
||||
'modified': '2011-01-04 13:19:54',
|
||||
'modified_by': 'Administrator',
|
||||
'owner': 'ashwini@webnotestech.com'
|
||||
},
|
||||
|
||||
# These values are common for all Page
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'module': 'Setup',
|
||||
'name': '__common__',
|
||||
'page_name': 'Webforms',
|
||||
'show_in_menu': 1,
|
||||
'standard': 'Yes'
|
||||
},
|
||||
|
||||
# These values are common for all Page Role
|
||||
{
|
||||
'doctype': 'Page Role',
|
||||
'name': '__common__',
|
||||
'parent': 'Webforms',
|
||||
'parentfield': 'roles',
|
||||
'parenttype': 'Page'
|
||||
},
|
||||
|
||||
# Page, Webforms
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'name': 'Webforms'
|
||||
},
|
||||
|
||||
# Page Role
|
||||
{
|
||||
'doctype': 'Page Role',
|
||||
'idx': 1,
|
||||
'role': 'Administrator'
|
||||
},
|
||||
|
||||
# Page Role
|
||||
{
|
||||
'doctype': 'Page Role',
|
||||
'idx': 2,
|
||||
'role': 'System Manager'
|
||||
}
|
||||
{
|
||||
"owner": "ashwini@webnotestech.com",
|
||||
"docstatus": 0,
|
||||
"creation": "2010-10-14 11:15:59",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2011-01-04 13:19:54"
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"module": "Setup",
|
||||
"show_in_menu": 1,
|
||||
"page_name": "Webforms",
|
||||
"doctype": "Page",
|
||||
"standard": "Yes"
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"parent": "Webforms",
|
||||
"doctype": "Page Role",
|
||||
"parenttype": "Page",
|
||||
"parentfield": "roles"
|
||||
},
|
||||
{
|
||||
"name": "Webforms",
|
||||
"doctype": "Page"
|
||||
},
|
||||
{
|
||||
"role": "Administrator",
|
||||
"doctype": "Page Role"
|
||||
},
|
||||
{
|
||||
"role": "System Manager",
|
||||
"doctype": "Page Role"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user