| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/crm |
| GIT | |
| GIT | https://github.com/OCA/crm.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/crm/tree/18.0/crm_claim_type |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Vauxoo, Ursa Information Systems |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Vauxoo, Ursa Information Systems |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, luciaavanzosc |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/crm |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:09 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/crm: - crm_claim odoo/odoo: - crm - base_setup - base - web - sales_team - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
No public methods.
active
Boolean
default=True
description
Text
translate=True
name
Char
required=True
translate=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/crm |
| GIT | |
| GIT | https://github.com/OCA/crm.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/crm/tree/17.0/crm_claim_type |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Vauxoo, Ursa Information Systems |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Vauxoo, Ursa Information Systems |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Reyes4711-S73 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/crm |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:03 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/crm: - crm_claim odoo/odoo: - crm - base_setup - base - web - sales_team - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
No public methods.
active
Boolean
default=True
description
Text
translate=True
name
Char
required=True
translate=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/crm |
| GIT | |
| GIT | https://github.com/OCA/crm.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/crm/tree/16.0/crm_claim_type |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Vauxoo, Ursa Information Systems |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Vauxoo, Ursa Information Systems |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Jonathan Oscategui Taza |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/crm |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:42 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/crm: - crm_claim odoo/odoo: - crm - base_setup - base - web - sales_team - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
No public methods.
active
Boolean
default=True
description
Text
translate=True
name
Char
required=True
translate=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/crm |
| GIT | |
| GIT | https://github.com/OCA/crm.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/crm/tree/15.0/crm_claim_type |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Vauxoo, Ursa Information Systems |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Vauxoo, Ursa Information Systems |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, Weblate, OCA-git-bot, oca-ci, Luis D. Lafaurie |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/crm |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:31 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/crm: - crm_claim odoo/odoo: - crm - base_setup - base - web - sales_team - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
No public methods.
active
Boolean
default=True
description
Text
translate=True
name
Char
required=True
translate=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/crm |
| GIT | |
| GIT | https://github.com/OCA/crm.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/crm/tree/14.0/crm_claim_type |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Vauxoo, Ursa Information Systems |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Vauxoo, Ursa Information Systems |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Roger |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/crm |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:53 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/crm: - crm_claim odoo/odoo: - crm - base_setup - base - web - sales_team - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
No public methods.
active
Boolean
default=True
description
Text
translate=True
name
Char
required=True
translate=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/crm |
| GIT | |
| GIT | https://github.com/OCA/crm.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/crm/tree/13.0/crm_claim_type |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Vauxoo, Ursa Information Systems |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Vauxoo, Ursa Information Systems |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, Manuel Marquez |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/crm |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/crm: - crm_claim odoo/odoo: - crm - base_setup - base - web - sales_team - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
No public methods.
active
Boolean
default=True
description
Text
translate=True
name
Char
required=True
translate=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/crm |
| GIT | |
| GIT | https://github.com/OCA/crm.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/crm/tree/12.0/crm_claim_type |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Vauxoo, Ursa Information Systems |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Vauxoo, Ursa Information Systems |
| COMMITTERS | |
| COMMITTERS | Alexandre Díaz, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Stephan Keller |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/crm |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:15 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/crm: - crm_claim odoo/odoo: - crm - base_setup - base - web - sales_team - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
No public methods.
active
Boolean
default=True
description
Text
translate=True
name
Char
required=True
translate=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/crm |
| GIT | |
| GIT | https://github.com/OCA/crm.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/crm/tree/10.0/crm_claim_type |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Vauxoo, Ursa Information Systems |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Vauxoo, Ursa Information Systems |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE), Bhavesh Odedra, OCA Transbot, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/crm/tree/10.0/crm_claim_type |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:54 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/crm: - crm_claim odoo/odoo: - crm - base_action_rule - base - resource - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
No public methods.
active
Boolean
default=True
description
Text
translate=True
name
Char
required=True
translate=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/crm |
| GIT | |
| GIT | https://github.com/OCA/crm.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/crm/tree/9.0/crm_claim_type |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Vauxoo |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Vauxoo |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot, Cyril Gaudin |
| WEBSITE | |
| WEBSITE | https://www.vauxoo.com/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - crm_claim - crm - base_action_rule - base - resource - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
No public methods.
active
Boolean
default=True
description
Text
translate=True
name
Char
required=True
translate=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/crm |
| GIT | |
| GIT | https://github.com/OCA/crm.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/crm/tree/8.0/crm_claim_type |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Vauxoo |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Vauxoo |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, GitHub, Jacques-Etienne Baudoux, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, Yanina Aular (Vauxoo) |
| WEBSITE | |
| WEBSITE | https://www.vauxoo.com/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - crm_claim - crm - base_action_rule - base - resource - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
No public methods.
active
Boolean
default=True
description
Text
translate=True
name
Char
required=True
translate=True
No public methods.