mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user