Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Dec 27, 2024
1 parent 49031b3 commit 1a54fa3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions pos_user_restriction/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -77,8 +77,8 @@ Authors
Contributors
------------

- Lorenzo Battistini (https://takobi.online)
- Helly kapatel <[email protected]>
- Lorenzo Battistini (https://takobi.online)
- Helly kapatel <[email protected]>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion pos_user_restriction/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Point of Sale - Restrict users</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a649088e7d710b708f47d708db73c717872871b9fbc7087a4031803b91f046c8
!! source digest: sha256:9986978ea8eb76412acb65a95a888b4bbe681e3e57f8300deca8d97a16d86389
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/pos/tree/17.0/pos_user_restriction"><img alt="OCA/pos" src="https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/pos-17-0/pos-17-0-pos_user_restriction"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/pos&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>Restrict some users to only access their assigned points of sale.</p>
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 1a54fa3

Please sign in to comment.