TIP: You can type at any time to perform a new search.
CRM Claim Types
crm_claim_type · OCA/crm
- Repository
- OCA/crm · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Customer Relationship Management
- Folder size
- 0.36 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/crm
- Last tracking update
- 2026-08-07 08:42:48
- Authors
- Vauxoo, Odoo Community Association (OCA), Ursa Information Systems
- Maintainers
- Vauxoo, Odoo Community Association (OCA), Ursa Information Systems
- Committers
- Weblate, OCA-git-bot, luciaavanzosc
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Provides a way to classify claims by type and to configure claim stages depending on claim types. Includes Customer, Supplier and Other claim types by default, as well as stages configuration.
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
crm_case_claims_form_view |
CRM - Claims Form | crm.claim | form | Inherits crm_claim.crm_case_claims_form_view |
crm_claim_type_form |
crm.claim.type.form | crm.claim.type | form | New |
crm_claim_type_tree |
crm.claim.type.tree | crm.claim.type | list | New |
crm_stage_claim_type_form |
crm.claim.stage.type.form | crm.claim.stage | form | Inherits crm_claim.crm_claim_stage_form |
crm_stage_claim_type_search |
crm.claim.stage.type.search | crm.claim.stage | search | New |
crm_stage_claim_type_tree |
crm.claim.stage.type.tree | crm.claim.stage | tree | Inherits crm_claim.crm_claim_stage_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (2)
-
claim_typeMany2one → crm.claim.typehelp='Claim classification' args: 'crm.claim.type' -
stage_idMany2one → crm.claim.stagedomain="[ '&','|',('team_ids', '=', team_id), ('case_default', '=', True), '|',('claim_type', '=', claim_type),('claim_common', '=', True)]"string='Stage'tracking=True args: 'crm.claim.stage'
No public methods.
New fields (2)
-
claim_commonBooleanhelp='If you check this field, this stage will be proposed by default on each claim type.'string='Common to All Claim Types' -
claim_typeMany2one → crm.claim.typehelp='Claim classification' args: 'crm.claim.type'
No public methods.
New fields (3)
-
activeBooleandefault=True -
descriptionTexttranslate=True -
nameCharrequired=Truetranslate=True
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…