[IMP] account: removed the static width assignment for 'ref' field from field_view_ge...
authorvra <vra@tinyerp.com>
Fri, 8 Oct 2010 06:29:57 +0000 (11:59 +0530)
committervra <vra@tinyerp.com>
Fri, 8 Oct 2010 06:29:57 +0000 (11:59 +0530)
bzr revid: vra@tinyerp.com-20101008062957-ur3zpitd8d6r1y04

addons/account/account_move_line.py

index e93eb85..ba6f411 100644 (file)
@@ -905,7 +905,6 @@ class account_move_line(osv.osv):
         fld = sorted(fld, key=itemgetter(1))
 
         widths = {
-            'ref': 50,
             'statement_id': 50,
             'state': 60,
             'tax_code_id': 50,