Repository
OCA/crm · module folder · Try on Runboat
Module version
1.0
Category
Customer Relationship Management
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.camptocamp.com
Last tracking update
2026-08-07 06:56:10
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp
Committers
Guewen Baconnier, Alexandre Fayolle, Pedro M. Baeza
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)