Skip to content

Some settings do not install any module because the reference module does not exist in version 16.0 #709

@dreinabinovo

Description

@dreinabinovo

Module

mgmtsystem

Describe the bug

In the res_config.py file there are referenced modules that do not exist:

  1. 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.",
    )
  2. 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.",
    )
  3. 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.",
    )
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions