| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/connector-telephony |
| GIT | |
| GIT | https://github.com/OCA/connector-telephony.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/connector-telephony/tree/12.0/base_phone_cdr |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | web |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | oca-travis, OCA-git-bot, Chanakya Soni |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/connector-telephony: - base_phone_popup - base_phone OCA/web: - web_notify odoo/odoo: - phone_validation - base - base_setup - web - bus |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
phonenumbers |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
partner_view_cdr_records |
partner.view.cdr | res.partner | button | Inherits base.view_partner_form |
view_phone_cdr_form |
view.phone.cdr.form | phone.cdr | form | New |
view_phone_cdr_pivot |
view.phone.cdr.pivot | phone.cdr | pivot | New |
view_phone_cdr_tree |
view.phone.cdr.tree | phone.cdr | tree | New |
view_users_form_telephony_tab |
base_phone.res.users.telephony_tab | res.users | xpath | Inherits base.view_users_form |
call_connect_time
Datetime
call_start_time
Datetime
called_id
Char
called_id_name
Char
caller_id
Char
caller_id_name
Char
guid
Char
inbound_flag
Selection
string='Call Inbound flag'
args: [('outbound', 'Outbound'), ('inbound', 'Inbound')]
partner_id
Many2one → res.partner
string='Partner'
args: 'res.partner'
ring_time
Float
compute='_compute_ring_time'
string='Compute ring time'
state
Selection
default='offering'
string='Status'
args: [('offering', 'Offering'), ('connected', 'Connected'), ('missed', 'Missed'), ('on_hold', 'On Hold'), ('completed', 'Completed')]
talk_time
Datetime
user_id
Many2one → res.users
compute='_compute_odoo_user'
string='Odoo User'
args: 'res.users'
create(self, vals)
write(self, vals)
total_cdr_count
Integer
compute='_compute_total_cdr_count'
string='Total CDR'
action_view_partner_cdr_records(self)
phone_password
Char
related_phone
Char
No public methods.