mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 05:58:27 +00:00
merge, fixed production cleanup patch
This commit is contained in:
5
manufacturing/__init__.py
Normal file
5
manufacturing/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from __future__ import unicode_literals
|
||||
install_docs = [
|
||||
{"doctype":"Role", "role_name":"Manufacturing Manager", "name":"Manufacturing Manager"},
|
||||
{"doctype":"Role", "role_name":"Manufacturing User", "name":"Manufacturing User"},
|
||||
]
|
||||
Reference in New Issue
Block a user