Reviewers: ,


Please review this at http://codereview.tryton.org/572002/

Affected files:
  M sale.py


Index: sale.py
===================================================================

--- a/sale.py
+++ b/sale.py
@@ -1678,7 +1678,7 @@
                 ('module', '=', 'sale'),
                 ('inherit', '=', None),
                 ], limit=1)
-        wizard = Wizard.browse(model_data.db_id)
+        wizard = Wizard(model_data.db_id)

         action['name'] = wizard.name
         return action, {}



--
[email protected] mailing list

Reply via email to