Repository
OCA/crm · module folder · Try on Runboat
Module version
1.0.0
Category
Partner Management
Folder size
0.07 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
Odoo Community Association (OCA)
Maintainers
Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, Angel Rivas
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Adds a field to set the result of CRM phone calls, allows creating new result options, and enables filtering and grouping by call result.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
view_crm_phonecall_form_inherit_result crm.phonecall.form.inherit.result crm.phonecall form Inherits crm_phonecall.crm_case_phone_form_view
view_crm_phonecall_list_inherit_result crm.phonecall.list.inherit.result crm.phonecall list Inherits crm_phonecall.crm_case_inbound_phone_tree_view
view_crm_phonecall_pivot_inherit_result crm.phonecall.pivot.inherit.result crm.phonecall.report pivot Inherits crm_phonecall.view_report_crm_phonecall_pivot
view_crm_phonecall_result_form crm.phonecall.result.form crm.phonecall.result form New
view_crm_phonecall_result_list crm.phonecall.result.list crm.phonecall.result list New
view_crm_phonecall_search_inherit_result crm.phonecall.search.inherit.result crm.phonecall search Inherits crm_phonecall.view_crm_case_phonecalls_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • phone_result_id Many2one → crm.phonecall.result
    comodel_name='crm.phonecall.result' string='Result call'
Public methods (0)

No public methods.

New fields (1)
  • phone_result_id Many2one → crm.phonecall.result
    string='Phone Result' args: 'crm.phonecall.result'
Public methods (0)

No public methods.

New fields (3)
  • description Text
  • name Char
    required=True translate=True
  • priority Integer
    default=10
Public methods (1)
  • copy(self, default=None)
Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
28 days ago
Last activity
1 day ago
Repository
OCA/crm
Pull request
[19.0][MIG] crm_phonecall_result: Migration to 19.0 (#757)