odoo9-addon-crm-phonecall-planner


Nameodoo9-addon-crm-phonecall-planner JSON
Version 9.0.1.0.0 PyPI version JSON
download
home_pagehttps://github.com/OCA/crm
SummarySchedule phone calls according to some criteria
upload_time2018-03-13 05:30:31
maintainer
docs_urlNone
authorTecnativa, Odoo Community Association (OCA)
requires_python~=2.7
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
   :target: http://www.gnu.org/licenses/agpl
   :alt: License: AGPL-3

=================
Phonecall planner
=================

Use this module to plan a phone calls schedule for your partners, assuming you
have specified the ideal time to call them.

Configuration
=============

To use this module, you need to specify your partners' preferred phone call
schedule:

#. Go to any partner's form > *Phone Calls*.
#. Set the preferred phone calling schedule for the partner.
#. Repeat above steps for all of your partners.

Usage
=====

Now, to actually generate the phone call planning:

#. Go to *Sales > Phone Calls > Planner*.
#. Fill the fields under *Call details*. Those fields will be saved literally
   in the generated phone calls.
#. Fill the fields under *Criteria*. Those fields are used to filter the
   partners and the preexisting calls. The UTM fields will also be saved
   literally in the generated phone calls.
#. Fill the fields under *Times*. See note below.
#. Fill the fields under *Repetition*. See note below.
#. Press *Generate planning*.
#. Wait a little bit (this is usually a long process).
#. You will get to the list of planned phone calls. Start calling!

Note about *Times* section
--------------------------

The *Start* and *End* times behave in a special way:

* Their *date* part is used to know the start and end dates for the planning.
* Their *time* part is used to know the time at which we will plan calls *each
  day under the date range*.

The *Call duration* field indicates the time spacing you want to leave between
one call and the next one.

So, for instance, if you select start on *2017-09-01 09:00:00*, end on
*2017-09-03 10:00:00* and duration of *1:00*, it will try to generate these
phone calls:

* 2017-09-01 09:00:00
* 2017-09-01 10:00:00
* 2017-09-02 09:00:00
* 2017-09-02 10:00:00
* 2017-09-03 09:00:00
* 2017-09-03 10:00:00

Note about *Repetition* section
-------------------------------

If you choose not to repeat calls, the planner will try to schedule one single
phone call for each **criteria combination** (*Partner + Campaign + Source +
Medium*) under the specified conditions in the *Times* section (see note above).

If you choose instead to repeat calls after some amount of days (*Days gap*),
the planner will:

#. Try to find a partner that matches the **criteria combination** and has never
   been called; then schedule a call for him.
#. If all matching partners have already been called, then search for matching
   partners that have not been called in the specified *Days gap*; then schedule a
   call for the one with least total scheduled calls.
#. If there is still no match, then schedule nothing and continue.

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
   :alt: Try me on Runbot
   :target: https://runbot.odoo-community.org/runbot/111/9.0

Known issues / Roadmap
======================

* Incompatible with ``crm_phonecall_summary_predefined`` addon.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/crm/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smash it by providing detailed and welcomed feedback.

Credits
=======

Images
------

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.

Contributors
------------

* `Tecnativa <https://www.tecnativa.com>`_:
  * Jairo Llopis <jairo.llopis@tecnativa.com>

