Management System - Claim

mgmtsystem_claim
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_claim
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, FernandoRomera
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_claim
OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - crm
    - base_setup
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - html_editor
    - calendar
    - resource
    - utm
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This application allows you to track your customers/vendors claims and
grievances.

It is fully integrated with the email gateway so that you can create
automatically new claims based on incoming emails.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
mgmtsystem_claim_stage_form mgmtsystem.claim.stage.form mgmtsystem.claim.stage form New
mgmtsystem_claim_stage_tree_view Management System Claim Stage Tree mgmtsystem.claim.stage list New
mgmtsystem_claims_form_view Management System Claims Form mgmtsystem.claim form New
mgmtsystem_claims_tree_view Management System Claims Tree mgmtsystem.claim list New
view_mgmtsystem_claim_res_partner_info_form res.partner.mgmtsystem.claim.info.form res.partner div Inherits base.view_partner_form
view_mgmtsystem_claims_calendar_view Management System Claims Actions mgmtsystem.claim calendar New
view_mgmtsystem_claims_filter Management System Claims Search mgmtsystem.claim search New
Models touched (3)

New fields (4)
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • message_ids One2many → mail.message
    domain=[('model', '=', _name)] args: 'mail.message', 'res_id', 'Messages'
  • reference Char
    default='NEW' readonly=True required=True
  • stage_id Many2one → mgmtsystem.claim.stage
    default=<expr> args: 'mgmtsystem.claim.stage', 'Stage'
Public methods (5)
  • create(self, vals_list)
    @api.model_create_multi
  • get_action_url(self)
    Return action url to be used in email templates.
  • get_default_stage(self)
    @api.model
  • process_reminder_queue(self, reminder_days=10)
    @api.model
    Notify user when we are 10 days close to a deadline.
  • send_mail_for_action(self, force_send=True)

New fields (1)
  • team_ids Many2many → crm.team
    column1='stage_id' column2='team_id' comodel_name='crm.team' help='Link between stages and sales teams. When set, this limitate the current stage to the selected sales teams.' relation='crm_team_mgmtsystem_claim_stage_rel' string='Teams'
Public methods (0)

No public methods.

New fields (2)
  • mgmtsystem_claim_count Integer
    compute='_compute_mgmtsystem_claim_count' string='# Mgmt Claims'
  • mgmtsystem_claim_ids One2many → mgmtsystem.claim
    comodel_name='mgmtsystem.claim' inverse_name='partner_id'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/16.0/mgmtsystem_claim
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSMaxime Chambreuil, Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Stefano Consolaro
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:51
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_claim
OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - crm
    - base_setup
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - utm
    - web_kanban_gauge
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
mgmtsystem_claim_stage_form mgmtsystem.claim.stage.form mgmtsystem.claim.stage form New
mgmtsystem_claim_stage_tree_view Management System Claim Stage Tree mgmtsystem.claim.stage tree New
mgmtsystem_claims_form_view Management System Claims Form mgmtsystem.claim form New
mgmtsystem_claims_tree_view Management System Claims Tree mgmtsystem.claim tree New
view_mgmtsystem_claim_res_partner_info_form res.partner.mgmtsystem.claim.info.form res.partner div Inherits base.view_partner_form
view_mgmtsystem_claims_calendar_view Management System Claims Actions mgmtsystem.claim calendar New
view_mgmtsystem_claims_filter Management System Claims Search mgmtsystem.claim search New
Models touched (3)

New fields (4)
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • message_ids One2many → mail.message
    domain=[('model', '=', _name)] args: 'mail.message', 'res_id', 'Messages'
  • reference Char
    default='NEW' readonly=True required=True
  • stage_id Many2one → mgmtsystem.claim.stage
    default=<expr> args: 'mgmtsystem.claim.stage', 'Stage'
Public methods (5)
  • create(self, vals_list)
    @api.model_create_multi
  • get_action_url(self)
    Return action url to be used in email templates.
  • get_default_stage(self)
    @api.model
  • process_reminder_queue(self, reminder_days=10)
    @api.model
    Notify user when we are 10 days close to a deadline.
  • send_mail_for_action(self, force_send=True)

