[IMP] account_banking: extend communication2 of payment_line to 128 positions.

This commit is contained in:
Pieter J. Kersten
2011-02-10 21:23:14 +01:00
parent c5f7358aea
commit 6eeca68bd4

View File

@@ -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)],