diff --git a/README.md b/README.md index 2fec9bcd33..3c4a7b9277 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ addon | version | maintainers | summary [pos_payment_method_image](pos_payment_method_image/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Add images on Payment Methods available in the PoS [pos_payment_restriction](pos_payment_restriction/) | 16.0.1.0.0 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) | Adds restrictions options on POS payment level [pos_payment_terminal](pos_payment_terminal/) | 16.0.1.0.2 | | Point of sale: support generic payment terminal +[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 diff --git a/pos_picking_delayed/README.rst b/pos_picking_delayed/README.rst index 1901a6d1d1..627f67bf09 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:09f14215142f66808f9235983f5612dd19e302525229ad2194529a51e95082af !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 94a760300e..709aeab1e4 100644 --- a/pos_picking_delayed/static/description/index.html +++ b/pos_picking_delayed/static/description/index.html @@ -367,7 +367,7 @@
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 48558dfd4c..87a86e39df 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240925.1 \ No newline at end of file +16.0.20241009.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 245373453e..77b4fdfb52 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -46,6 +46,7 @@ 'odoo-addon-pos_payment_method_image>=16.0dev,<16.1dev', 'odoo-addon-pos_payment_restriction>=16.0dev,<16.1dev', 'odoo-addon-pos_payment_terminal>=16.0dev,<16.1dev', + 'odoo-addon-pos_picking_delayed>=16.0dev,<16.1dev', 'odoo-addon-pos_pricelist_technical>=16.0dev,<16.1dev', 'odoo-addon-pos_product_display_default_code>=16.0dev,<16.1dev', 'odoo-addon-pos_product_label>=16.0dev,<16.1dev',