From 3e9ce91ff298e924f48d0bf5f65c454383fd13f5 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 1 Jul 2024 12:35:50 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- pos_product_label/README.rst | 2 +- pos_product_label/__manifest__.py | 2 +- pos_product_label/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe42e5f6ae..78e3965741 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ addon | version | maintainers | summary [pos_payment_terminal](pos_payment_terminal/) | 16.0.1.0.2 | | Point of sale: support generic payment terminal [pos_pricelist_technical](pos_pricelist_technical/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Prevent technical pricelists from being displayed in the Point of Sale front-end UI [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_label](pos_product_label/) | 16.0.1.0.1 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Print product labels from the POS [pos_product_mergeable_line](pos_product_mergeable_line/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Allows to configure at the product level, if an order line can be merged or not. [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 diff --git a/pos_product_label/README.rst b/pos_product_label/README.rst index 9ab990c1b9..8552889ccd 100644 --- a/pos_product_label/README.rst +++ b/pos_product_label/README.rst @@ -7,7 +7,7 @@ POS Product Label !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5217f4106aa43ecfb2135d79ed024b49dc510929a619defd7e8f0609e23c74b1 + !! source digest: sha256:87c8c1304cc7e3e0bfe4de0297c1188f5eda86580bbd780c70e1d013a858e225 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pos_product_label/__manifest__.py b/pos_product_label/__manifest__.py index 3aea7c9941..c14693f1ed 100644 --- a/pos_product_label/__manifest__.py +++ b/pos_product_label/__manifest__.py @@ -4,7 +4,7 @@ { "name": "POS Product Label", "summary": "Print product labels from the POS", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "author": "Camptocamp, Odoo Community Association (OCA)", "maintainers": ["ivantodorovich"], "website": "https://github.com/OCA/pos", diff --git a/pos_product_label/static/description/index.html b/pos_product_label/static/description/index.html index d53bb1317b..dd54739ce6 100644 --- a/pos_product_label/static/description/index.html +++ b/pos_product_label/static/description/index.html @@ -366,7 +366,7 @@

POS Product Label

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:5217f4106aa43ecfb2135d79ed024b49dc510929a619defd7e8f0609e23c74b1 +!! source digest: sha256:87c8c1304cc7e3e0bfe4de0297c1188f5eda86580bbd780c70e1d013a858e225 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Adds a “Print Labels” button to print the product labels for the ordered products.