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,
|
restricted = True,
|
||||||
module_type = None,
|
module_type = None,
|
||||||
)),
|
)),
|
||||||
("ocr", Storage(
|
#("ocr", Storage(
|
||||||
name_nice = T("Optical Character Recognition"),
|
# name_nice = T("Optical Character Recognition"),
|
||||||
#description = "Optical Character Recognition for reading the scanned handwritten paper forms.",
|
# #description = "Optical Character Recognition for reading the scanned handwritten paper forms.",
|
||||||
restricted = False,
|
# restricted = False,
|
||||||
module_type = None,
|
# module_type = None,
|
||||||
)),
|
#)),
|
||||||
("work", Storage(
|
("work", Storage(
|
||||||
name_nice = T("Jobs"),
|
name_nice = T("Jobs"),
|
||||||
#description = "Simple Volunteer Jobs Management",
|
#description = "Simple Volunteer Jobs Management",
|
||||||
|
Loading…
Reference in New Issue
Block a user