# Copyright 2026 - Today Criptomart # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "POS CashDro 18.0 Fixes", "version": "18.0.1.0.0", "summary": "Fix the 17.0 API leftovers that break pos_payment_method_cashdro on 18.0", "category": "Point of Sale", "license": "AGPL-3", "author": "Criptomart", "maintainers": ["Criptomart"], "website": "https://git.criptomart.net/criptomart/addons-cm", "depends": [ "point_of_sale", "pos_payment_method_cashdro", ], "assets": { "point_of_sale._assets_pos": [ "pos_payment_method_cashdro_fix/static/src/js/payment_cashdro_fix.esm.js", "pos_payment_method_cashdro_fix/static/src/js/models_fix.esm.js", ], }, "installable": True, }