CRM Claim Types

crm_claim_type
REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/18.0/crm_claim_type
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Vauxoo, Ursa Information Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Vauxoo, Ursa Information Systems
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, luciaavanzosc
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_claim
odoo/odoo:
    - crm
    - base_setup
    - base
    - 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
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 xpath 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 xpath 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 xpath Inherits crm_claim.crm_claim_stage_tree
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.

REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/17.0/crm_claim_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Vauxoo, Ursa Information Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Vauxoo, Ursa Information Systems
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Reyes4711-S73
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_claim
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - onboarding
    - 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
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 xpath 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 tree New
crm_stage_claim_type_form crm.claim.stage.type.form crm.claim.stage xpath 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 xpath Inherits crm_claim.crm_claim_stage_tree
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.

REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/16.0/crm_claim_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Vauxoo, Ursa Information Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Vauxoo, Ursa Information Systems
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Jonathan Oscategui Taza
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:42
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_claim
odoo/odoo:
    - crm
    - base_setup
    - base
    - 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 (6)
XML IDNameModelTypeStatus
crm_case_claims_form_view CRM - Claims Form crm.claim xpath 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 tree New
crm_stage_claim_type_form crm.claim.stage.type.form crm.claim.stage xpath 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 xpath Inherits crm_claim.crm_claim_stage_tree
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.

REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/15.0/crm_claim_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Vauxoo, Ursa Information Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Vauxoo, Ursa Information Systems
COMMITTERS
COMMITTERSOCA Transbot, Weblate, OCA-git-bot, oca-ci, Luis D. Lafaurie
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:31
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_claim
odoo/odoo:
    - crm
    - base_setup
    - base
    - 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 (6)
XML IDNameModelTypeStatus
crm_case_claims_form_view CRM - Claims Form crm.claim xpath 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 tree New
crm_stage_claim_type_form crm.claim.stage.type.form crm.claim.stage xpath 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 xpath Inherits crm_claim.crm_claim_stage_tree
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.

REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/14.0/crm_claim_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Vauxoo, Ursa Information Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Vauxoo, Ursa Information Systems
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Roger
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:53
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_claim
odoo/odoo:
    - crm
    - base_setup
    - base
    - 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 (6)
XML IDNameModelTypeStatus
crm_case_claims_form_view CRM - Claims Form crm.claim xpath 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 tree New
crm_stage_claim_type_form crm.claim.stage.type.form crm.claim.stage xpath 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 xpath Inherits crm_claim.crm_claim_stage_tree
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' track_visibility='onchange' 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.

REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/13.0/crm_claim_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Vauxoo, Ursa Information Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Vauxoo, Ursa Information Systems
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Manuel Marquez
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_claim
odoo/odoo:
    - crm
    - base_setup
    - base
    - 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 (6)
XML IDNameModelTypeStatus
crm_case_claims_form_view CRM - Claims Form crm.claim xpath 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 tree New
crm_stage_claim_type_form crm.claim.stage.type.form crm.claim.stage xpath 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 xpath Inherits crm_claim.crm_claim_stage_tree
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' track_visibility='onchange' 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.

REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/12.0/crm_claim_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Vauxoo, Ursa Information Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Vauxoo, Ursa Information Systems
COMMITTERS
COMMITTERSAlexandre Díaz, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Stephan Keller
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_claim
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - fetchmail
    - utm
    - contacts
    - digest
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
crm_case_claims_form_view CRM - Claims Form crm.claim xpath 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 tree New
crm_stage_claim_type_form crm.claim.stage.type.form crm.claim.stage xpath 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 xpath Inherits crm_claim.crm_claim_stage_tree
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' track_visibility='onchange' 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.

REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/10.0/crm_claim_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Vauxoo, Ursa Information Systems
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Vauxoo, Ursa Information Systems
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE), Bhavesh Odedra, OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttps://github.com/OCA/crm/tree/10.0/crm_claim_type
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_claim
odoo/odoo:
    - crm
    - base_action_rule
    - base
    - resource
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - sales_team
    - calendar
    - web_calendar
    - fetchmail
    - utm
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
crm_case_claims_form_view CRM - Claims Form crm.claim xpath 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 tree New
crm_stage_claim_type_form crm.claim.stage.type.form crm.claim.stage xpath 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 xpath Inherits crm_claim.crm_claim_stage_tree
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' track_visibility='onchange' 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.

REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/9.0/crm_claim_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Vauxoo
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Vauxoo
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot, Cyril Gaudin
WEBSITE
WEBSITEhttps://www.vauxoo.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - crm_claim
    - crm
    - base_action_rule
    - base
    - resource
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - 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

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
crm_case_claims_form_view CRM - Claims Form crm.claim xpath 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 tree New
crm_stage_claim_type_form crm.claim.stage.type.form crm.claim.stage xpath 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 xpath Inherits crm_claim.crm_claim_stage_tree
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' track_visibility='onchange' 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.

REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/8.0/crm_claim_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Vauxoo
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Vauxoo
COMMITTERS
COMMITTERSStéphane Bidoul, GitHub, Jacques-Etienne Baudoux, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Yanina Aular (Vauxoo)
WEBSITE
WEBSITEhttps://www.vauxoo.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - crm_claim
    - crm
    - base_action_rule
    - base
    - resource
    - mail
    - base_setup
    - web_kanban
    - web
    - sales_team
    - web_kanban_sparkline
    - email_template
    - calendar
    - web_calendar
    - board
    - fetchmail
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
crm_case_claims_form_view CRM - Claims Form crm.claim xpath Inherits crm_claim.crm_case_claims_form_view
crm_case_claims_search_view CRM - Claims Search crm.claim xpath Inherits crm_claim.view_crm_case_claims_filter
crm_claim_type_form crm.claim.type.form crm.claim.type form New
crm_claim_type_tree crm.claim.type.tree crm.claim.type tree New
crm_stage_claim_type_form crm.claim.stage.type.form crm.claim.stage xpath 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 xpath Inherits crm_claim.crm_claim_stage_tree
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="[ '&','|',('section_ids', '=', section_id), ('case_default', '=', True), '|',('claim_type', '=', claim_type),('claim_common', '=', True)]" track_visibility='onchange' args: 'crm.claim.stage', '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' selection=_get_claim_type 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.