diff --git a/README.md b/README.md index 22b409d..932edd4 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ This Odoo 19 module enhances the security and auditability of the Point of Sale - Hides the "Transfer Course" button on the POS UI. - Hides the save order for later (upload icon) button from the POS UI. - Hides the "Set Table" button from Register/Direct Sale orders. + - Renames the "Basic Receipt" button to "Table Checker" (on both the action pad and print success screen) for clearer pre-payment table verification. ## Dependencies diff --git a/__manifest__.py b/__manifest__.py index 9cc3b22..42d25a4 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'POS Custom Employee Access', - 'version': '19.0.0.0.1', + 'version': '19.0.0.0.2', 'category': 'Point of Sale', 'summary': 'Enhanced POS access control and employee tracking', 'description': """ @@ -11,6 +11,7 @@ - Hide "Course" button on POS UI - Hide "Transfer Course" button on POS UI - Hide "Save Order for Later" (upload) button on POS UI + - Rename "Basic Receipt" to "Table Checker" """, 'author': 'Suherdy Yacob', 'depends': ['pos_restaurant', 'pos_hr', 'pos_employee_role'], diff --git a/static/src/app/screens/product_screen/action_pad/action_pad.xml b/static/src/app/screens/product_screen/action_pad/action_pad.xml index 62c0ed1..a2e8c9c 100644 --- a/static/src/app/screens/product_screen/action_pad/action_pad.xml +++ b/static/src/app/screens/product_screen/action_pad/action_pad.xml @@ -7,6 +7,15 @@ + + + + diff --git a/static/src/app/screens/receipt_screen/receipt_screen.xml b/static/src/app/screens/receipt_screen/receipt_screen.xml new file mode 100644 index 0000000..a6f5a6a --- /dev/null +++ b/static/src/app/screens/receipt_screen/receipt_screen.xml @@ -0,0 +1,11 @@ + + + + + + + + +