Claims Merge

crm_claim_merge
REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/7.0/crm_claim_merge
VERSION
VERSION 1.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSGuewen Baconnier, Alexandre Fayolle, Pedro M. Baeza
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - crm_claim
    - crm
    - base_action_rule
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - base_status
    - process
    - email_template
    - base_calendar
    - resource
    - board
    - fetchmail
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Claims Merge
============

Select claims and use the 'Merge' option menu to merge them.
The messages will be grouped in one thread.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_crm_claim_merge_form crm.claim.merge.form crm.claim.merge form New
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • merge(self, cr, uid, ids, merge_in_id=None, context=None)
    Merge claims together. :param merge_in_ids: the other claims will be merged into this one if None, the oldest claim will be selected.

New fields (0)

No new fields.

Public methods (3)
  • action_merge(self, cr, uid, ids, context=None)
  • default_get(self, cr, uid, field_list, context=None)
    Use active_ids from the context to fetch the claims to merge.
  • redirect_new_claim(self, cr, uid, claim_id, context=None)