New fields (1)
  • team_ids Many2many → crm.team
    column1='stage_id' column2='team_id' comodel_name='crm.team' help='Link between stages and sales teams. When set, this limitate the current stage to the selected sales teams.' relation='crm_team_mgmtsystem_claim_stage_rel' string='Teams'
Public methods (0)

No public methods.

New fields (2)
  • mgmtsystem_claim_count Integer
    compute='_compute_mgmtsystem_claim_count' string='# Mgmt Claims'
  • mgmtsystem_claim_ids One2many → mgmtsystem.claim
    comodel_name='mgmtsystem.claim' inverse_name='partner_id'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/15.0/mgmtsystem_claim
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, oca-ci, YvanDotet
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:37
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_claim
OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - crm
    - base_setup
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - fetchmail
    - utm
    - web_kanban_gauge
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
mgmtsystem_claim_stage_form mgmtsystem.claim.stage.form mgmtsystem.claim.stage form New
mgmtsystem_claim_stage_tree_view Management System Claim Stage Tree mgmtsystem.claim.stage tree New
mgmtsystem_claims_form_view Management System Claims Form mgmtsystem.claim form New
mgmtsystem_claims_tree_view Management System Claims Tree mgmtsystem.claim tree New
view_mgmtsystem_claim_res_partner_info_form res.partner.mgmtsystem.claim.info.form res.partner div Inherits base.view_partner_form
view_mgmtsystem_claims_calendar_view Management System Claims Actions mgmtsystem.claim calendar New
view_mgmtsystem_claims_filter Management System Claims Search mgmtsystem.claim search New
Models touched (3)

New fields (4)
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • message_ids One2many → mail.message
    domain=[('model', '=', _name)] args: 'mail.message', 'res_id', 'Messages'
  • reference Char
    default='NEW' readonly=True required=True
  • stage_id Many2one → mgmtsystem.claim.stage
    default=<expr> args: 'mgmtsystem.claim.stage', 'Stage'
Public methods (5)
  • create(self, vals_list)
    @api.model_create_multi
  • get_action_url(self)
    Return action url to be used in email templates.
  • get_default_stage(self)
    @api.model
  • process_reminder_queue(self, reminder_days=10)
    @api.model
    Notify user when we are 10 days close to a deadline.
  • send_mail_for_action(self, force_send=True)

New fields (1)
  • team_ids Many2many → crm.team
    column1='stage_id' column2='team_id' comodel_name='crm.team' help='Link between stages and sales teams. When set, this limitate the current stage to the selected sales teams.' relation='crm_team_mgmtsystem_claim_stage_rel' string='Teams'
Public methods (0)

No public methods.

New fields (2)
  • mgmtsystem_claim_count Integer
    compute='_compute_mgmtsystem_claim_count' string='# Mgmt Claims'
  • mgmtsystem_claim_ids One2many → mgmtsystem.claim
    comodel_name='mgmtsystem.claim' inverse_name='partner_id'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/14.0/mgmtsystem_claim
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSMaxime Chambreuil, OCA Transbot, oca-travis, Weblate, OCA-git-bot, oca-ci, aromera, Diego Fuentes
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:04
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_claim
OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - crm
    - base_setup
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - fetchmail
    - utm
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
mgmtsystem_claim_stage_form mgmtsystem.claim.stage.form mgmtsystem.claim.stage form New
mgmtsystem_claim_stage_tree_view Management System Claim Stage Tree mgmtsystem.claim.stage tree New
mgmtsystem_claims_form_view Management System Claims Form mgmtsystem.claim form New
mgmtsystem_claims_tree_view Management System Claims Tree mgmtsystem.claim tree New
view_mgmtsystem_claim_res_partner_info_form res.partner.mgmtsystem.claim.info.form res.partner div Inherits base.view_partner_form
view_mgmtsystem_claims_calendar_view Management System Claims Actions mgmtsystem.claim calendar New
view_mgmtsystem_claims_filter Management System Claims Search mgmtsystem.claim search New
Models touched (3)

