Browse Source

Sep 23: [FIX] Bug Fixed 'pos_access_right_hr'

17.0
Risvana Cybro 6 hours ago
parent
commit
73086e385d
  1. 2
      pos_access_right_hr/__manifest__.py
  2. 5
      pos_access_right_hr/doc/RELEASE_NOTES.md
  3. 2
      pos_access_right_hr/static/src/xml/ActionpadWidget.xml

2
pos_access_right_hr/__manifest__.py

@ -21,7 +21,7 @@
################################################################################
{
'name': 'POS Access Right',
'version': '17.0.2.1.4',
'version': '17.0.2.1.5',
"category": 'Point of Sale',
'summary': 'To Restrict POS features for cashiers',
'description': 'This app allows you to enable or disable POS features '

5
pos_access_right_hr/doc/RELEASE_NOTES.md

@ -25,3 +25,8 @@
#### Version 17.0.2.1.4
##### BUG_FIX
- Bug fix: Updated module with restricted keyboard events.
#### 20.09.2025
#### Version 17.0.2.1.5
##### BUG_FIX
- Bug fix: Fixed the blank page redirecting issue while clicking on split button.

2
pos_access_right_hr/static/src/xml/ActionpadWidget.xml

@ -4,7 +4,7 @@
<t name="pos_access_right_hr.ProductScreen" owl="1"
t-inherit="pos_restaurant.SplitBillScreen" t-inherit-mode="extension">
<xpath expr="//div[hasclass('pay-button')]" position="attributes">
<attribute name="t-att-disabled">disable_payment()</attribute>
<attribute name="t-att-disabled">pos.cashier?.disable_payment</attribute>
</xpath>
</t>

Loading…
Cancel
Save