Size useless on char fields

This commit is contained in:
Guewen Baconnier
2014-11-11 13:56:14 +01:00
parent ffb54f603d
commit 4fbc23a452

View File

@@ -49,13 +49,11 @@ class account_move_reversal(orm.TransientModel):
'to be reversed.'), 'to be reversed.'),
'move_prefix': fields.char( 'move_prefix': fields.char(
'Entries Ref. Prefix', 'Entries Ref. Prefix',
size=32,
help="Prefix that will be added to the 'Ref' of the journal " help="Prefix that will be added to the 'Ref' of the journal "
"entry to be reversed to create the 'Ref' of the " "entry to be reversed to create the 'Ref' of the "
"reversal journal entry (no space added after the prefix)."), "reversal journal entry (no space added after the prefix)."),
'move_line_prefix': fields.char( 'move_line_prefix': fields.char(
'Items Name Prefix', 'Items Name Prefix',
size=32,
help="Prefix that will be added to the name of the journal " help="Prefix that will be added to the name of the journal "
"item to be reversed to create the name of the reversal " "item to be reversed to create the name of the reversal "
"journal item (a space is added after the prefix)."), "journal item (a space is added after the prefix)."),