From 37a27cffc510725ba279f2dc1455a40e1dac7293 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 5 Mar 2024 08:08:05 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + pos_payment_method_cashdro/README.rst | 2 +- pos_payment_method_cashdro/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 45e792e567..94d9ddab8d 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ addon | version | maintainers | summary [pos_partner_firstname](pos_partner_firstname/) | 16.0.1.0.3 | [![robyf70](https://github.com/robyf70.png?size=30px)](https://github.com/robyf70) | POS Support of partner firstname [pos_partner_sale_warning](pos_partner_sale_warning/) | 16.0.1.0.0 | | Show partner sales warning in POS [pos_payment_change](pos_payment_change/) | 16.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/) | 16.0.1.0.0 | | Allows to pay with CashDro Terminals on the Point of Sale [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_terminal](pos_payment_terminal/) | 16.0.1.0.2 | | Point of sale: support generic payment terminal [pos_product_display_default_code](pos_product_display_default_code/) | 16.0.1.0.0 | | pos: display product default code before product name diff --git a/pos_payment_method_cashdro/README.rst b/pos_payment_method_cashdro/README.rst index 4bc22f5fe7..2c2e18df4e 100644 --- a/pos_payment_method_cashdro/README.rst +++ b/pos_payment_method_cashdro/README.rst @@ -7,7 +7,7 @@ PoS Payment Method CashDro !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e4f16039547a5076c72bc8bac4fe707fc850c042c66e965d9b89a1aacb16b138 + !! source digest: sha256:395fd3a96489361b1f59537f222d4d570a5ba750ced74e3eb03fd89245aeb72a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pos_payment_method_cashdro/static/description/index.html b/pos_payment_method_cashdro/static/description/index.html index 42016157ef..d78e7d2b8d 100644 --- a/pos_payment_method_cashdro/static/description/index.html +++ b/pos_payment_method_cashdro/static/description/index.html @@ -366,7 +366,7 @@

PoS Payment Method CashDro

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e4f16039547a5076c72bc8bac4fe707fc850c042c66e965d9b89a1aacb16b138 +!! source digest: sha256:395fd3a96489361b1f59537f222d4d570a5ba750ced74e3eb03fd89245aeb72a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows to make payments with a Cashdro (https://www.cashdro.com) terminal diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index ef64b9af1c..cff785750e 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240222.0 \ No newline at end of file +16.0.20240305.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 8f709f3814..6efd7e9454 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -33,6 +33,7 @@ 'odoo-addon-pos_partner_firstname>=16.0dev,<16.1dev', 'odoo-addon-pos_partner_sale_warning>=16.0dev,<16.1dev', 'odoo-addon-pos_payment_change>=16.0dev,<16.1dev', + 'odoo-addon-pos_payment_method_cashdro>=16.0dev,<16.1dev', 'odoo-addon-pos_payment_method_image>=16.0dev,<16.1dev', 'odoo-addon-pos_payment_terminal>=16.0dev,<16.1dev', 'odoo-addon-pos_product_display_default_code>=16.0dev,<16.1dev',