addons-cm/pos_barcode_block_on_error/__manifest__.py

16 lines
544 B
Python

{
"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,
}