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 IDNameModelTypeStatus
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_type Many2one → crm.claim.type
    help='Claim classification' args: 'crm.claim.type'
  • stage_id Many2one → crm.claim.stage
    domain="[ '&','|',('team_ids', '=', team_id), ('case_default', '=', True), '|',('claim_type', '=', claim_type),('claim_common', '=', True)]" string='Stage' tracking=True args: 'crm.claim.stage'
Public methods (0)

No public methods.

New fields (2)
  • claim_common Boolean
    help='If you check this field, this stage will be proposed by default on each claim type.' string='Common to All Claim Types'
  • claim_type Many2one → crm.claim.type
    help='Claim classification' args: 'crm.claim.type'
Public methods (0)

No public methods.

New fields (3)
  • active Boolean
    default=True
  • description Text
    translate=True
  • name Char
    required=True translate=True
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…