odoo/addons/web_graph/controllers
Jeremy Kersten 8b41933a9e [FIX] web_graph: force row title to be string
If the title was 'true' or 'false', the export failed, because we are tying to
concat bool and str. TypeError: cannot concatenate 'str' and 'bool' objects

How to reproduce, install sale, be sure to have one order with delivered = True
In Reporting / Sale analysis, add a group by 'shipped' filed to have 'true' as
title.

This commit closes issue odoo/odoo#13425
2016-09-21 10:59:39 +02:00
..
__init__.py [IMP] work in progress: adds the export functionality in graph view (addon web_graph) 2014-02-03 12:33:32 +01:00
main.py [FIX] web_graph: force row title to be string 2016-09-21 10:59:39 +02:00