Criptomart/red-supermercados-coop#4 add pos_order_backend_receipt
This commit is contained in:
parent
6aec5669be
commit
7ad70064a7
9 changed files with 640 additions and 0 deletions
19
pos_order_backend_receipt/__manifest__.py
Normal file
19
pos_order_backend_receipt/__manifest__.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue