add pos_cashdro_refund,pos_cashdro_allow_manual
This commit is contained in:
parent
9b25650118
commit
b7e8f8967c
14 changed files with 409 additions and 0 deletions
21
pos_cashdro_refund/__manifest__.py
Normal file
21
pos_cashdro_refund/__manifest__.py
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 2026 Criptomart
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "POS CashDro Refund",
|
||||
"summary": "Permite devoluciones (payouts) a través de la máquina CashDro desde el TPV",
|
||||
"version": "16.0.1.0.0",
|
||||
"category": "Point of Sale",
|
||||
"license": "AGPL-3",
|
||||
"author": "Criptomart",
|
||||
"depends": [
|
||||
"pos_payment_method_cashdro",
|
||||
],
|
||||
"assets": {
|
||||
"point_of_sale.assets": [
|
||||
"pos_cashdro_refund/static/src/js/PasswordInputPopup.js",
|
||||
"pos_cashdro_refund/static/src/js/payment_cashdro_refund.esm.js",
|
||||
"pos_cashdro_refund/static/src/xml/PasswordInputPopup.xml",
|
||||
],
|
||||
},
|
||||
"installable": True,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue