-
-
Notifications
You must be signed in to change notification settings - Fork 338
Open
Labels
Description
Module
mgmtsystem
Describe the bug
In the res_config.py file there are referenced modules that do not exist:
- mgmtsystem_information_security module not exists.
module_mgmtsystem_information_security = fields.Boolean(
"Information Security",
help="Provide information security tools.\n"
"- This installs the module mgmtsystem_information_security.",
) - mgmtsystem_health_safety_manual module not exists.
module_mgmtsystem_health_safety_manual = fields.Boolean(
"Health & Safety Manual Template",
help="Provide a health and safety manual template.\n"
"- This installs the module mgmtsystem_health_safety_manual.",
) - information_security_manual module not exists.
module_information_security_manual = fields.Boolean(
"Information Security Manual Template",
help="Provide an information security manual.\n"
"- This installs the module information_security_manual.",
) - mgmtsystem_security_event module not exists.
module_mgmtsystem_security_event = fields.Boolean(
"Feared Events",
help="Provide Feared Events.\n"
"- This installs the module mgmtsystem_security_event.",
)
To Reproduce
Affected versions: 16.0
Expected behavior
When the settings checks are selected install the corresponding module.