[Fix] procurement: change size of message field

bzr revid: sbh@tinyerp.com-20120515055222-glj9knqwgigk5n5i
This commit is contained in:
Sbh (Openerp) 2012-05-15 11:22:22 +05:30
parent 78a24e065b
commit ef770dccaa
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class procurement_order(osv.osv):
" a make to order method."),
'note': fields.text('Note'),
'message': fields.char('Latest error', size=64, help="Exception occurred while computing procurement orders."),
'message': fields.char('Latest error', size=124, help="Exception occurred while computing procurement orders."),
'state': fields.selection([
('draft','Draft'),
('confirmed','Confirmed'),