Repository
OCA/management-system · module folder · Try on Runboat
Module version
1.0.0
Category
Management System
Folder size
0.04 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), Associazione PNLUG - Gruppo Odoo
Maintainers
Odoo Community Association (OCA), Associazione PNLUG - Gruppo Odoo
Committers
Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
OCA/management-system:
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
This module add management of template for Actions.

- new Action Template model to set default values
- new field to select an Action Template to fill predefined fields
  automatically

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
mgmtsystem_action_template_form_view mgmtsystem.action.template.form (in mgmtsystem_action_template) mgmtsystem.action.template form New
mgmtsystem_action_template_search_view mgmtsystem.action.template.search (in mgmtsystem_action_template) mgmtsystem.action.template search New
mgmtsystem_action_template_tree_view mgmtsystem.action.template.tree (in mgmtsystem_action_template) mgmtsystem.action.template list New
view_mgmtsystem_action_form view.mgmtsystem.action mgmtsystem.action form Inherits mgmtsystem_action.view_mgmtsystem_action_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • template_id Many2one → mgmtsystem.action.template
    help="Fill Action's fields with Template's values" args: 'mgmtsystem.action.template', 'Reference Template'
Public methods (0)

No public methods.

New fields (5)
  • description Html
  • name Char
    required=True
  • tag_ids Many2many → mgmtsystem.action.tag
    string='Tags' args: 'mgmtsystem.action.tag'
  • type_action Selection
    selection=<expr> string='Response Type'
  • user_id Many2one → res.users
    default=<expr> required=True args: 'res.users', 'Responsible'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…