diff --git a/README.md b/README.md index 3d7053aa9..89d063710 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[delivery_line_sale_line_position](delivery_line_sale_line_position/) | 16.0.1.0.0 | | Adds the sale line position to the delivery report lines +[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_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 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) [![rolandojduartem](https://github.com/rolandojduartem.png?size=30px)](https://github.com/rolandojduartem) | Provides stock quantity by location on past date diff --git a/delivery_line_sale_line_position/README.rst b/delivery_line_sale_line_position/README.rst index c3d9dc1e1..af723b7c8 100644 --- a/delivery_line_sale_line_position/README.rst +++ b/delivery_line_sale_line_position/README.rst @@ -7,7 +7,7 @@ Delivery Line Sale Line Position !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:32589f3c467a6005dc8bd23ec6431f43f6efb108343b3e3314443ee65ac12b75 + !! source digest: sha256:7ba41841292dd8d0f1ebfa8e4a7a1d888af174803fc97381079c91cd6532c2c2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/delivery_line_sale_line_position/__manifest__.py b/delivery_line_sale_line_position/__manifest__.py index ab0755acd..e5c1bc673 100644 --- a/delivery_line_sale_line_position/__manifest__.py +++ b/delivery_line_sale_line_position/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Delivery Line Sale Line Position", "summary": "Adds the sale line position to the delivery report lines", - "version": "16.0.1.0.0", + "version": "16.0.1.1.0", "category": "Delivery", "author": "Camptocamp, Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/delivery_line_sale_line_position/static/description/index.html b/delivery_line_sale_line_position/static/description/index.html index 63e410dfe..bd8502dbc 100644 --- a/delivery_line_sale_line_position/static/description/index.html +++ b/delivery_line_sale_line_position/static/description/index.html @@ -367,7 +367,7 @@

Delivery Line Sale Line Position

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:32589f3c467a6005dc8bd23ec6431f43f6efb108343b3e3314443ee65ac12b75 +!! source digest: sha256:7ba41841292dd8d0f1ebfa8e4a7a1d888af174803fc97381079c91cd6532c2c2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module is build on top of the module sale_order_line_position.