diff --git a/README.md b/README.md index 5283d5fc..4a5fdc50 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[shipment_advice](shipment_advice/) | 16.0.1.5.0 | | Manage your (un)loading process through shipment advices. +[shipment_advice](shipment_advice/) | 16.0.1.6.0 | | Manage your (un)loading process through shipment advices. [shipment_advice_planner](shipment_advice_planner/) | 16.0.1.1.0 | [![jbaudoux](https://github.com/jbaudoux.png?size=30px)](https://github.com/jbaudoux) | This module is used to plan ready transfers in shipment advices. [shipment_advice_planner_toursolver](shipment_advice_planner_toursolver/) | 16.0.3.1.0 | | Shipment advices planning by geo-optimization (TourSolver) [shipment_advice_planner_toursolver_queue_job](shipment_advice_planner_toursolver_queue_job/) | 16.0.1.0.0 | | Run TourSolver queries in queue jobs diff --git a/shipment_advice/README.rst b/shipment_advice/README.rst index 8b354088..7da775d6 100644 --- a/shipment_advice/README.rst +++ b/shipment_advice/README.rst @@ -7,7 +7,7 @@ Shipment Advice !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:60951d59c7ca7c14de9a7e490200a900d1aec0483212ef3f936e724c5f06e98a + !! source digest: sha256:34e6a179b9a0304d4d12e6a1ec5e161d7ad127fec1463f2061c083e562a5f789 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -61,6 +61,7 @@ Contributors * Simone Orsi * `Trobz `_: * Dung Tran +* Michael Tietz (MT Software) Design ~~~~~~ diff --git a/shipment_advice/__manifest__.py b/shipment_advice/__manifest__.py index c151cff7..60a33d0b 100644 --- a/shipment_advice/__manifest__.py +++ b/shipment_advice/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Shipment Advice", "summary": "Manage your (un)loading process through shipment advices.", - "version": "16.0.1.5.0", + "version": "16.0.1.6.0", "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-transport", "category": "Warehouse Management", diff --git a/shipment_advice/static/description/index.html b/shipment_advice/static/description/index.html index 642b780c..74b27303 100644 --- a/shipment_advice/static/description/index.html +++ b/shipment_advice/static/description/index.html @@ -367,7 +367,7 @@

Shipment Advice

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:60951d59c7ca7c14de9a7e490200a900d1aec0483212ef3f936e724c5f06e98a +!! source digest: sha256:34e6a179b9a0304d4d12e6a1ec5e161d7ad127fec1463f2061c083e562a5f789 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/stock-logistics-transport Translate me on Weblate Try me on Runboat

Manage your (un)loading process through shipment advices.

@@ -409,6 +409,7 @@

Contributors

  • Simone Orsi <simahawk@gmail.com>
  • Trobz: * Dung Tran <dungtd@trobz.com>
  • +
  • Michael Tietz (MT Software) <mtietz@mt-software.de>