19 lines
527 B
Python
19 lines
527 B
Python
{
|
|
"name": "POS Order Backend Receipt",
|
|
"summary": "Print the POS order receipt from the backend",
|
|
"version": "16.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "Criptomart",
|
|
"website": "https://criptomart.net",
|
|
"depends": ["point_of_sale"],
|
|
"data": [
|
|
"report/pos_order_report.xml",
|
|
"views/pos_order_views.xml",
|
|
],
|
|
"assets": {
|
|
"web.report_assets_common": [
|
|
"pos_order_backend_receipt/static/src/css/receipt.css",
|
|
],
|
|
},
|
|
"installable": True,
|
|
}
|