diff --git a/account_reversal/wizard/account_move_reverse.py b/account_reversal/wizard/account_move_reverse.py index 8bb3c696e..805310ec9 100644 --- a/account_reversal/wizard/account_move_reverse.py +++ b/account_reversal/wizard/account_move_reverse.py @@ -49,13 +49,11 @@ class account_move_reversal(orm.TransientModel): 'to be reversed.'), 'move_prefix': fields.char( 'Entries Ref. Prefix', - size=32, help="Prefix that will be added to the 'Ref' of the journal " "entry to be reversed to create the 'Ref' of the " "reversal journal entry (no space added after the prefix)."), 'move_line_prefix': fields.char( 'Items Name Prefix', - size=32, help="Prefix that will be added to the name of the journal " "item to be reversed to create the name of the reversal " "journal item (a space is added after the prefix)."),