mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Avoid empty group in payment mode
Code cleanup in views
This commit is contained in:
committed by
Enric Tobella
parent
b4f90385fd
commit
ad162ffacd
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user