diff --git a/README.md b/README.md index 33be0fdb19..14da1ce910 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ addon | version | maintainers | summary [pos_escpos_status](pos_escpos_status/) | 16.0.1.0.1 | | Point of sale: fetch status for 'escpos' driver [pos_financial_risk](pos_financial_risk/) | 16.0.1.0.1 | [![geomer198](https://github.com/geomer198.png?size=30px)](https://github.com/geomer198) [![CetmixGitDrone](https://github.com/CetmixGitDrone.png?size=30px)](https://github.com/CetmixGitDrone) | Point of Sale Fonancial Risk [pos_global_discount_in_line](pos_global_discount_in_line/) | 16.0.1.0.1 | | Order discount in line instead of discount product +[pos_hide_banknote_button](pos_hide_banknote_button/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Hide useless Banknote buttons in the PoS (+10, +20, +50) [pos_lot_barcode](pos_lot_barcode/) | 16.0.1.0.1 | | Scan barcode to enter lot/serial numbers [pos_lot_selection](pos_lot_selection/) | 16.0.1.0.1 | | POS Lot Selection [pos_loyalty_redeem_payment](pos_loyalty_redeem_payment/) | 16.0.1.0.2 | | Use vouchers as payment method in pos orders diff --git a/pos_hide_banknote_button/README.rst b/pos_hide_banknote_button/README.rst index f6e82dbbf4..396189c0d1 100644 --- a/pos_hide_banknote_button/README.rst +++ b/pos_hide_banknote_button/README.rst @@ -7,7 +7,7 @@ Point of Sale - Hide Banknote Buttons !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f47803da8d077da38d84aff718fd77e57266fefe3090efe88a61a2d42528b3f3 + !! source digest: sha256:eb1cb0ead9be9b62155426e9b57f32ab34b12cc51e00f4b83e79e289c76b6232 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pos_hide_banknote_button/static/description/index.html b/pos_hide_banknote_button/static/description/index.html index 30282ace54..29ffb2b473 100644 --- a/pos_hide_banknote_button/static/description/index.html +++ b/pos_hide_banknote_button/static/description/index.html @@ -8,11 +8,10 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ +:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. -Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +274,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: gray; } /* line numbers */ +pre.code .ln { color: grey; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +300,7 @@ span.pre { white-space: pre } -span.problematic, pre.problematic { +span.problematic { color: red } span.section-subtitle { @@ -367,7 +366,7 @@

Point of Sale - Hide Banknote Buttons

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

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

This module extends Odoo Point Of Sale features, removing banknotes buttons @@ -424,9 +423,7 @@

Contributors

Maintainers

This module is maintained by the OCA.

- -Odoo Community Association - +Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 27abb7e50a..d1ee94265a 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240702.0 \ No newline at end of file +16.0.20240703.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index eb0af655f8..3027f75c37 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -17,6 +17,7 @@ 'odoo-addon-pos_escpos_status>=16.0dev,<16.1dev', 'odoo-addon-pos_financial_risk>=16.0dev,<16.1dev', 'odoo-addon-pos_global_discount_in_line>=16.0dev,<16.1dev', + 'odoo-addon-pos_hide_banknote_button>=16.0dev,<16.1dev', 'odoo-addon-pos_lot_barcode>=16.0dev,<16.1dev', 'odoo-addon-pos_lot_selection>=16.0dev,<16.1dev', 'odoo-addon-pos_loyalty_redeem_payment>=16.0dev,<16.1dev',