From 4eb188016ce884faa586c74c9a8f42a7a037e8be Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 3 Oct 2023 11:04:24 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + .../README.rst | 22 +++++++++---------- .../static/description/index.html | 20 +++++++---------- 5 files changed, 21 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 89d063710..7a8ced653 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons 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 | [![carlosdauden](https://github.com/carlosdauden.png?size=30px)](https://github.com/carlosdauden) | Show moves description in picking reports [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/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index bdc5e6ccf..0da5991e1 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20230515.0 \ No newline at end of file +16.0.20231003.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 5c8f4dccd..d1d54771f 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -9,6 +9,7 @@ version=version, 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_valued>=16.0dev,<16.1dev', 'odoo-addon-stock_quantity_history_location>=16.0dev,<16.1dev', ], diff --git a/stock_picking_report_custom_description/README.rst b/stock_picking_report_custom_description/README.rst index 82798cbb0..9ec6be4bb 100644 --- a/stock_picking_report_custom_description/README.rst +++ b/stock_picking_report_custom_description/README.rst @@ -7,7 +7,7 @@ Stock Picking Report Custom Description !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6c03fe3cfe5f5df1c21382b6b7e658d4b8cebecf53d1f5003cbb7817ff40f003 + !! source digest: sha256:084afe6c1c66ef34ac164fea2df9d923cd0b3e27dd9decf4d716091375408ba9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -17,19 +17,20 @@ Stock Picking Report Custom Description :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_custom_description + :target: https://github.com/OCA/stock-logistics-reporting/tree/16.0/stock_picking_report_custom_description :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_custom_description + :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-16-0/stock-logistics-reporting-16-0-stock_picking_report_custom_description :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| -This module transfers the sales order line description to the picking, and +This module transfers the sales order line description to the picking description, and allows to print such text on the picking reports. +When the sales order line description is changed, picking description is updated. **Table of contents** @@ -44,11 +45,7 @@ To use this module, you need to: #. Create a sale order and set manual description in sale order lines. #. Confirm the order. #. Navigate to the delivery through the smart-button. -#. You can print the reports with move name instead product name on the specific - reports: - - * Delivery Slip (Description). - * Picking Operations (Description). +#. You can check sales order line description is the same as description picking Bug Tracker =========== @@ -56,7 +53,7 @@ Bug Tracker 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. @@ -77,6 +74,7 @@ Contributors * Sergio Teruel * Ernesto Tejeda * Pilar Vargas + * Carolina Fernandez Maintainers ~~~~~~~~~~~ @@ -99,6 +97,6 @@ Current `maintainer `__: |maintainer-carlosdauden| -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. diff --git a/stock_picking_report_custom_description/static/description/index.html b/stock_picking_report_custom_description/static/description/index.html index ad9f1778d..de34aef3c 100644 --- a/stock_picking_report_custom_description/static/description/index.html +++ b/stock_picking_report_custom_description/static/description/index.html @@ -367,11 +367,12 @@

Stock Picking Report Custom Description

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6c03fe3cfe5f5df1c21382b6b7e658d4b8cebecf53d1f5003cbb7817ff40f003 +!! source digest: sha256:084afe6c1c66ef34ac164fea2df9d923cd0b3e27dd9decf4d716091375408ba9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

This module transfers the sales order line description to the picking, and -allows to print such text on the picking reports.

+

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

+

This module transfers the sales order line description to the picking description, and +allows to print such text on the picking reports. +When the sales order line description is changed, picking description is updated.

Table of contents

    @@ -392,12 +393,7 @@

    Usage

  • Create a sale order and set manual description in sale order lines.
  • Confirm the order.
  • Navigate to the delivery through the smart-button.
  • -
  • You can print the reports with move name instead product name on the specific -reports:
      -
    • Delivery Slip (Description).
    • -
    • Picking Operations (Description).
    • -
    -
  • +
  • You can check sales order line description is the same as description picking
@@ -405,7 +401,7 @@

Bug Tracker

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.

@@ -438,7 +434,7 @@

Maintainers

promote its widespread use.

Current maintainer:

carlosdauden

-

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.