LaOsaCoop/Odoo16#74 add pos_barcode_block_on_error
This commit is contained in:
parent
f4bc2ee66b
commit
a24b4392d6
4 changed files with 134 additions and 0 deletions
16
pos_barcode_block_on_error/__manifest__.py
Normal file
16
pos_barcode_block_on_error/__manifest__.py
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue