mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
changed old type txt to new type txtt
This commit is contained in:
@@ -1,49 +1,36 @@
|
||||
# Page, purchase-analytics
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
u'creation': '2012-09-21 20:15:16',
|
||||
u'docstatus': 0,
|
||||
u'modified': '2012-10-04 17:24:17',
|
||||
u'modified_by': u'Administrator',
|
||||
u'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Page
|
||||
{
|
||||
u'doctype': u'Page',
|
||||
'module': u'Buying',
|
||||
u'name': u'__common__',
|
||||
'page_name': u'purchase-analytics',
|
||||
'standard': u'Yes',
|
||||
'title': u'Purchase Analytics'
|
||||
},
|
||||
|
||||
# These values are common for all Page Role
|
||||
{
|
||||
u'doctype': u'Page Role',
|
||||
u'name': u'__common__',
|
||||
'parent': u'purchase-analytics',
|
||||
'parentfield': u'roles',
|
||||
'parenttype': u'Page'
|
||||
},
|
||||
|
||||
# Page, purchase-analytics
|
||||
{
|
||||
u'doctype': u'Page',
|
||||
u'name': u'purchase-analytics'
|
||||
},
|
||||
|
||||
# Page Role
|
||||
{
|
||||
u'doctype': u'Page Role',
|
||||
'role': u'Analytics'
|
||||
},
|
||||
|
||||
# Page Role
|
||||
{
|
||||
u'doctype': u'Page Role',
|
||||
'role': u'Purchase Manager'
|
||||
}
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-09-21 20:15:16",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-10-04 17:24:17"
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"title": "Purchase Analytics",
|
||||
"module": "Buying",
|
||||
"doctype": "Page",
|
||||
"page_name": "purchase-analytics",
|
||||
"standard": "Yes"
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"parent": "purchase-analytics",
|
||||
"doctype": "Page Role",
|
||||
"parenttype": "Page",
|
||||
"parentfield": "roles"
|
||||
},
|
||||
{
|
||||
"name": "purchase-analytics",
|
||||
"doctype": "Page"
|
||||
},
|
||||
{
|
||||
"role": "Analytics",
|
||||
"doctype": "Page Role"
|
||||
},
|
||||
{
|
||||
"role": "Purchase Manager",
|
||||
"doctype": "Page Role"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user