Criptomart/red-supermercados-coop#4 add pos_full_refund from OCA/pos/pull/1458
This commit is contained in:
parent
5c213a3d6a
commit
6b1b032101
12 changed files with 714 additions and 0 deletions
22
pos_full_refund/__manifest__.py
Normal file
22
pos_full_refund/__manifest__.py
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Point of Sale - Full Refund",
|
||||
"summary": "Add button to easily perform full refunds in Point of Sale",
|
||||
"author": "Innovyou, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/pos",
|
||||
"development_status": "Alpha",
|
||||
"category": "Point of sale",
|
||||
"maintainers": ["LorenzoC0"],
|
||||
"version": "16.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"installable": True,
|
||||
"depends": ["point_of_sale"],
|
||||
"assets": {
|
||||
"point_of_sale.assets": [
|
||||
"pos_full_refund/static/src/js/TicketScreen.esm.js",
|
||||
"pos_full_refund/static/src/xml/pos_full_refund.xml",
|
||||
],
|
||||
"web.assets_tests": [
|
||||
"pos_full_refund/static/tests/tours/PosFullRefund.tour.esm.js",
|
||||
],
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue