Reviewers: ,
Please review this at http://codereview.tryton.org/163012/ Affected files: M work.py Index: work.py =================================================================== --- a/work.py +++ b/work.py @@ -152,6 +152,7 @@ company_obj = pool.get('company.company') model_data_obj = pool.get('ir.model.data') uom_obj = pool.get('product.uom') + currency_obj = pool.get('currency.currency') if not vals.get('product'): return {} -- [email protected] mailing list
