From 3609fe8eddaade72fb614a2b9757ee30e6dc9477 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 10 Oct 2024 08:53:47 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + pos_picking_delayed/README.rst | 2 +- pos_picking_delayed/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 d0e15b6ad2..766713bc18 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ addon | version | maintainers | summary [pos_payment_change](pos_payment_change/) | 14.0.1.0.3 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Allow cashier to change order payments, as long as the session is not closed. [pos_payment_method_cashdro](pos_payment_method_cashdro/) | 14.0.1.0.1 | | Allows to pay with CashDro Terminals on the Point of Sale [pos_payment_terminal](pos_payment_terminal/) | 14.0.2.1.0 | | Point of sale: support generic payment terminal +[pos_picking_delayed](pos_picking_delayed/) | 14.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_show_discount](pos_pricelist_show_discount/) | 14.0.1.0.5 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![renda-dev](https://github.com/renda-dev.png?size=30px)](https://github.com/renda-dev) | PoS: show appropriate discount when discounting from pricelist [pos_product_display_default_code](pos_product_display_default_code/) | 14.0.1.0.1 | | pos: display product default code before product name [pos_product_multi_barcode](pos_product_multi_barcode/) | 14.0.1.0.2 | | Make product multi barcodes usable in the point of sale diff --git a/pos_picking_delayed/README.rst b/pos_picking_delayed/README.rst index df3d799afa..94436748b3 100644 --- a/pos_picking_delayed/README.rst +++ b/pos_picking_delayed/README.rst @@ -7,7 +7,7 @@ Point of Sale - Picking Creation Delayed !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:622db1c8626b1b09ead079043386a1f40457fbc59e7dea9a5f62ae9782b9e4c1 + !! source digest: sha256:c2fed851cd940daa086745acab2f8325806b847d03029c9f9d041b81a012ec7d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pos_picking_delayed/static/description/index.html b/pos_picking_delayed/static/description/index.html index 4580acdcd1..973b9785a8 100644 --- a/pos_picking_delayed/static/description/index.html +++ b/pos_picking_delayed/static/description/index.html @@ -367,7 +367,7 @@

Point of Sale - Picking Creation Delayed

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:622db1c8626b1b09ead079043386a1f40457fbc59e7dea9a5f62ae9782b9e4c1 +!! source digest: sha256:c2fed851cd940daa086745acab2f8325806b847d03029c9f9d041b81a012ec7d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the functionality of odoo Point Of Sale to reduce creation diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 7999a56695..0a6f21fcb6 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240719.0 \ No newline at end of file +14.0.20241010.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 00fb383d8a..72db4ae40c 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -35,6 +35,7 @@ 'odoo14-addon-pos_payment_change', 'odoo14-addon-pos_payment_method_cashdro', 'odoo14-addon-pos_payment_terminal', + 'odoo14-addon-pos_picking_delayed', 'odoo14-addon-pos_pricelist_show_discount', 'odoo14-addon-pos_product_display_default_code', 'odoo14-addon-pos_product_multi_barcode',