Atik Agewan(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-865956-aag into
lp:openobject-addons.
Requested reviews:
Rucha (Open ERP) (rpa-openerp)
Related bugs:
Bug #865956 in OpenERP Addons: "In Warehouse : When Run The Copmpute
Schedular :"
https://bugs.launchpad.net/openobject-addons/+bug/865956
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-865956-aag/+merge/79394
Hello,
procurement:Copmpute Schedular Run properly
Thanks,
Atik Agewan
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-865956-aag/+merge/79394
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-865956-aag.
=== modified file 'procurement/wizard/schedulers_all.py'
--- procurement/wizard/schedulers_all.py 2011-01-14 00:11:01 +0000
+++ procurement/wizard/schedulers_all.py 2011-10-14 11:50:30 +0000
@@ -58,7 +58,7 @@
@param context: A standard dictionary
"""
threaded_calculation = threading.Thread(target=self._procure_calculation_all, args=(cr, uid, ids, context))
- threaded_calculation.start()
+ threaded_calculation.run()
return {'type': 'ir.actions.act_window_close'}
procurement_compute_all()
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp