TIP: You can type at any time to perform a new search.
Voicent Connector
connector_voicent · OCA/connector-telephony
- Repository
- OCA/connector-telephony · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Connector
- Folder size
- 0.12 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/connector-telephony
- Last tracking update
- 2026-08-07 07:47:43
- Authors
- Odoo Community Association (OCA), Open Source Integrators
- Maintainers
- Odoo Community Association (OCA), Open Source Integrators
- Committers
- GitHub, Weblate, OCA-git-bot, oca-travis, Vimal Patel, Urvisha-OSI, Freni-OSI
- Odoo dependencies
- Python dependencies
- Voicent-Python, requests, cachetools
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
backend_voicent_call_line_form_view |
backend.voicent.call.line.form.view | backend.voicent.call.line | form | New |
backend_voicent_call_line_tree_view |
backend.voicent.call.line.tree.view | backend.voicent.call.line | tree | New |
backend_voicent_form_view |
backend.voicent.form.view | backend.voicent | form | New |
backend_voicent_search_view |
backend.voicent.search.view | backend.voicent | search | New |
backend_voicent_tree_view |
backend.voicent.tree.view | backend.voicent | tree | New |
view_res_partner_form |
view.res.partner.form | res.partner | form | Inherits base.view_partner_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (6)
New fields (9)
-
activeBooleandefault=True args: 'Active' -
call_line_idsOne2many → backend.voicent.call.linecomodel_name='backend.voicent.call.line'inverse_name='backend_id'string='Call Lines' -
calleridCharrequired=Truestring='Caller ID' -
hostChardefault='localhost'required=Truestring='Host' -
lineIntegerrequired=Truestring='Number of lines' -
nameCharrequired=Truestring='Name' -
next_callDatetimecopy=Falsestring='Next Call' -
portIntegerdefault='8155'required=Truestring='Port' -
time_line_idsOne2many → backend.voicent.time.linecomodel_name='backend.voicent.time.line'inverse_name='backend_id'string='Call Times'
No public methods.
New fields (8)
-
applies_onSelectionselection=[]string='Applies on' -
backend_idMany2one → backend.voicentcomodel_name='backend.voicent'ondelete='set null'string='Backend' -
contact_idsOne2many → backend.voicent.call.line.contactstring='Contact Info' args: 'backend.voicent.call.line.contact', 'line_id' -
msginfoCharstring='Message Info' -
msgtypeSelectionrequired=Truestring='Message Type' args: MSGTYPE -
nameCharrequired=Truestring='Name' -
reply_idsOne2many → backend.voicent.call.line.replystring='Replies' args: 'backend.voicent.call.line.reply', 'line_id' -
sequenceIntegerstring='Sequence'
No public methods.
New fields (6)
-
default_valueCharrequired=Truestring='Default Value' -
field_domainCharrequired=Truestring='Odoo Field' -
line_idMany2one → backend.voicent.call.linecomodel_name='backend.voicent.call.line'ondelete='set null'string='Call Line' -
nameSelectionrequired=Truestring='Voicent Field' args: VOICENT_CONTACT_COLUMNS -
otherCharstring='Other' -
sequenceIntegerstring='Sequence'
No public methods.
New fields (5)
-
action_idMany2one → ir.actions.serverhelp='If the Voicent reply field is equal to\n the Voicent reply value, the server action is\n executed.'required=Truestring='Server Action' args: 'ir.actions.server' -
line_idMany2one → backend.voicent.call.linecomodel_name='backend.voicent.call.line'ondelete='set null'string='Call Line' -
nameCharrequired=Truestring='Name' -
reply_fieldSelectionrequired=Truestring='Voicent Reply Field' args: VOICENT_REPLY -
reply_valueCharrequired=Truestring='Voicent Reply Value'
No public methods.
New fields (3)
-
backend_idMany2one → backend.voicentcomodel_name='backend.voicent'ondelete='set null'string='Backend' -
nameCharrequired=Truestring='Name' -
timeFloatcopy=Falsestring='Time'
No public methods.
New fields (1)
-
can_callBooleandefault=Truestring='Accepts Voicent Calls'
No public methods.
Loading…