addons-cm/pos_hide_partnerlist/__manifest__.py

17 lines
482 B
Python

{
"name": "POS Hide Customer List Until Search",
"version": "16.0.1.0.0",
"summary": "Hide the customer list until the search bar is used",
"category": "Point of Sale",
"author": "Criptomart",
"website": "",
"depends": ["point_of_sale"],
"assets": {
"point_of_sale.assets": [
"pos_hide_partnerlist/static/src/js/HideCustomerList.js",
],
},
"installable": True,
"application": False,
"license": "LGPL-3",
}