From 6eeca68bd43c6246cac670ff9f7038f0f7f63cb7 Mon Sep 17 00:00:00 2001
From: "Pieter J. Kersten"
Date: Thu, 10 Feb 2011 21:23:14 +0100
Subject: [PATCH] [IMP] account_banking: extend communication2 of payment_line
to 128 positions.
---
account_banking/account_banking.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/account_banking/account_banking.py b/account_banking/account_banking.py
index 3034fdeb8..b8b3aefd5 100644
--- a/account_banking/account_banking.py
+++ b/account_banking/account_banking.py
@@ -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)],