Repository
OCA/management-system · module folder · Try on Runboat
Module version
1.0.1
Category
Uncategorized
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/management-system
Last tracking update
2026-08-07 08:42:59
Authors
Odoo Community Association (OCA), Dixmit
Maintainers
Odoo Community Association (OCA), Dixmit
Committers
Enric Tobella, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits mgmtsystem_review.view_mgmtsystem_review_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)