diff --git a/README.md b/README.md index 7d8da3db8b..1fb2a17980 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [pos_access_right](pos_access_right/) | 16.0.1.0.1 | | Point of Sale - Extra Access Right for certain actions [pos_bypass_global_discount](pos_bypass_global_discount/) | 16.0.1.0.0 | | POS Bypass Global Discount +[pos_cash_control_override](pos_cash_control_override/) | 16.0.1.0.0 | | Override bare PoS user cash control restrictions [pos_config_logo](pos_config_logo/) | 16.0.1.0.0 | | Set logotypes different from the company's one [pos_customer_comment](pos_customer_comment/) | 16.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Display Customer comment in the PoS front office and allow to edit and save it by the cashier [pos_customer_tree_view_vat](pos_customer_tree_view_vat/) | 16.0.1.0.1 | [![mileo](https://github.com/mileo.png?size=30px)](https://github.com/mileo) | Point of Sale: Show VAT number at Customer Tree View diff --git a/pos_cash_control_override/README.rst b/pos_cash_control_override/README.rst index 54d9e5639f..479c0efa22 100644 --- a/pos_cash_control_override/README.rst +++ b/pos_cash_control_override/README.rst @@ -7,7 +7,7 @@ Point of sale cash control override !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:56d19ad35a758bf8f5dbbc2b81f7cd13423c513262350bde69fb801b32e8313b + !! source digest: sha256:e26b5f5dd2dde6c1e2add74106f4c9d11dbfb4c9c965a4de4d072701b882e1d9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -60,9 +60,9 @@ After this module is installed: Known issues / Roadmap ====================== -- This module will be unnecessary if - https://github.com/odoo/odoo/pull/188798 gets merged or the former - permissions paradigm is restored in any other way. +- This module will be unnecessary if + https://github.com/odoo/odoo/pull/188798 gets merged or the former + permissions paradigm is restored in any other way. Bug Tracker =========== @@ -85,9 +85,9 @@ Authors Contributors ------------ -- `Tecnativa `__ +- `Tecnativa `__ - - David Vidal + - David Vidal Maintainers ----------- diff --git a/pos_cash_control_override/static/description/icon.png b/pos_cash_control_override/static/description/icon.png new file mode 100644 index 0000000000..3a0328b516 Binary files /dev/null and b/pos_cash_control_override/static/description/icon.png differ diff --git a/pos_cash_control_override/static/description/index.html b/pos_cash_control_override/static/description/index.html index 49ff620adb..85df00ac2e 100644 --- a/pos_cash_control_override/static/description/index.html +++ b/pos_cash_control_override/static/description/index.html @@ -367,7 +367,7 @@

Point of sale cash control override

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

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

This module restores the permissions requisites for Point of Sale users diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 186c3f5f89..2b8e26789b 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241202.0 \ No newline at end of file +16.0.20241204.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index ea81ebd2f7..34cd466570 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -10,6 +10,7 @@ install_requires=[ 'odoo-addon-pos_access_right>=16.0dev,<16.1dev', 'odoo-addon-pos_bypass_global_discount>=16.0dev,<16.1dev', + 'odoo-addon-pos_cash_control_override>=16.0dev,<16.1dev', 'odoo-addon-pos_config_logo>=16.0dev,<16.1dev', 'odoo-addon-pos_customer_comment>=16.0dev,<16.1dev', 'odoo-addon-pos_customer_tree_view_vat>=16.0dev,<16.1dev',