mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[IMP] account_banking: extend communication2 of payment_line to 128 positions.
This commit is contained in:
@@ -644,7 +644,7 @@ class payment_line(osv.osv):
|
||||
},
|
||||
),
|
||||
'communication2': fields.char(
|
||||
'Communication 2', size=64,
|
||||
'Communication 2', size=128,
|
||||
help='The successor message of Communication.',
|
||||
states={
|
||||
'sent': [('readonly', True)],
|
||||
|
||||
Reference in New Issue
Block a user