[FIX] signal_XXX -> signal_workflow: forgot quotes around signal name
authorRaphael Collet <rco@openerp.com>
Mon, 7 Jul 2014 11:12:37 +0000 (13:12 +0200)
committerRaphael Collet <rco@openerp.com>
Mon, 7 Jul 2014 11:12:37 +0000 (13:12 +0200)
addons/mrp/stock.py

index 236fec0..2718b77 100644 (file)
@@ -159,7 +159,7 @@ class StockMove(osv.osv):
                                                     'consumed_for': consumed_for}, context=context)
             self.action_done(cr, uid, res, context=context)
             production_ids = production_obj.search(cr, uid, [('move_lines', 'in', [move.id])])
-            production_obj.signal_workflow(cr, uid, production_ids, button_produce)
+            production_obj.signal_workflow(cr, uid, production_ids, 'button_produce')
             for new_move in res:
                 if new_move != move.id:
                     #This move is not already there in move lines of production order