addons-cm/pos_full_refund/__manifest__.py
2026-08-07 16:34:38 +02:00

21 lines
729 B
Python

{
"name": "Point of Sale - Full Refund",
"summary": "Refund every line of a ticket in one click",
"author": "Innovyou, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/pos",
"development_status": "Alpha",
"category": "Point of sale",
"maintainers": ["LorenzoC0"],
"version": "18.0.1.0.0",
"license": "AGPL-3",
"depends": ["point_of_sale"],
"assets": {
"point_of_sale._assets_pos": [
"pos_full_refund/static/src/js/pos_full_refund.esm.js",
"pos_full_refund/static/src/xml/pos_full_refund.xml",
],
"web.assets_tests": [
"pos_full_refund/static/tests/tours/pos_full_refund_tour.esm.js",
],
},
}