odoo-addon-queued-sale-picking-notify


Nameodoo-addon-queued-sale-picking-notify JSON
Version 17.0.1.0.0.1 PyPI version JSON
download
home_pagehttps://github.com/sygel-technology/sy-stock-logistics-workflow
SummarySchedule email/logs/activities notificacions on purchase pickings
upload_time2024-11-06 23:06:53
maintainerNone
docs_urlNone
authorSygel, Odoo Community Association (OCA)
requires_python>=3.10
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========================
Queued Sale Picking Notify
==========================

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

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-sygel--technology%2Fsy--stock--logistics--workflow-lightgray.png?logo=github
    :target: https://github.com/sygel-technology/sy-stock-logistics-workflow/tree/17.0/queued_sale_picking_notify
    :alt: sygel-technology/sy-stock-logistics-workflow

|badge1| |badge2| |badge3|

This module extends the functionality of base_queued_notify to allow to
schedule future notifications on a in picking when it reaches certain
state.

**Table of contents**

.. contents::
   :local:

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

To configure this module, you need to:

1. Go to Sale / Configuration / Sale Order Types.
2. On a sale order type form view, go to the notifications notebook and
   create a picking notification for that type. Have 3 sheets and models
   to choose, mail notifications, note notifications and activity
   notifications.
3. Fill the delay time, trigger state, and notification data.
4. The records that have a configured notification on its type, will
   queue a notification with the setted delay when the record reaches
   the setted trigger state.

This module only has one trigger state, confirmed in pickings. To add a
new one you have to create a new module that depends on this one.

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

For time issues, this module has not been completed perfectly. Some
improvements have been listed in the base_queued_notify module.

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

Bugs are tracked on `GitHub Issues <https://github.com/sygel-technology/sy-stock-logistics-workflow/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/sygel-technology/sy-stock-logistics-workflow/issues/new?body=module:%20queued_sale_picking_notify%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
-------

* Sygel

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

- Harald Panten harald.panten@sygel.es
- Valentin Vinagre valentin.vinagre@sygel.es
- Alberto Martínez alberto.martinez@sygel.es
- Manuel Regidor manuel.regidor@sygel.es

Maintainers
-----------

This module is part of the `sygel-technology/sy-stock-logistics-workflow <https://github.com/sygel-technology/sy-stock-logistics-workflow/tree/17.0/queued_sale_picking_notify>`_ project on GitHub.

You are welcome to contribute.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sygel-technology/sy-stock-logistics-workflow",
    "name": "odoo-addon-queued-sale-picking-notify",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Sygel, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "==========================\nQueued Sale Picking Notify\n==========================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:22c6846b38dbdf1e7f88fd17dd23016d8e2987716774ee83c3156a31946f5c9f\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Beta\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n    :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-sygel--technology%2Fsy--stock--logistics--workflow-lightgray.png?logo=github\n    :target: https://github.com/sygel-technology/sy-stock-logistics-workflow/tree/17.0/queued_sale_picking_notify\n    :alt: sygel-technology/sy-stock-logistics-workflow\n\n|badge1| |badge2| |badge3|\n\nThis module extends the functionality of base_queued_notify to allow to\nschedule future notifications on a in picking when it reaches certain\nstate.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nConfiguration\n=============\n\nTo configure this module, you need to:\n\n1. Go to Sale / Configuration / Sale Order Types.\n2. On a sale order type form view, go to the notifications notebook and\n   create a picking notification for that type. Have 3 sheets and models\n   to choose, mail notifications, note notifications and activity\n   notifications.\n3. Fill the delay time, trigger state, and notification data.\n4. The records that have a configured notification on its type, will\n   queue a notification with the setted delay when the record reaches\n   the setted trigger state.\n\nThis module only has one trigger state, confirmed in pickings. To add a\nnew one you have to create a new module that depends on this one.\n\nKnown issues / Roadmap\n======================\n\nFor time issues, this module has not been completed perfectly. Some\nimprovements have been listed in the base_queued_notify module.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/sygel-technology/sy-stock-logistics-workflow/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us to smash it by providing a detailed and welcomed\n`feedback <https://github.com/sygel-technology/sy-stock-logistics-workflow/issues/new?body=module:%20queued_sale_picking_notify%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n-------\n\n* Sygel\n\nContributors\n------------\n\n- Harald Panten harald.panten@sygel.es\n- Valentin Vinagre valentin.vinagre@sygel.es\n- Alberto Mart\u00ednez alberto.martinez@sygel.es\n- Manuel Regidor manuel.regidor@sygel.es\n\nMaintainers\n-----------\n\nThis module is part of the `sygel-technology/sy-stock-logistics-workflow <https://github.com/sygel-technology/sy-stock-logistics-workflow/tree/17.0/queued_sale_picking_notify>`_ project on GitHub.\n\nYou are welcome to contribute.\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Schedule email/logs/activities notificacions on purchase pickings",
    "version": "17.0.1.0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/sygel-technology/sy-stock-logistics-workflow"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb38ce5fca2adceafb68dd86982634c14b8ae8b379a5ab532638797b9267c614",
                "md5": "63d0c259f977891ac4fd2a838a998e36",
                "sha256": "140c4ab4c7d0de3ac0b331c9bc5fe87805e86acf9394eed79c3fa816f92b475a"
            },
            "downloads": -1,
            "filename": "odoo_addon_queued_sale_picking_notify-17.0.1.0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "63d0c259f977891ac4fd2a838a998e36",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 45638,
            "upload_time": "2024-11-06T23:06:53",
            "upload_time_iso_8601": "2024-11-06T23:06:53.353869Z",
            "url": "https://files.pythonhosted.org/packages/eb/38/ce5fca2adceafb68dd86982634c14b8ae8b379a5ab532638797b9267c614/odoo_addon_queued_sale_picking_notify-17.0.1.0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-06 23:06:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sygel-technology",
    "github_project": "sy-stock-logistics-workflow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "odoo-addon-queued-sale-picking-notify"
}
        
Elapsed time: 0.41341s