Skip to content

Commit

Permalink
Merge PR #199 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by max3903
  • Loading branch information
OCA-git-bot committed Jul 16, 2019
2 parents a9783d4 + 7d90760 commit 2ef21fe
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 224 deletions.
8 changes: 8 additions & 0 deletions connector_voicent/README.rst
Expand Up @@ -32,6 +32,14 @@ This module allows you to connect Odoo with Voicent <https://www.voicent.com> an
.. contents::
:local:

Installation
============

To use the Voicent connector, you need to install the
`Voicent-Python <https://pypi.org/project/Voicent-Python/>`_ library.

pip install Voicent-Python

Usage
=====

Expand Down
15 changes: 10 additions & 5 deletions connector_voicent/__manifest__.py
Expand Up @@ -4,16 +4,21 @@

{
'name': 'Voicent Connector',
'version': '12.0.1.0.0',
'version': '12.0.1.1.0',
'category': 'Connector',
'license': 'AGPL-3',
'summary': """Connect Odoo with Voicent""",
"author": "Open Source Integrators, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/connector-telephony",
'summary': 'Connect Odoo with Voicent',
'author': 'Open Source Integrators, '
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/connector-telephony',
'depends': [
'connector',
],
'external_dependencies': {
'python': [
'voicent',
],
},
'data': [
'security/ir.model.access.csv',
'data/ir_cron.xml',
Expand Down
205 changes: 0 additions & 205 deletions connector_voicent/examples/voicent.py

This file was deleted.

4 changes: 4 additions & 0 deletions connector_voicent/readme/INSTALL.rst
@@ -0,0 +1,4 @@
To use the Voicent connector, you need to install the
`Voicent-Python <https://pypi.org/project/Voicent-Python/>`_ library.

pip install Voicent-Python
36 changes: 22 additions & 14 deletions connector_voicent/static/description/index.html
Expand Up @@ -372,19 +372,27 @@ <h1 class="title">Voicent Connector</h1>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#usage" id="id1">Usage</a></li>
<li><a class="reference internal" href="#known-issues-roadmap" id="id2">Known issues / Roadmap</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id4">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id5">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li>
<li><a class="reference internal" href="#installation" id="id1">Installation</a></li>
<li><a class="reference internal" href="#usage" id="id2">Usage</a></li>
<li><a class="reference internal" href="#known-issues-roadmap" id="id3">Known issues / Roadmap</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id4">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id5">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id6">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id7">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id8">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="installation">
<h1><a class="toc-backref" href="#id1">Installation</a></h1>
<p>To use the Voicent connector, you need to install the
<a class="reference external" href="https://pypi.org/project/Voicent-Python/">Voicent-Python</a> library.</p>
<blockquote>
pip install Voicent-Python</blockquote>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
<h1><a class="toc-backref" href="#id2">Usage</a></h1>
<ol class="arabic simple">
<li>Go to Connectors &gt; Backends &gt; Voicent Backends</li>
<li>Create a new Voicent Backend with the host, port, the caller ID and the number of lines</li>
Expand All @@ -395,39 +403,39 @@ <h1><a class="toc-backref" href="#id1">Usage</a></h1>
</ol>
</div>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#id2">Known issues / Roadmap</a></h1>
<h1><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h1>
<ul class="simple">
<li>On the backend, replace the ‘Applies On’ selection list with a Many2one to ir.model.fields</li>
<li>On the backend call line contact, use the domain widget to select the field</li>
<li>Update the voicent library on Pypi with examples/voicent.py</li>
</ul>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id3">Bug Tracker</a></h1>
<h1><a class="toc-backref" href="#id4">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/connector-telephony/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/connector-telephony/issues/new?body=module:%20connector_voicent%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#id4">Credits</a></h1>
<h1><a class="toc-backref" href="#id5">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id5">Authors</a></h2>
<h2><a class="toc-backref" href="#id6">Authors</a></h2>
<ul class="simple">
<li>Open Source Integrators</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id6">Contributors</a></h2>
<h2><a class="toc-backref" href="#id7">Contributors</a></h2>
<ul class="simple">
<li>Maxime Chambreuil &lt;<a class="reference external" href="mailto:mchambreuil&#64;opensourceintegrators.com">mchambreuil&#64;opensourceintegrators.com</a>&gt;</li>
<li>Youness MAAFI &lt;<a class="reference external" href="mailto:youness.maafi&#64;gmail.com">youness.maafi&#64;gmail.com</a>&gt;</li>
<li>Murtuza Saleh &lt;<a class="reference external" href="mailto:murtuza.saleh&#64;serpentcs.com">murtuza.saleh&#64;serpentcs.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id7">Maintainers</a></h2>
<h2><a class="toc-backref" href="#id8">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
@@ -1,3 +1,4 @@
phonenumbers
py-Asterisk
Voicent-Python
SOAPpy

0 comments on commit 2ef21fe

Please sign in to comment.