23 lines
710 B
Python
23 lines
710 B
Python
# Copyright 2026 Criptomart
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "POS CashDro Allow Manual Amount",
|
|
"summary": "Permite introducir manualmente el importe en pagos CashDro",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Point of Sale",
|
|
"license": "AGPL-3",
|
|
"author": "Criptomart",
|
|
"depends": [
|
|
"pos_payment_method_cashdro",
|
|
],
|
|
"data": [
|
|
"views/pos_config_views.xml",
|
|
],
|
|
"assets": {
|
|
"point_of_sale.assets": [
|
|
"pos_cashdro_allow_manual/static/src/js/PaymentScreen.esm.js",
|
|
"pos_cashdro_allow_manual/static/src/xml/PaymentScreenPaymentLines.xml",
|
|
],
|
|
},
|
|
"installable": True,
|
|
}
|