From 06bea75e761f1e5b6665ff7c66924f8fb0443dd3 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Wed, 3 Jun 2020 12:25:17 +0200 Subject: [PATCH] Update __manifest__.py --- pos_payment_change/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pos_payment_change/__manifest__.py b/pos_payment_change/__manifest__.py index a905910b..868b4d6b 100644 --- a/pos_payment_change/__manifest__.py +++ b/pos_payment_change/__manifest__.py @@ -5,7 +5,7 @@ "name": "Point Of Sale - Change Payments", "version": "12.0.1.0.0", "summary": "Allow cashier to change order payments, as long as" - " the session is not closed", + " the session is not closed.", "category": "Point Of Sale", "author": "GRAP, Odoo Community Association (OCA)", "website": "https://www.github.com/OCA/pos",