diff --git a/README.md b/README.md
index 7a8ced6..a0ab3cb 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ addon | version | maintainers | summary
--- | --- | --- | ---
[delivery_line_sale_line_position](delivery_line_sale_line_position/) | 16.0.1.1.0 | | Adds the sale line position to the delivery report lines
[stock_picking_report_custom_description](stock_picking_report_custom_description/) | 16.0.1.0.0 | [](https://github.com/carlosdauden) | Show moves description in picking reports
+[stock_picking_report_internal_delivery_address](stock_picking_report_internal_delivery_address/) | 16.0.1.0.0 | | Show delivery address when picking type is internal
[stock_picking_report_valued](stock_picking_report_valued/) | 16.0.1.0.0 | | Adding Valued Picking on Delivery Slip report
[stock_quantity_history_location](stock_quantity_history_location/) | 16.0.1.0.1 | [](https://github.com/luisg123v) [](https://github.com/rolandojduartem) | Provides stock quantity by location on past date
diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt
index 0da5991..69f3f72 100644
--- a/setup/_metapackage/VERSION.txt
+++ b/setup/_metapackage/VERSION.txt
@@ -1 +1 @@
-16.0.20231003.0
\ No newline at end of file
+16.0.20231030.0
\ No newline at end of file
diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py
index d1d5477..75efbee 100644
--- a/setup/_metapackage/setup.py
+++ b/setup/_metapackage/setup.py
@@ -10,6 +10,7 @@ setuptools.setup(
install_requires=[
'odoo-addon-delivery_line_sale_line_position>=16.0dev,<16.1dev',
'odoo-addon-stock_picking_report_custom_description>=16.0dev,<16.1dev',
+ 'odoo-addon-stock_picking_report_internal_delivery_address>=16.0dev,<16.1dev',
'odoo-addon-stock_picking_report_valued>=16.0dev,<16.1dev',
'odoo-addon-stock_quantity_history_location>=16.0dev,<16.1dev',
],
diff --git a/stock_picking_report_internal_delivery_address/README.rst b/stock_picking_report_internal_delivery_address/README.rst
index dbec8cb..5f9f79a 100644
--- a/stock_picking_report_internal_delivery_address/README.rst
+++ b/stock_picking_report_internal_delivery_address/README.rst
@@ -7,7 +7,7 @@ Stock picking report internal delivery address
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:49a245155f97e57b3ab9be41caa0ac9ea239fcc673ee1a7f980294fb0b564a0b
+ !! source digest: sha256:f190e7cf7cc653abb06772ba4be7955d465381dd77f68d9c5ca7fd7f34bd5da0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,13 +17,13 @@ Stock picking report internal delivery address
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github
- :target: https://github.com/OCA/stock-logistics-reporting/tree/15.0/stock_picking_report_internal_delivery_address
+ :target: https://github.com/OCA/stock-logistics-reporting/tree/16.0/stock_picking_report_internal_delivery_address
:alt: OCA/stock-logistics-reporting
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-15-0/stock-logistics-reporting-15-0-stock_picking_report_internal_delivery_address
+ :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-16-0/stock-logistics-reporting-16-0-stock_picking_report_internal_delivery_address
: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/stock-logistics-reporting&target_branch=15.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-reporting&target_branch=16.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -42,7 +42,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues This module allows you to show the delivery address on reports when the operation type
of the picking is internal. Table of contents
Bugs are tracked on GitHub 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.
+feedback.Do not contact contributors directly about support or help with technical issues.
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/stock-logistics-reporting project on GitHub.
+This module is part of the OCA/stock-logistics-reporting project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.