From 7ed8b3280dd0f946331477936cbabde5bc7f3b58 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 25 Sep 2024 17:53:08 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + pos_session_pay_invoice/README.rst | 2 +- pos_session_pay_invoice/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 d494d0d07f..d9914ced1f 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ addon | version | maintainers | summary [pos_sale_order_print](pos_sale_order_print/) | 16.0.1.0.2 | | Print multiple sale orders in POS [pos_sale_product_config_no_variant](pos_sale_product_config_no_variant/) | 16.0.1.0.0 | [![ursais](https://github.com/ursais.png?size=30px)](https://github.com/ursais) | Manage Point Of Sale via Configurator of no variant [pos_screen_element_custom_size](pos_screen_element_custom_size/) | 16.0.1.0.0 | | Set custom size for POS screen elements +[pos_session_pay_invoice](pos_session_pay_invoice/) | 16.0.1.0.0 | | Pay and receive invoices from PoS Session [pos_stock_available_online](pos_stock_available_online/) | 16.0.1.0.3 | | Show the available quantity of products in the Point of Sale [pos_supplierinfo_search](pos_supplierinfo_search/) | 16.0.1.0.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Search products by supplier data [pos_timeout](pos_timeout/) | 16.0.1.0.0 | | Set the timeout of the point of sale diff --git a/pos_session_pay_invoice/README.rst b/pos_session_pay_invoice/README.rst index 38153a2b90..6a97ce5f97 100644 --- a/pos_session_pay_invoice/README.rst +++ b/pos_session_pay_invoice/README.rst @@ -7,7 +7,7 @@ POS Session Pay invoice !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6eac7dbff1f6e08ae835df882a549b193c4d037be692dfd6913960c06245184b + !! source digest: sha256:63ca07d1034f85f9958bda1aedf7512c719f812157467be03183aa6ce20fac20 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pos_session_pay_invoice/static/description/index.html b/pos_session_pay_invoice/static/description/index.html index a95dc484b1..abcd7fda73 100644 --- a/pos_session_pay_invoice/static/description/index.html +++ b/pos_session_pay_invoice/static/description/index.html @@ -367,7 +367,7 @@

POS Session Pay invoice

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6eac7dbff1f6e08ae835df882a549b193c4d037be692dfd6913960c06245184b +!! source digest: sha256:63ca07d1034f85f9958bda1aedf7512c719f812157467be03183aa6ce20fac20 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This modules allows to pay an existing Supplier Invoice / Customer Refund, or diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 2f41eec62a..a5a98e4470 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240829.0 \ No newline at end of file +16.0.20240925.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index cf5ce9bbb7..70bbf11a83 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -62,6 +62,7 @@ 'odoo-addon-pos_sale_order_print>=16.0dev,<16.1dev', 'odoo-addon-pos_sale_product_config_no_variant>=16.0dev,<16.1dev', 'odoo-addon-pos_screen_element_custom_size>=16.0dev,<16.1dev', + 'odoo-addon-pos_session_pay_invoice>=16.0dev,<16.1dev', 'odoo-addon-pos_stock_available_online>=16.0dev,<16.1dev', 'odoo-addon-pos_supplierinfo_search>=16.0dev,<16.1dev', 'odoo-addon-pos_timeout>=16.0dev,<16.1dev',