addons-cm/pos_hide_partnerlist/__manifest__.py

18 lines
575 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",
"pos_hide_partnerlist/static/src/xml/Screens/PartnerListScreen/PartnerLine.xml",
],
},
"installable": True,
"application": False,
"license": "LGPL-3",
}