From: Géry Debongnie Date: Fri, 31 Oct 2014 08:43:56 +0000 (+0100) Subject: [FIX] updates the graph view documentation X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=7ad4af89fec7e63191ef89027530f0881150c0f3;p=odoo%2Fodoo.git [FIX] updates the graph view documentation It was wrong. --- diff --git a/addons/web_graph/doc/index.rst b/addons/web_graph/doc/index.rst index be5c0a9..8305ddd 100644 --- a/addons/web_graph/doc/index.rst +++ b/addons/web_graph/doc/index.rst @@ -103,7 +103,7 @@ The order is important: for example if two fields are grouped by row, then the f Date/datetime ------------- -Dates and datetimes are always a little tricky. There is a special syntax for grouping them by intervals. +Dates and datetimes are always a little tricky. There is a special syntax for grouping them by intervals. Most of the time, the interval can be specified as a suffix: * field_date:day, * field_date:week, @@ -115,13 +115,18 @@ For example, .. code-block:: xml + + +But to describe a graph view in xml, this would fail the xml validation ("date_followup:week" is not a valid field). In that case, the graph view can be described with an "interval" attribute. For example, + +.. code-block:: xml + - + - Example: -------- Here is an example of a graph view defined for the model *crm.lead.report*. It will open in pivot table mode. If it is switched to bar chart mode, the bars will be stacked. The data will be grouped according to the date_deadline field in rows, and the columns will be the various stages of an opportunity. Also, the *planned_revenue* field will be used as a measure.