16 lines
463 B
Python
16 lines
463 B
Python
{
|
|
"name": "LUC POS Invoice Always",
|
|
"version": "18.0.1.0.0",
|
|
"category": "Point of Sale",
|
|
"license": "AGPL-3",
|
|
"summary": "Force invoice generation by default on every POS order",
|
|
"author": "sdbinfo.fr",
|
|
"depends": ["point_of_sale"],
|
|
"assets": {
|
|
"point_of_sale._assets_pos": [
|
|
"luc_pos_invoice_always/static/src/js/pos_invoice_always.js",
|
|
],
|
|
},
|
|
"installable": True,
|
|
"auto_install": False,
|
|
}
|