mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-10 00:19:00 +00:00
moved directory structure
This commit is contained in:
43
selling/page/selling_home/selling_home.txt
Normal file
43
selling/page/selling_home/selling_home.txt
Normal file
@@ -0,0 +1,43 @@
|
||||
# Page, selling-home
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2012-02-20 15:46:39',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-02-20 15:46:57',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Page
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'module': u'Selling',
|
||||
'name': '__common__',
|
||||
'page_name': u'selling-home',
|
||||
'standard': u'Yes',
|
||||
'title': u'Selling Home'
|
||||
},
|
||||
|
||||
# These values are common for all Page Role
|
||||
{
|
||||
'doctype': u'Page Role',
|
||||
'name': '__common__',
|
||||
'parent': u'selling-home',
|
||||
'parentfield': u'roles',
|
||||
'parenttype': u'Page',
|
||||
'role': u'All'
|
||||
},
|
||||
|
||||
# Page, selling-home
|
||||
{
|
||||
'doctype': 'Page',
|
||||
'name': u'selling-home'
|
||||
},
|
||||
|
||||
# Page Role
|
||||
{
|
||||
'doctype': u'Page Role'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user