TIP: You can type at any time to perform a new search.
Management System - Claim
mgmtsystem_claim · OCA/management-system
- Repository
- OCA/management-system · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Management System
- Folder size
- 0.3 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
- Savoir-faire Linux, Odoo Community Association (OCA)
- Maintainers
- Savoir-faire Linux, Odoo Community Association (OCA)
- Committers
- Weblate, FernandoRomera, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 | form | 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 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (4)
-
company_idMany2one → res.companydefault=<expr> args: 'res.company', 'Company' -
message_idsOne2many → mail.messagedomain=[('model', '=', _name)] args: 'mail.message', 'res_id', 'Messages' -
referenceChardefault='NEW'readonly=Truerequired=True -
stage_idMany2one → mgmtsystem.claim.stagedefault=<expr> args: 'mgmtsystem.claim.stage', 'Stage'
-
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.modelNotify user when we are 10 days close to a deadline. -
send_mail_for_action(self, force_send=True)
New fields (1)
-
team_idsMany2many → crm.teamcolumn1='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'
No public methods.
New fields (2)
-
mgmtsystem_claim_countIntegercompute='_compute_mgmtsystem_claim_count'string='# Mgmt Claims' -
mgmtsystem_claim_idsOne2many → mgmtsystem.claimcomodel_name='mgmtsystem.claim'inverse_name='partner_id'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…