Skip to content

Commit

Permalink
[MRG] fix 1079548: Message field(char) too short to allow long messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ls@numerigraphe.com authored and Stefan Rijnhart committed Jul 2, 2014
1 parent 99eee78 commit 4192e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/procurement/procurement.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class procurement_order(osv.osv):
readonly=True, required=True, help="If you encode manually a Procurement, you probably want to use" \
" a make to order method."),
'note': fields.text('Note'),
'message': fields.char('Latest error', size=124, help="Exception occurred while computing procurement orders."),
'message': fields.char('Latest error', help="Exception occurred while computing procurement orders."),
'state': fields.selection([
('draft','Draft'),
('cancel','Cancelled'),
Expand Down

0 comments on commit 4192e7e

Please sign in to comment.