mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
moved wnf.py to erpnext and added website manager role
This commit is contained in:
26
erpnext/website/Role/Website Manager/Website Manager.txt
Normal file
26
erpnext/website/Role/Website Manager/Website Manager.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
# Role, Website Manager
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2012-01-24 10:18:47',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-02-06 15:22:27',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Role
|
||||
{
|
||||
'doctype': 'Role',
|
||||
'module': u'Website',
|
||||
'name': '__common__',
|
||||
'role_name': u'Website Manager'
|
||||
},
|
||||
|
||||
# Role, Website Manager
|
||||
{
|
||||
'doctype': 'Role',
|
||||
'name': u'Website Manager'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user