add pos_cashdro_rounding
This commit is contained in:
parent
91641c7c88
commit
6aec5669be
2 changed files with 66 additions and 0 deletions
18
pos_cashdro_rounding/__manifest__.py
Normal file
18
pos_cashdro_rounding/__manifest__.py
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue