odoo12-addon-helpdesk-automatic-stage-changes


Nameodoo12-addon-helpdesk-automatic-stage-changes JSON
Version 12.0.0.2.5 PyPI version JSON
download
home_pagehttps://gitlab.com/somitcoop/erp-research/odoo-helpdesk
SummaryHelpdesk automatic stage changes
upload_time2024-10-01 13:14:57
maintainerNone
docs_urlNone
authorSom It Cooperatiu SCCL, Som Connexió SCCL, Odoo Community Association (OCA)
requires_python>=3.5
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #################################
 Helpdesk Atomatic Stage Changes
#################################

..
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:fa88a5911e9d75e4ccaee78931e61a91ccfe34e0de09254e0edd30ad0752f428
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
   :alt: Beta
   :target: https://odoo-community.org/page/development-status

.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
   :alt: License: AGPL-3
   :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html

|badge1| |badge2|

Allows the configuration of the stages of a ticket. Customization of
colors by stages and automatic stage changes when receiving or sending a
message. The tickets will have customized colors according to the stage
in the tree view.

In the ticket view, the possibility of sending an email from the ticket
and a new tab where the email communications and notes associated with
the ticket are recorded have been added. With the ability to create new
notes, reply to a note, reply to an email without the emails in CC or
with those.

Customization of colors depending on the type of communication:

-Black: Incoming message

-Green: Internal note

-Red: Outgoing message

Email sending goes through a new custom view for the helpdesk.ticket
model.

**Table of contents**

.. contents::
   :local:

***************
 Configuration
***************

No configuration needed for this module.

*******
 Usage
*******

In the model helpdesk.ticket.stage (menu: Helpdesk-Configuration-Stages)
you have the configuration.

In the model helpdesk.ticket (menu: Helpdesk-tickets) you have the
customization of the view.

************************
 Known issues / Roadmap
************************

This module introduces a mail composition wizard for the helpdesk.ticket model and
some related logics.
The wizard and everything related to it, should be separated into a different module,
since it does not relate to the ticket stage nor its automatic change.

*************
 Bug Tracker
*************

Bugs are tracked on `GitLab Issues
<https://gitlab.com/somitcoop/erp-research/odoo-helpdesk/-/issues>`_. 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 feedback.

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

*********
 Credits
*********

Authors
=======

-  SomIT SCCL
-  Som Connexio SCCL

Contributors
============

-  `SomIT SCCL <https://somit.coop>`_:

      -  Álvaro García <alvaro.garcia@somit.coop>
      -  José Robles <jose.robles@somit.coop>
      -  Juan Manuel Regalado <juanmanuel.regalado@somit.coop>

-  `Som Connexio SCCL <https://somconnexio.coop>`_:

      -  Gerard Funosas <gerard.funosas@somconnexio.coop>

Maintainers
===========

This module is maintained by the OCA.

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

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.

