From 7e0bc7ed58d549a431e44c9ed4c24127cbba318b Mon Sep 17 00:00:00 2001 From: Jacques-Etienne Baudoux Date: Sat, 30 Nov 2019 23:57:48 +0000 Subject: [PATCH] fixup! [ADD] pos_round_payment: Allow to round payment to 5 cents --- pos_round_payment/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pos_round_payment/__openerp__.py b/pos_round_payment/__openerp__.py index 2ecbcf6b..1e746e8b 100644 --- a/pos_round_payment/__openerp__.py +++ b/pos_round_payment/__openerp__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { - 'name': "pos_round_payment", + 'name': "POS Round Payment", 'version': '1.0', 'category': 'Point Of Sale', 'author': "BCIM",