diff --git a/README.md b/README.md index 3ff5546f46..a3c74348a8 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ addon | version | maintainers | summary [pos_partner_vat_required](pos_partner_vat_required/) | 17.0.1.0.0 | [![peluko00](https://github.com/peluko00.png?size=30px)](https://github.com/peluko00) | Put partner vat required in pos [pos_product_expiry](pos_product_expiry/) | 17.0.1.0.1 | | Evaluate expiry of lot [pos_product_template](pos_product_template/) | 17.0.1.0.0 | | Manage Product Template in Front End Point Of Sale +[pos_user_restriction](pos_user_restriction/) | 17.0.1.0.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Restrict some users to see and use only certain points of sale [//]: # (end addons) diff --git a/pos_user_restriction/README.rst b/pos_user_restriction/README.rst index b66f329a07..310dabae00 100644 --- a/pos_user_restriction/README.rst +++ b/pos_user_restriction/README.rst @@ -7,7 +7,7 @@ Point of Sale - Restrict users !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a649088e7d710b708f47d708db73c717872871b9fbc7087a4031803b91f046c8 + !! source digest: sha256:9986978ea8eb76412acb65a95a888b4bbe681e3e57f8300deca8d97a16d86389 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -77,8 +77,8 @@ Authors Contributors ------------ -- Lorenzo Battistini (https://takobi.online) -- Helly kapatel +- Lorenzo Battistini (https://takobi.online) +- Helly kapatel Maintainers ----------- diff --git a/pos_user_restriction/static/description/index.html b/pos_user_restriction/static/description/index.html index a1af01d8b9..6a2c5bc6c5 100644 --- a/pos_user_restriction/static/description/index.html +++ b/pos_user_restriction/static/description/index.html @@ -367,7 +367,7 @@

Point of Sale - Restrict users

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

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

Restrict some users to only access their assigned points of sale.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index f39e215b55..7748228a9b 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-pos" -version = "17.0.20241227.0" +version = "17.0.20241227.1" dependencies = [ "odoo-addon-pos_cash_control_extension>=17.0dev,<17.1dev", "odoo-addon-pos_hide_cost_price_and_margin>=17.0dev,<17.1dev", @@ -17,6 +17,7 @@ dependencies = [ "odoo-addon-pos_partner_vat_required>=17.0dev,<17.1dev", "odoo-addon-pos_product_expiry>=17.0dev,<17.1dev", "odoo-addon-pos_product_template>=17.0dev,<17.1dev", + "odoo-addon-pos_user_restriction>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",