odoo-addon-delivery-state


Nameodoo-addon-delivery-state JSON
Version 16.0.1.1.0.9 PyPI version JSON
download
home_pagehttps://github.com/OCA/delivery-carrier
SummaryProvides fields to be able to contemplate the tracking statesand also adds a global fields
upload_time2024-05-08 03:37:44
maintainerNone
docs_urlNone
authorTrey (www.trey.es), FactorLibre, Tecnativa, Odoo Community Association (OCA)
requires_python>=3.10
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements dicttoxml PyPDF2 roulier unidecode xmltodict zeep
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==============
Delivery State
==============

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

.. |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-OCA%2Fdelivery--carrier-lightgray.png?logo=github
    :target: https://github.com/OCA/delivery-carrier/tree/16.0/delivery_state
    :alt: OCA/delivery-carrier
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/delivery-carrier-16-0/delivery-carrier-16-0-delivery_state
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=16.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds additional functions that will be needed for the carrier
developments. It provides fields to be able to contemplate the tracking states
and also adds a global field so it can have generic states in addition to the
ones carrier gives us.

**Table of contents**

.. contents::
   :local:

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

A scheduled action for automating the tracking update for these pickings can be
configured going to *Settings > Technical > Scheduled Actions* and then choosing
*Update deliveries states*. It will update the pending delivery states for the
pickings with service providers with tracking methods configured, and in pending
state (not delivered or cancelled).

In order to send automatic notifications to the customer when the picking is
customer_delivered:

  #. Go to *Inventory > Configuration > Settings*.
  #. Enable the option *Email Confirmation (customer delivered)*.
  #. Choose the template "Delivery: Picking delivered by Email".

Usage
=====

Depending on the delivery service provider, the state tracking could be more or
less complete, since it could have or not the necessary API calls implemented.

With regular methods (fixed, based on rules):

  #. Go to Inventory / Operations and open an outgoing pending picking.
  #. In the *Additional Info* tab, assign it a delivery carrier which is fixed or
     based on rules.
  #. Validate the picking and you'll see in the same tab the delivery state
     info with the shipping date and the shipping state.
  #. If enabled, an automatic notification will be sent to the picking customer.

When service provider methods are implemented, we can follow the same steps as
described before, but we'll get additionally:

  #. In the *Additional Info* tab, we'll see button *Update tracking state* to
     manually query the provider API for tracking updates for this expedition.
  #. Depending on the stated returned by the provider, we could get these
     states (field *Carrier State*):

        * Shipping recorded in carrier
        * In transit
        * Canceled shipment (finished)
        * Incident
        * Warehouse delivered
        * Customer delivered (finished)
  #. In the field *Tracking state* we'll get the tracking state name given by
     the provider (which is mapped to the ones in this module)
  #. In the field *Tracking history* we'll get the former states log.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/delivery-carrier/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/OCA/delivery-carrier/issues/new?body=module:%20delivery_state%0Aversion:%2016.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
~~~~~~~

* Trey (www.trey.es)
* FactorLibre
* Tecnativa

Contributors
~~~~~~~~~~~~

* `Trey <https://www.trey.es>`_:

  * Roberto Lizana <roberto@trey.es>

* `FactorLibre <https://www.factorlibre.com>`_:

  * Zahra Velasco <zahra.velasco@factorlibre.com>
* `Tecnativa <https://www.tecnativa.com>`_:

  * Pedro M. Baeza
  * David Vidal
  * Víctor Martínez
* Marçal Isern <marsal.isern@qubiq.es>

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.

