From e779233fd868bb1f57b7414a3c504c727b9dedc5 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 14 Oct 2024 11:19:52 +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 | 13 ++++++++----- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3c4a7b9277..1f40f643bd 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ addon | version | maintainers | summary [pos_picking_delayed](pos_picking_delayed/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Delay the creation of the picking when PoS order is created [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.1 | [![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.2 | [![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 8552889ccd..d62341034a 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:87c8c1304cc7e3e0bfe4de0297c1188f5eda86580bbd780c70e1d013a858e225 + !! source digest: sha256:c8f69e5247c8d31cb5ce975c4d0b4af0abccfd4444e96fe0d603ab57cabaad54 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 c14693f1ed..0ca7bcd6be 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.1", + "version": "16.0.1.0.2", "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 dd54739ce6..e0b8535783 100644 --- a/pos_product_label/static/description/index.html +++ b/pos_product_label/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

POS Product Label

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

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. @@ -426,7 +427,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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.