Do not contact contributors directly about support or help with technical issues.

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/crm",
    "name": "odoo9-addon-crm-phonecall-planner",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=2.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tecnativa, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": "",
    "description": ".. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg\n   :target: http://www.gnu.org/licenses/agpl\n   :alt: License: AGPL-3\n\n=================\nPhonecall planner\n=================\n\nUse this module to plan a phone calls schedule for your partners, assuming you\nhave specified the ideal time to call them.\n\nConfiguration\n=============\n\nTo use this module, you need to specify your partners' preferred phone call\nschedule:\n\n#. Go to any partner's form > *Phone Calls*.\n#. Set the preferred phone calling schedule for the partner.\n#. Repeat above steps for all of your partners.\n\nUsage\n=====\n\nNow, to actually generate the phone call planning:\n\n#. Go to *Sales > Phone Calls > Planner*.\n#. Fill the fields under *Call details*. Those fields will be saved literally\n   in the generated phone calls.\n#. Fill the fields under *Criteria*. Those fields are used to filter the\n   partners and the preexisting calls. The UTM fields will also be saved\n   literally in the generated phone calls.\n#. Fill the fields under *Times*. See note below.\n#. Fill the fields under *Repetition*. See note below.\n#. Press *Generate planning*.\n#. Wait a little bit (this is usually a long process).\n#. You will get to the list of planned phone calls. Start calling!\n\nNote about *Times* section\n--------------------------\n\nThe *Start* and *End* times behave in a special way:\n\n* Their *date* part is used to know the start and end dates for the planning.\n* Their *time* part is used to know the time at which we will plan calls *each\n  day under the date range*.\n\nThe *Call duration* field indicates the time spacing you want to leave between\none call and the next one.\n\nSo, for instance, if you select start on *2017-09-01 09:00:00*, end on\n*2017-09-03 10:00:00* and duration of *1:00*, it will try to generate these\nphone calls:\n\n* 2017-09-01 09:00:00\n* 2017-09-01 10:00:00\n* 2017-09-02 09:00:00\n* 2017-09-02 10:00:00\n* 2017-09-03 09:00:00\n* 2017-09-03 10:00:00\n\nNote about *Repetition* section\n-------------------------------\n\nIf you choose not to repeat calls, the planner will try to schedule one single\nphone call for each **criteria combination** (*Partner + Campaign + Source +\nMedium*) under the specified conditions in the *Times* section (see note above).\n\nIf you choose instead to repeat calls after some amount of days (*Days gap*),\nthe planner will:\n\n#. Try to find a partner that matches the **criteria combination** and has never\n   been called; then schedule a call for him.\n#. If all matching partners have already been called, then search for matching\n   partners that have not been called in the specified *Days gap*; then schedule a\n   call for the one with least total scheduled calls.\n#. If there is still no match, then schedule nothing and continue.\n\n.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas\n   :alt: Try me on Runbot\n   :target: https://runbot.odoo-community.org/runbot/111/9.0\n\nKnown issues / Roadmap\n======================\n\n* Incompatible with ``crm_phonecall_summary_predefined`` addon.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues\n<https://github.com/OCA/crm/issues>`_. In case of trouble, please\ncheck there if your issue has already been reported. If you spotted it first,\nhelp us smash it by providing detailed and welcomed feedback.\n\nCredits\n=======\n\nImages\n------\n\n* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.\n\nContributors\n------------\n\n* `Tecnativa <https://www.tecnativa.com>`_:\n  * Jairo Llopis <jairo.llopis@tecnativa.com>\n\nDo not contact contributors directly about support or help with technical issues.\n\nMaintainer\n----------\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nThis module is maintained by the OCA.\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nTo contribute to this module, please visit https://odoo-community.org.\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Schedule phone calls according to some criteria",
    "version": "9.0.1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/OCA/crm"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3600735dba33990a46d1c5639ab2a067c2d08d8706fd28c696228d4d49a8f876",
                "md5": "f061cdfe3bf34a3980e8662a090333aa",
                "sha256": "1cc72270614223f1b1f0f27d7f0cb3e8c9013797432d7767f0b96a24686ed992"
            },
            "downloads": -1,
            "filename": "odoo9_addon_crm_phonecall_planner-9.0.1.0.0-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "f061cdfe3bf34a3980e8662a090333aa",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": "~=2.7",
            "size": 27063,
            "upload_time": "2018-03-13T05:30:31",
            "upload_time_iso_8601": "2018-03-13T05:30:31.655935Z",
            "url": "https://files.pythonhosted.org/packages/36/00/735dba33990a46d1c5639ab2a067c2d08d8706fd28c696228d4d49a8f876/odoo9_addon_crm_phonecall_planner-9.0.1.0.0-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-03-13 05:30:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "crm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "odoo9-addon-crm-phonecall-planner"
}
        
Elapsed time: 0.15175s