Criptomart/red-supermercados-coop#4 add pos_full_refund from OCA/pos/pull/1458

This commit is contained in:
Luis 2025-12-04 14:03:12 +01:00
parent 5c213a3d6a
commit 6b1b032101
12 changed files with 714 additions and 0 deletions

View 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",
],
},
}