From 74e937b6e61c30b5081fc8be6ed67dfdb5f40e39 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 24 Dec 2013 14:06:44 +0100 Subject: [PATCH] Remove 'For debit type modes only' in the help message of the field transfer_account_id, because it is now used for both debits and payments. --- account_banking_payment/model/payment_mode.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/account_banking_payment/model/payment_mode.py b/account_banking_payment/model/payment_mode.py index 0ce7d2837..31e1cb65b 100644 --- a/account_banking_payment/model/payment_mode.py +++ b/account_banking_payment/model/payment_mode.py @@ -34,10 +34,9 @@ class payment_mode(orm.Model): 'account.account', 'Transfer account', domain=[('type', '=', 'other'), ('reconcile', '=', True)], - help=('Pay off lines in sent orders with a ' - 'move on this account. For debit type modes only. ' - 'You can only select accounts of type regular that ' - 'are marked for reconciliation'), + help=('Pay off lines in sent orders with a move on this ' + 'account. You can only select accounts of type regular ' + 'that are marked for reconciliation'), ), 'transfer_journal_id': fields.many2one( 'account.journal', 'Transfer journal',