diff --git a/README.md b/README.md index 32617f36b4..1a5854863f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ addon | version | maintainers | summary [pos_loyalty_redeem_payment](pos_loyalty_redeem_payment/) | 16.0.1.0.2 | | Use vouchers as payment method in pos orders [pos_margin](pos_margin/) | 16.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Margin on PoS Order [pos_membership](pos_membership/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Implement features of membership module in the Point of sale UI. -[pos_membership_extension](pos_membership_extension/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Prevent to sale product in the point of sale to customer that don't belong to membership categories +[pos_membership_extension](pos_membership_extension/) | 16.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Prevent to sale product in the point of sale to customer that don't belong to membership categories [pos_minimize_menu](pos_minimize_menu/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Reduce size of the main menu of the point of sale. [pos_order_new_line](pos_order_new_line/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Allow cashier to create a new order line, instead of merging the quantity with a previous line [pos_order_remove_line](pos_order_remove_line/) | 16.0.1.2.1 | [![robyf70](https://github.com/robyf70.png?size=30px)](https://github.com/robyf70) | Add button to remove POS order line. diff --git a/pos_membership_extension/README.rst b/pos_membership_extension/README.rst index 38b70749e1..bbba7cae05 100644 --- a/pos_membership_extension/README.rst +++ b/pos_membership_extension/README.rst @@ -7,7 +7,7 @@ Point of Sale - Membership Extension !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:430cfd383e1084f7ffe9a641b195156de484dc73fb74ebb03b974f4dee8d4de3 + !! source digest: sha256:6e8c1e23a7ce2898a17742e8a4bf0de1b41078a774f9e531b44dac7e82c67d01 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pos_membership_extension/__manifest__.py b/pos_membership_extension/__manifest__.py index 8b6fca7c58..156f50c584 100644 --- a/pos_membership_extension/__manifest__.py +++ b/pos_membership_extension/__manifest__.py @@ -6,7 +6,7 @@ "name": "Point of Sale - Membership Extension", "summary": "Prevent to sale product in the point of sale" " to customer that don't belong to membership categories", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "category": "Point of Sale", "maintainers": ["legalsylvain"], "author": "GRAP,Odoo Community Association (OCA)", diff --git a/pos_membership_extension/static/description/index.html b/pos_membership_extension/static/description/index.html index 02594f53ce..9d8a2fbc33 100644 --- a/pos_membership_extension/static/description/index.html +++ b/pos_membership_extension/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z 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. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* 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 } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Point of Sale - Membership Extension

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:430cfd383e1084f7ffe9a641b195156de484dc73fb74ebb03b974f4dee8d4de3 +!! source digest: sha256:6e8c1e23a7ce2898a17742e8a4bf0de1b41078a774f9e531b44dac7e82c67d01 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the functionality of point of sale module to implement @@ -479,7 +480,9 @@

Other credits

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.