Disable Sahana OCR module, kinda resolves #35
This commit is contained in:
parent
691e7e5130
commit
99e00e07d4
@ -1314,12 +1314,12 @@ def config(settings):
|
||||
restricted = True,
|
||||
module_type = None,
|
||||
)),
|
||||
("ocr", Storage(
|
||||
name_nice = T("Optical Character Recognition"),
|
||||
#description = "Optical Character Recognition for reading the scanned handwritten paper forms.",
|
||||
restricted = False,
|
||||
module_type = None,
|
||||
)),
|
||||
#("ocr", Storage(
|
||||
# name_nice = T("Optical Character Recognition"),
|
||||
# #description = "Optical Character Recognition for reading the scanned handwritten paper forms.",
|
||||
# restricted = False,
|
||||
# module_type = None,
|
||||
#)),
|
||||
("work", Storage(
|
||||
name_nice = T("Jobs"),
|
||||
#description = "Simple Volunteer Jobs Management",
|
||||
|
Loading…
Reference in New Issue
Block a user