add pos_cashdro_rounding

This commit is contained in:
Luis 2025-10-07 16:38:22 +02:00
parent 91641c7c88
commit 6aec5669be
2 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"name": "POS CashDro Rounding",
"version": "16.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_cashdro_rounding/static/src/js/cashdro_rounding.esm.js",
],
},
"installable": True,
}