mig 16->17 pos_payment_method_cashdro_rounding

This commit is contained in:
Luis 2026-03-02 13:49:09 +01:00
parent 4d1eaebc06
commit 4fbf3284f4
3 changed files with 88 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"name": "POS CashDro Rounding",
"version": "17.0.1.0.0",
"summary": "Apply cash/currency rounding to CashDro payment request amount.",
"category": "Point of Sale",
"license": "AGPL-3",
"author": "Criptomart",
"depends": [
"point_of_sale",
"pos_payment_method_cashdro",
],
"assets": {
"point_of_sale._assets_pos": [
"pos_payment_method_cashdro_rounding/static/src/js/cashdro_rounding.esm.js",
],
},
"installable": True,
}