Crm Phonecall Result

crm_phonecall_result
REPOSITORY
REPOSITORYOCA/crm
GIT
GIThttps://github.com/OCA/crm.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/crm/tree/18.0/crm_phonecall_result
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPartner Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA)
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Angel Rivas
WEBSITE
WEBSITEhttps://github.com/OCA/crm
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_phonecall
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
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 xpath Inherits crm_phonecall.crm_case_phone_form_view
view_crm_phonecall_list_inherit_result crm.phonecall.list.inherit.result crm.phonecall xpath Inherits crm_phonecall.crm_case_inbound_phone_tree_view
view_crm_phonecall_pivot_inherit_result crm.phonecall.pivot.inherit.result crm.phonecall.report xpath 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 xpath Inherits crm_phonecall.view_crm_case_phonecalls_filter
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)