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.

This commit is contained in:
Alexis de Lattre
2013-12-24 14:06:44 +01:00
parent cf20fa4882
commit 74e937b6e6

View File

@@ -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',