This module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/16.0/delivery_state>`_ project on GitHub.

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



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/delivery-carrier",
    "name": "odoo-addon-delivery-state",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Trey (www.trey.es), FactorLibre, Tecnativa, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "==============\nDelivery State\n==============\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:68092f0d18c9b4d84351e40feac906342964b89011d4f570b89b9b916285f965\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-OCA%2Fdelivery--carrier-lightgray.png?logo=github\n    :target: https://github.com/OCA/delivery-carrier/tree/16.0/delivery_state\n    :alt: OCA/delivery-carrier\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/delivery-carrier-16-0/delivery-carrier-16-0-delivery_state\n    :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png\n    :target: https://runboat.odoo-community.org/builds?repo=OCA/delivery-carrier&target_branch=16.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module adds additional functions that will be needed for the carrier\ndevelopments. It provides fields to be able to contemplate the tracking states\nand also adds a global field so it can have generic states in addition to the\nones carrier gives us.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nConfiguration\n=============\n\nA scheduled action for automating the tracking update for these pickings can be\nconfigured going to *Settings > Technical > Scheduled Actions* and then choosing\n*Update deliveries states*. It will update the pending delivery states for the\npickings with service providers with tracking methods configured, and in pending\nstate (not delivered or cancelled).\n\nIn order to send automatic notifications to the customer when the picking is\ncustomer_delivered:\n\n  #. Go to *Inventory > Configuration > Settings*.\n  #. Enable the option *Email Confirmation (customer delivered)*.\n  #. Choose the template \"Delivery: Picking delivered by Email\".\n\nUsage\n=====\n\nDepending on the delivery service provider, the state tracking could be more or\nless complete, since it could have or not the necessary API calls implemented.\n\nWith regular methods (fixed, based on rules):\n\n  #. Go to Inventory / Operations and open an outgoing pending picking.\n  #. In the *Additional Info* tab, assign it a delivery carrier which is fixed or\n     based on rules.\n  #. Validate the picking and you'll see in the same tab the delivery state\n     info with the shipping date and the shipping state.\n  #. If enabled, an automatic notification will be sent to the picking customer.\n\nWhen service provider methods are implemented, we can follow the same steps as\ndescribed before, but we'll get additionally:\n\n  #. In the *Additional Info* tab, we'll see button *Update tracking state* to\n     manually query the provider API for tracking updates for this expedition.\n  #. Depending on the stated returned by the provider, we could get these\n     states (field *Carrier State*):\n\n        * Shipping recorded in carrier\n        * In transit\n        * Canceled shipment (finished)\n        * Incident\n        * Warehouse delivered\n        * Customer delivered (finished)\n  #. In the field *Tracking state* we'll get the tracking state name given by\n     the provider (which is mapped to the ones in this module)\n  #. In the field *Tracking history* we'll get the former states log.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/delivery-carrier/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/OCA/delivery-carrier/issues/new?body=module:%20delivery_state%0Aversion:%2016.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* Trey (www.trey.es)\n* FactorLibre\n* Tecnativa\n\nContributors\n~~~~~~~~~~~~\n\n* `Trey <https://www.trey.es>`_:\n\n  * Roberto Lizana <roberto@trey.es>\n\n* `FactorLibre <https://www.factorlibre.com>`_:\n\n  * Zahra Velasco <zahra.velasco@factorlibre.com>\n* `Tecnativa <https://www.tecnativa.com>`_:\n\n  * Pedro M. Baeza\n  * David Vidal\n  * V\u00edctor Mart\u00ednez\n* Mar\u00e7al Isern <marsal.isern@qubiq.es>\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 whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nThis module is part of the `OCA/delivery-carrier <https://github.com/OCA/delivery-carrier/tree/16.0/delivery_state>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Provides fields to be able to contemplate the tracking statesand also adds a global fields",
    "version": "16.0.1.1.0.9",
    "project_urls": {
        "Homepage": "https://github.com/OCA/delivery-carrier"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "717f5b0197b5ebe1667a105859eff814dee9ae4713eb9ce4b54fff22302d6e8a",
                "md5": "54aa6f59302b71c9113dfed1770f975e",
                "sha256": "eb6e974545f1bc5025da4aed49bed83021843789a8a40beebb8d0680fc8f03cf"
            },
            "downloads": -1,
            "filename": "odoo_addon_delivery_state-16.0.1.1.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "54aa6f59302b71c9113dfed1770f975e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 39269,
            "upload_time": "2024-05-08T03:37:44",
            "upload_time_iso_8601": "2024-05-08T03:37:44.823414Z",
            "url": "https://files.pythonhosted.org/packages/71/7f/5b0197b5ebe1667a105859eff814dee9ae4713eb9ce4b54fff22302d6e8a/odoo_addon_delivery_state-16.0.1.1.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-08 03:37:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "delivery-carrier",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "dicttoxml",
            "specs": []
        },
        {
            "name": "PyPDF2",
            "specs": []
        },
        {
            "name": "roulier",
            "specs": []
        },
        {
            "name": "unidecode",
            "specs": []
        },
        {
            "name": "xmltodict",
            "specs": []
        },
        {
            "name": "zeep",
            "specs": []
        }
    ],
    "lcname": "odoo-addon-delivery-state"
}
        
Elapsed time: 0.24447s