[FIX] procurement: fix
authorHarry (OpenERP) <hmo@tinyerp.com>
Thu, 4 Oct 2012 12:46:25 +0000 (18:16 +0530)
committerHarry (OpenERP) <hmo@tinyerp.com>
Thu, 4 Oct 2012 12:46:25 +0000 (18:16 +0530)
bzr revid: hmo@tinyerp.com-20121004124625-gzi2yt49j6i7uala

addons/procurement/procurement.py

index c4e5dd3..e4ed0d5 100644 (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=124, 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'),
             ('cancel','Cancelled'),