diff --git a/README.md b/README.md index ea254b12fe..ca52dc019c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ addon | version | maintainers | summary [pos_payment_change](pos_payment_change/) | 14.0.1.0.2 | [![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_pricelist_show_discount](pos_pricelist_show_discount/) | 14.0.1.0.3 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![pytech-bot](https://github.com/pytech-bot.png?size=30px)](https://github.com/pytech-bot) | PoS: show appropriate discount when discounting from pricelist +[pos_pricelist_show_discount](pos_pricelist_show_discount/) | 14.0.1.0.4 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![pytech-bot](https://github.com/pytech-bot.png?size=30px)](https://github.com/pytech-bot) | 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 [pos_product_sort](pos_product_sort/) | 14.0.1.0.0 | | sort the products by name in the point of sale instead of sorting them by the sequence field. diff --git a/pos_pricelist_show_discount/README.rst b/pos_pricelist_show_discount/README.rst index 6cbe6f8807..5bca2868ba 100644 --- a/pos_pricelist_show_discount/README.rst +++ b/pos_pricelist_show_discount/README.rst @@ -7,7 +7,7 @@ PoS show discount from pricelist !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8bfd9aa98da0311d92132a5b2bf1dd8db0d32e1d28451a81a97e808d726a45fd + !! source digest: sha256:4d541f5c9f85def83ec0b6334f95edb41e0b1627fe87a50f09ba729a7ab75570 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pos_pricelist_show_discount/__manifest__.py b/pos_pricelist_show_discount/__manifest__.py index 677f245fd4..bc902f513f 100644 --- a/pos_pricelist_show_discount/__manifest__.py +++ b/pos_pricelist_show_discount/__manifest__.py @@ -1,7 +1,7 @@ { "name": "PoS show discount from pricelist", "summary": "PoS: show appropriate discount when discounting from pricelist", - "version": "14.0.1.0.3", + "version": "14.0.1.0.4", "category": "Point of Sale", "website": "https://github.com/OCA/pos", "author": "Odoo Community Association (OCA), Ooops404, PyTech SRL, Akretion", diff --git a/pos_pricelist_show_discount/static/description/index.html b/pos_pricelist_show_discount/static/description/index.html index 6bb4a38fde..8ffd1b427e 100644 --- a/pos_pricelist_show_discount/static/description/index.html +++ b/pos_pricelist_show_discount/static/description/index.html @@ -367,7 +367,7 @@
This module allows to display in POS interface the discount applied to customer, calculated as difference between POS final price and price from a specific pricelist set in POS configuration.