From ebdf53f19918197134ffa8e837adee3c517edcd5 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 30 Jan 2024 19:51:20 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + pos_product_packaging_container_deposit/README.rst | 2 +- .../static/description/index.html | 2 +- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02aaed6ca0..2822310161 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ addon | version | maintainers | summary [pos_product_display_default_code](pos_product_display_default_code/) | 16.0.1.0.0 | | pos: display product default code before product name [pos_product_label](pos_product_label/) | 16.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Print product labels from the POS [pos_product_multi_barcode](pos_product_multi_barcode/) | 16.0.1.0.1 | | Make product multi barcodes usable in the point of sale +[pos_product_packaging_container_deposit](pos_product_packaging_container_deposit/) | 16.0.1.0.0 | | Add the container deposit fees in a POS order [pos_product_packaging_multi_barcode](pos_product_packaging_multi_barcode/) | 16.0.1.0.0 | | Make product packaging multi barcodes usable in the point of sale [pos_product_quick_info](pos_product_quick_info/) | 16.0.1.0.2 | | Display product info by one click in Point of Sale [pos_receipt_hide_price](pos_receipt_hide_price/) | 16.0.1.0.0 | | Add button to remove price from receipt. diff --git a/pos_product_packaging_container_deposit/README.rst b/pos_product_packaging_container_deposit/README.rst index ce7e455389..1ccbf36f60 100644 --- a/pos_product_packaging_container_deposit/README.rst +++ b/pos_product_packaging_container_deposit/README.rst @@ -7,7 +7,7 @@ PoS Product packaging container deposit !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ddcdb42000875b4679be1ff3aab0e5ad2b7707cc592776fd469009efb08dcde7 + !! source digest: sha256:8971bdd094d1886da821ba880d886fb2dd287295c479ba967f292da7ad9cbd9c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pos_product_packaging_container_deposit/static/description/index.html b/pos_product_packaging_container_deposit/static/description/index.html index 07499d22cb..501858f229 100644 --- a/pos_product_packaging_container_deposit/static/description/index.html +++ b/pos_product_packaging_container_deposit/static/description/index.html @@ -366,7 +366,7 @@

PoS Product packaging container deposit

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ddcdb42000875b4679be1ff3aab0e5ad2b7707cc592776fd469009efb08dcde7 +!! source digest: sha256:8971bdd094d1886da821ba880d886fb2dd287295c479ba967f292da7ad9cbd9c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/pos Translate me on Weblate Try me on Runboat

This module adds the container deposit fees in a POS order

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 780e05cbc7..73db8efc95 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240130.0 \ No newline at end of file +16.0.20240130.1 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index d69e86f4ab..2cbc259490 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -36,6 +36,7 @@ 'odoo-addon-pos_product_display_default_code>=16.0dev,<16.1dev', 'odoo-addon-pos_product_label>=16.0dev,<16.1dev', 'odoo-addon-pos_product_multi_barcode>=16.0dev,<16.1dev', + 'odoo-addon-pos_product_packaging_container_deposit>=16.0dev,<16.1dev', 'odoo-addon-pos_product_packaging_multi_barcode>=16.0dev,<16.1dev', 'odoo-addon-pos_product_quick_info>=16.0dev,<16.1dev', 'odoo-addon-pos_receipt_hide_price>=16.0dev,<16.1dev',