LaOsaCoop/Odoo16#74 add pos_barcode_block_on_error

This commit is contained in:
Luis 2025-09-17 12:03:08 +02:00
parent f4bc2ee66b
commit a24b4392d6
4 changed files with 134 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"name": "POS: Block barcode scanning on error popup",
"version": "16.0.1.0.0",
"summary": "Stops processing new barcodes while ErrorBarcodePopup is shown.",
"category": "Point of Sale",
"license": "AGPL-3",
"author": "Criptomart",
"depends": ["point_of_sale"],
"assets": {
"point_of_sale.assets": [
"pos_barcode_block_on_error/static/src/js/error_barcode_popup_block.js",
"pos_barcode_block_on_error/static/src/css/error_popup.css",
],
},
"installable": True,
}