You are welcome to contribute. To learn how please visit
https://odoo-community.org/page/Contribute.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/somitcoop/erp-research/odoo-helpdesk",
    "name": "odoo12-addon-helpdesk-automatic-stage-changes",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": null,
    "author": "Som It Cooperatiu SCCL, Som Connexi\u00f3 SCCL, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "https://files.pythonhosted.org/packages/f5/31/3069419a60540e7b26ff52922b718f39361ff571a3179c1b7eebbf31be0c/odoo12-addon-helpdesk_automatic_stage_changes-12.0.0.2.5.tar.gz",
    "platform": null,
    "description": "#################################\n Helpdesk Atomatic Stage Changes\n#################################\n\n..\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:fa88a5911e9d75e4ccaee78931e61a91ccfe34e0de09254e0edd30ad0752f428\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n   :alt: Beta\n   :target: https://odoo-community.org/page/development-status\n\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n   :alt: License: AGPL-3\n   :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n\n|badge1| |badge2|\n\nAllows the configuration of the stages of a ticket. Customization of\ncolors by stages and automatic stage changes when receiving or sending a\nmessage. The tickets will have customized colors according to the stage\nin the tree view.\n\nIn the ticket view, the possibility of sending an email from the ticket\nand a new tab where the email communications and notes associated with\nthe ticket are recorded have been added. With the ability to create new\nnotes, reply to a note, reply to an email without the emails in CC or\nwith those.\n\nCustomization of colors depending on the type of communication:\n\n-Black: Incoming message\n\n-Green: Internal note\n\n-Red: Outgoing message\n\nEmail sending goes through a new custom view for the helpdesk.ticket\nmodel.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\n***************\n Configuration\n***************\n\nNo configuration needed for this module.\n\n*******\n Usage\n*******\n\nIn the model helpdesk.ticket.stage (menu: Helpdesk-Configuration-Stages)\nyou have the configuration.\n\nIn the model helpdesk.ticket (menu: Helpdesk-tickets) you have the\ncustomization of the view.\n\n************************\n Known issues / Roadmap\n************************\n\nThis module introduces a mail composition wizard for the helpdesk.ticket model and\nsome related logics.\nThe wizard and everything related to it, should be separated into a different module,\nsince it does not relate to the ticket stage nor its automatic change.\n\n*************\n Bug Tracker\n*************\n\nBugs are tracked on `GitLab Issues\n<https://gitlab.com/somitcoop/erp-research/odoo-helpdesk/-/issues>`_. In\ncase of trouble, please check there if your issue has already been\nreported. If you spotted it first, help us smashing it by providing a\ndetailed and welcomed feedback.\n\nDo not contact contributors directly about support or help with\ntechnical issues.\n\n*********\n Credits\n*********\n\nAuthors\n=======\n\n-  SomIT SCCL\n-  Som Connexio SCCL\n\nContributors\n============\n\n-  `SomIT SCCL <https://somit.coop>`_:\n\n      -  \u00c1lvaro Garc\u00eda <alvaro.garcia@somit.coop>\n      -  Jos\u00e9 Robles <jose.robles@somit.coop>\n      -  Juan Manuel Regalado <juanmanuel.regalado@somit.coop>\n\n-  `Som Connexio SCCL <https://somconnexio.coop>`_:\n\n      -  Gerard Funosas <gerard.funosas@somconnexio.coop>\n\nMaintainers\n===========\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization\nwhose mission is to support the collaborative development of Odoo\nfeatures and promote its widespread use.\n\nYou are welcome to contribute. To learn how please visit\nhttps://odoo-community.org/page/Contribute.\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Helpdesk automatic stage changes",
    "version": "12.0.0.2.5",
    "project_urls": {
        "Homepage": "https://gitlab.com/somitcoop/erp-research/odoo-helpdesk"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38a537c1636d50536a652bf67e3ad95da4157e272e14a6c146896cbc1f72683d",
                "md5": "7d098640b6fe5376bdd0083715994692",
                "sha256": "03337a4d3707692fe4cdfec123a295304d34ce10df7c45f53ec2b897b372dfca"
            },
            "downloads": -1,
            "filename": "odoo12_addon_helpdesk_automatic_stage_changes-12.0.0.2.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7d098640b6fe5376bdd0083715994692",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.5",
            "size": 673124,
            "upload_time": "2024-10-01T13:14:54",
            "upload_time_iso_8601": "2024-10-01T13:14:54.739254Z",
            "url": "https://files.pythonhosted.org/packages/38/a5/37c1636d50536a652bf67e3ad95da4157e272e14a6c146896cbc1f72683d/odoo12_addon_helpdesk_automatic_stage_changes-12.0.0.2.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5313069419a60540e7b26ff52922b718f39361ff571a3179c1b7eebbf31be0c",
                "md5": "cae0a1aa45e6130258023a9cdaeea7dd",
                "sha256": "969a538d232011e1746dd44997969b59cfd2a366786a664675e1ca41bbb3d2d6"
            },
            "downloads": -1,
            "filename": "odoo12-addon-helpdesk_automatic_stage_changes-12.0.0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "cae0a1aa45e6130258023a9cdaeea7dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 663656,
            "upload_time": "2024-10-01T13:14:57",
            "upload_time_iso_8601": "2024-10-01T13:14:57.347851Z",
            "url": "https://files.pythonhosted.org/packages/f5/31/3069419a60540e7b26ff52922b718f39361ff571a3179c1b7eebbf31be0c/odoo12-addon-helpdesk_automatic_stage_changes-12.0.0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-01 13:14:57",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "somitcoop",
    "gitlab_project": "erp-research",
    "lcname": "odoo12-addon-helpdesk-automatic-stage-changes"
}
        
Elapsed time: 0.35899s