mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 07:32:50 +00:00
first cut for lazy loading framework
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
# Page, profile-settings
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2011-04-18 10:19:10',
|
||||
'docstatus': 0,
|
||||
'modified': '2011-04-13 12:08:59',
|
||||
'modified_by': 'Administrator',
|
||||
'owner': 'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Page
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'module': 'Home',
|
||||
'name': '__common__',
|
||||
'page_name': 'Profile Settings',
|
||||
'standard': 'Yes'
|
||||
},
|
||||
|
||||
# Page, profile-settings
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'name': 'profile-settings'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user