Browse Source

[UPD] README.rst

pull/194/head
OCA-git-bot 5 years ago
parent
commit
2f10802f4c
  1. 13
      connector_voicent/README.rst
  2. 33
      connector_voicent/static/description/index.html

13
connector_voicent/README.rst

@ -35,13 +35,20 @@ This module allows you to connect Odoo with Voicent <https://www.voicent.com> an
Usage
=====
To use this module, you need to:
#. Go to Connectors > Backends > Voicent Backends
#. Create a new Voicent Backend with the host and port
#. Create a new Voicent Backend with the host, port, the caller ID and the number of lines
#. Create Call Lines to determine when (which stage in the process) calls are added to the queue
#. Create Contact Info to create the structure of the CSV file to send to Voicent
#. Create Replies to determine what to do based on the replies (see example below)
#. Create Time Line to determine when (what time) calls are made
Known issues / Roadmap
======================
* On the backend, replace the 'Applies On' selection list with a Many2one to ir.model.fields
* On the backend call line contact, use the domain widget to select the field
* Update the voicent library on Pypi with examples/voicent.py
Bug Tracker
===========

33
connector_voicent/static/description/index.html

@ -373,11 +373,12 @@ ul.auto-toc {
<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="#bug-tracker" id="id2">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id6">Maintainers</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>
</ul>
</li>
</ul>
@ -386,13 +387,23 @@ ul.auto-toc {
<h1><a class="toc-backref" href="#id1">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 and port</li>
<li>Create a new Voicent Backend with the host, port, the caller ID and the number of lines</li>
<li>Create Call Lines to determine when (which stage in the process) calls are added to the queue</li>
<li>Create Contact Info to create the structure of the CSV file to send to Voicent</li>
<li>Create Replies to determine what to do based on the replies (see example below)</li>
<li>Create Time Line to determine when (what time) calls are made</li>
</ol>
</div>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#id2">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="#id2">Bug Tracker</a></h1>
<h1><a class="toc-backref" href="#id3">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
@ -400,15 +411,15 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<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="#id3">Credits</a></h1>
<h1><a class="toc-backref" href="#id4">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id4">Authors</a></h2>
<h2><a class="toc-backref" href="#id5">Authors</a></h2>
<ul class="simple">
<li>Open Source Integrators</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id5">Contributors</a></h2>
<h2><a class="toc-backref" href="#id6">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>
@ -416,7 +427,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id6">Maintainers</a></h2>
<h2><a class="toc-backref" href="#id7">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

Loading…
Cancel
Save