New fields (4)
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • message_ids One2many → mail.message
    domain=[('model', '=', _name)] args: 'mail.message', 'res_id', 'Messages'
  • reference Char
    default='NEW' readonly=True required=True args: 'Reference'
  • stage_id Many2one → mgmtsystem.claim.stage
    default=<expr> args: 'mgmtsystem.claim.stage', 'Stage'
Public methods (5)
  • create(self, vals_list)
    @api.model_create_multi
  • get_action_url(self)
    Return action url to be used in email templates.
  • get_default_stage(self)
    @api.model
  • process_reminder_queue(self, reminder_days=10)
    @api.model
    Notify user when we are 10 days close to a deadline.
  • send_mail_for_action(self, force_send=True)

New fields (1)
  • team_ids Many2many → crm.team
    column1='stage_id' column2='team_id' comodel_name='crm.team' help='Link between stages and sales teams. When set, this limitate the current stage to the selected sales teams.' relation='crm_team_mgmtsystem_claim_stage_rel' string='Teams'
Public methods (0)

No public methods.

New fields (2)
  • mgmtsystem_claim_count Integer
    compute='_compute_mgmtsystem_claim_count' string='# Mgmt Claims'
  • mgmtsystem_claim_ids One2many → mgmtsystem.claim
    comodel_name='mgmtsystem.claim' inverse_name='partner_id'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/13.0/mgmtsystem_claim
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSVíctor Martínez, oca-travis, Weblate, OCA-git-bot, Iván Todorovich, flachica
WEBSITE
WEBSITEhttps://github.com/OCA/management-system
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_claim
OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - crm
    - base_setup
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - fetchmail
    - utm
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
mgmtsystem_claim_stage_form mgmtsystem.claim.stage.form mgmtsystem.claim.stage form New
mgmtsystem_claim_stage_tree_view Management System Claim Stage Tree mgmtsystem.claim.stage tree New
mgmtsystem_claims_form_view Management System Claims Form mgmtsystem.claim form New
mgmtsystem_claims_tree_view Management System Claims Tree mgmtsystem.claim tree New
view_mgmtsystem_claim_res_partner_info_form res.partner.mgmtsystem.claim.info.form res.partner div Inherits base.view_partner_form
view_mgmtsystem_claims_calendar_view Management System Claims Actions mgmtsystem.claim calendar New
view_mgmtsystem_claims_filter Management System Claims Search mgmtsystem.claim search New
Models touched (3)

New fields (4)
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • message_ids One2many → mail.message
    domain=[('model', '=', _name)] args: 'mail.message', 'res_id', 'Messages'
  • reference Char
    default='NEW' readonly=True required=True args: 'Reference'
  • stage_id Many2one → mgmtsystem.claim.stage
    default=<expr> args: 'mgmtsystem.claim.stage', 'Stage'
Public methods (5)
  • create(self, vals_list)
    @api.model_create_multi
  • get_action_url(self)
    Return action url to be used in email templates.
  • get_default_stage(self)
    @api.model
  • process_reminder_queue(self, reminder_days=10)
    @api.model
    Notify user when we are 10 days close to a deadline.
  • send_mail_for_action(self, force_send=True)

New fields (1)
  • team_ids Many2many → crm.team
    column1='stage_id' column2='team_id' comodel_name='crm.team' help='Link between stages and sales teams. When set, this limitate the current stage to the selected sales teams.' relation='crm_team_mgmtsystem_claim_stage_rel' string='Teams'
Public methods (0)

No public methods.

New fields (2)
  • mgmtsystem_claim_count Integer
    compute='_compute_mgmtsystem_claim_count' string='# Mgmt Claims'
  • mgmtsystem_claim_ids One2many → mgmtsystem.claim
    comodel_name='mgmtsystem.claim' inverse_name='partner_id'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/10.0/mgmtsystem_claim
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_claim
OCA/knowledge:
    - document_page
    - knowledge
OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - crm
    - base_action_rule
    - resource
    - sales_team
    - calendar
    - web_calendar
    - fetchmail
    - utm
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enables you to manage the claims of your management system.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
board_mgmtsystem_claim_form board.mgmtsystem.claim.form inherited board.board xpath Inherits mgmtsystem.board_mgmtsystem_form
mgmtsystem_claim_stage_tree_view Management System Claim Stage Tree mgmtsystem.claim.stage tree New
mgmtsystem_claims_calendar_view Claims mgmtsystem.claim calendar New
mgmtsystem_claims_form_view Management System Claims Form mgmtsystem.claim form New
mgmtsystem_claims_tree_view Management System Claims Tree mgmtsystem.claim tree New
view_mgmtsystem_claims_filter Management System Claims Search mgmtsystem.claim search New
Models touched (2)

New fields (4)
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • message_ids One2many → mail.message
    domain=[('model', '=', _name)] args: 'mail.message', 'res_id', 'Messages'
  • reference Char
    default='NEW' readonly=True required=True args: 'Reference'
  • stage_id Many2one → mgmtsystem.claim.stage
    default=<expr> args: 'mgmtsystem.claim.stage', 'Stage'
Public methods (2)
  • create(self, vals)
    @api.model
  • get_default_stage(self)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/9.0/mgmtsystem_claim
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Jeroen Vermeylen
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
    - knowledge
OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - board
    - web
    - mail
    - base_setup
    - web_kanban
    - bus
    - crm_claim
    - crm
    - base_action_rule
    - resource
    - sales_team
    - calendar
    - web_calendar
    - fetchmail
    - utm
    - marketing
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enables you to manage the claims of your management system.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
mgmtsystem_claim_stage_tree_view Management System Claim Stage Tree mgmtsystem.claim.stage tree New
mgmtsystem_claims_calendar_view Claims mgmtsystem.claim calendar New
mgmtsystem_claims_form_view Management System Claims Form mgmtsystem.claim form New
mgmtsystem_claims_tree_view Management System Claims Tree mgmtsystem.claim tree New
view_mgmtsystem_claims_filter Management System Claims Search mgmtsystem.claim search New
view_report_mgmtsystem_claim_graph mgmtsystem.claim.report.graph mgmtsystem.claim.report graph New
view_report_mgmtsystem_claim_pivot mgmtsystem.claim.report.pivot mgmtsystem.claim.report pivot New
Models touched (3)

New fields (4)
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • message_ids One2many → mail.message
    domain=[('model', '=', _name)] args: 'mail.message', 'res_id', 'Messages'
  • reference Char
    default='NEW' readonly=True required=True args: 'Reference'
  • stage_id Many2one → mgmtsystem.claim.stage
    default=<expr> args: 'mgmtsystem.claim.stage', 'Stage'
Public methods (2)
  • create(self, vals)
    @api.model
  • get_default_stage(self)
    @api.model

New fields (10)
  • age Integer
    readonly=True args: 'Age'
  • create_date Datetime
    readonly=True select=True args: 'Create Date'
  • date_closed Datetime
    readonly=True select=True args: 'Close Date'
  • date_deadline Date
    readonly=True select=True args: 'Deadline'
  • number_of_claims Integer
    readonly=True args: '# of claims'
  • number_of_days_to_close Integer
    readonly=True args: '# of days to close'
  • number_of_exceedings_days Integer
    readonly=True args: '# of exceedings days'
  • stage_id Many2one → mgmtsystem.claim.stage
    readonly=True args: 'mgmtsystem.claim.stage', 'Stage'
  • user_id Many2one → res.users
    readonly=True args: 'res.users', 'User'
  • write_date Datetime
    readonly=True select=True args: 'Update Date'
Public methods (1)
  • init(self, cr)
    Display a pivot view of claim.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/8.0/mgmtsystem_claim
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSStéphane Bidoul, Daniel Reis, Stéphane Bidoul (ACSONE), OCA Transbot, Loïc Faure-Lacroix, oca-travis, Matjaž Mozetič, Isaac Gallart
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/knowledge:
    - document_page
OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - board
    - web
    - knowledge
    - base_setup
    - web_kanban
    - mail
    - crm_claim
    - crm
    - base_action_rule
    - resource
    - sales_team
    - web_kanban_sparkline
    - email_template
    - calendar
    - web_calendar
    - fetchmail
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enables you to manage the claims of your management system.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
board_mgmtsystem_claim_form board.mgmtsystem.claim.form inherited board.board xpath Inherits mgmtsystem.board_mgmtsystem_form
mgmtsystem_claim_stage_tree_view Management System Claim Stage Tree mgmtsystem.claim.stage tree New
mgmtsystem_claims_calendar_view Claims mgmtsystem.claim calendar New
mgmtsystem_claims_form_view Management System Claims Form mgmtsystem.claim form New
mgmtsystem_claims_tree_view Management System Claims Tree mgmtsystem.claim tree New
view_mgmtsystem_claims_filter Management System Claims Search mgmtsystem.claim search New
Models touched (2)

New fields (4)
  • company_id Many2one → res.company
    default=<expr> args: 'res.company', 'Company'
  • message_ids One2many → mail.message
    domain=[('model', '=', _name)] args: 'mail.message', 'res_id', 'Messages'
  • reference Char
    default='NEW' readonly=True required=True args: 'Reference'
  • stage_id Many2one → mgmtsystem.claim.stage
    default=<expr> args: 'mgmtsystem.claim.stage', 'Stage'
Public methods (2)
  • create(self, vals)
    @api.model
  • get_default_stage(self)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/7.0/mgmtsystem_claim
VERSION
VERSION 1.1
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSAlexandre Fayolle, Sandy Carter, Maxime Chambreuil, Virgil Dupras, Daniel Reis, Stéphane Bidoul (ACSONE), EL HADJI DEM, Launchpad Translations on behalf of openerp-mgmtsystem-core-editors, OCA Transbot
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - board
    - document_page
    - knowledge
    - base_setup
    - web_kanban
    - web
    - crm_claim
    - crm
    - base_action_rule
    - mail
    - base_status
    - process
    - email_template
    - base_calendar
    - resource
    - fetchmail
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enables you to manage the claims of your management system.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
board_mgmtsystem_claim_form board.mgmtsystem.claim.form board.board xpath Inherits mgmtsystem.board_mgmtsystem_form
mgmtsystem_claims_calendar_view Claims mgmtsystem.claim calendar New
mgmtsystem_claims_form_view Management System Claims Form mgmtsystem.claim form New
mgmtsystem_claims_tree_view Management System Claims Tree mgmtsystem.claim tree New
view_mgmtsystem_claims_filter Management System Claims Search mgmtsystem.claim search New
Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • create(self, cr, uid, vals, context=None)
REPOSITORY
REPOSITORYOCA/management-system
GIT
GIThttps://github.com/OCA/management-system.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/management-system/tree/6.1/mgmtsystem_claim
VERSION
VERSION 1.0
CATEGORY
CATEGORYManagement System
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSAlexandre Fayolle, Joao Alfredo Gama Batista, Maxime Chambreuil, Daniel Reis, Launchpad Translations on behalf of openerp-commiter, Launchpad Translations on behalf of openerp-mgmtsystem-core-editors
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/management-system:
    - mgmtsystem
odoo/odoo:
    - base
    - board
    - wiki
    - knowledge
    - base_setup
    - audittrail
    - crm_claim
    - crm
    - base_action_rule
    - mail
    - base_tools
    - process
    - base_calendar
    - resource
    - fetchmail
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enables you to manage the claims of your management system.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
board_mgmtsystem_claim_form board.mgmtsystem.claim.form board.board xpath Inherits mgmtsystem.board_mgmtsystem_form
mgmtsystem_claims_calendar_view Claims mgmtsystem.claim calendar New
mgmtsystem_claims_form_view Management System Claims Form mgmtsystem.claim form New
mgmtsystem_claims_tree_view Management System Claims Tree mgmtsystem.claim tree New
view_mgmtsystem_claims_filter Management System Claims Search mgmtsystem.claim search New
Models touched (0)

No models found for this module.