18 lines
491 B
Python
18 lines
491 B
Python
{
|
|
"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,
|
|
}
|