From ad162ffacd112ef0272637f959895f748b2939d3 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 10 May 2016 23:28:38 +0200 Subject: [PATCH] Avoid empty group in payment mode Code cleanup in views --- account_payment_order/models/account_payment_mode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_payment_order/models/account_payment_mode.py b/account_payment_order/models/account_payment_mode.py index 501be87a1..83e7a4cb4 100644 --- a/account_payment_order/models/account_payment_mode.py +++ b/account_payment_order/models/account_payment_mode.py @@ -35,7 +35,7 @@ class AccountPaymentMode(models.Model): ('move', 'Move'), ], default='due', string="Type of Date Filter") group_lines = fields.Boolean( - string="Group lines in payment orders", default=True, + string="Group Lines in Payment Orders", default=True, help="If this mark is checked, the payment order lines will be " "grouped when validating the payment order before exporting the " "bank file. The grouping will be done only if the following "