Mgmtsystem Review Objective

mgmtsystem_review_objective
REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/18.0/mgmtsystem_review_objective
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Dixmit
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Dixmit
COMMITTERS
COMMITTERSEnric Tobella, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - document_knowledge
OCA/management-system:
    - mgmtsystem_review
    - mgmtsystem_nonconformity
    - mgmtsystem_action
    - mgmtsystem
    - document_page_procedure
    - document_page_mgmtsystem
    - mgmtsystem_objective
odoo/odoo:
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - web_editor
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to specify objectives on reviews.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mgmtsystem_indicator_value_pivot_view mgmtsystem.indicator.value pivot New
mgmtsystem_review_form_view mgmtsystem.review div Inherits mgmtsystem_review.view_mgmtsystem_review_form
Models touched (1)

New fields (4)
  • end_date Date
  • objective_domain Binary
    compute='_compute_objective_domain'
  • objective_ids Many2many → mgmtsystem.objective
    string='Reviewed objectives' args: 'mgmtsystem.objective'
  • start_date Date
Public methods (1)
  • action_open_objectives(self)