POS Kitchen-Sent Line Lock — Manager PIN + Tamper-Proof Audit
by EH https://github.com/ebhashem/eh-odoo-apps$ 49.00
In-App PurchasesPOS Kitchen-Sent Line Lock
Manager PIN + tamper-proof audit for deleting items already sent to the kitchen.
Seen live on a real Odoo 19 database
Unretouched capture from a production Odoo 19 instance running this module (demo company names).
Stop shrinkage at the POS
Once an order or order line is sent to the kitchen, it can no longer be deleted, removed, or reduced below the already-sent quantity without a valid employee PIN. Every attempt is logged.
Why this one is different
🔐 Server-verified PIN
No PIN hashes are shipped to or compared in the browser. Cashiers can't read or brute-force a manager PIN from the POS client.
🧾 Tamper-proof audit log
Every attempt — accepted or rejected — is recorded with who, when, which POS/session and which action. Auditors love it.
✅ Fails closed, never blocks a sale
If the PIN can't be verified, the deletion is blocked — never silently allowed — and an actual checkout is never blocked or rolled back.
What it blocks
- Removing a sent order line (numpad backspace / clear).
- Reducing a sent line below the quantity already sent to the kitchen.
- Deleting / cancelling a draft order that contains sent lines.
Configured per Point of Sale, with an optional "Manager PIN only" mode.
Requirements
Odoo 19.0. Depends on point_of_sale, pos_hr, pos_restaurant. Enable "Multi Employees per Session" so employee PINs are available.
Support
Questions or issues? Email ebraheem@brioche.me — 90 days free support included.
Search terms: pos order line delete restriction, kitchen order security, pos manager approval PIN, pos audit log, restaurant pos security, prevent order deletion, void control, pos loss prevention, odoo 19 pos restaurant.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Restaurant (pos_restaurant) • Employees (hr) • Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Lines of code | 416 |
| Technical Name |
eh_pos_sent_line_lock |
| License | OPL-1 |
| Website | https://github.com/ebhashem/eh-odoo-apps |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module