diff --git a/addons/mrp/report/price.py b/addons/mrp/report/price.py index ceeab604f82..733312ba799 100644 --- a/addons/mrp/report/price.py +++ b/addons/mrp/report/price.py @@ -198,7 +198,7 @@ class report_custom(report_rml): """+ rml_obj.formatLang(total2, digits=purchase_price_digits) +' '+ company_currency.symbol +""" '""" xml += """ - """ + _('Total Cost of %s %s') %s (str(number), product.uom_id.name) + """: + """ + _('Total Cost of %s %s') % (str(number), product.uom_id.name) + """: """+ rml_obj.formatLang(total_strd+total2, digits=purchase_price_digits) +' '+ company_currency.symbol + """