[FIX] doc: exception for date/datetime in kanban views

This commit is contained in:
Richard Mathot 2015-03-20 08:45:35 +01:00
parent 2faf4b7747
commit 6ef068a811
1 changed files with 3 additions and 1 deletions

View File

@ -851,7 +851,9 @@ Possible children of the view element are:
an object with all the requested fields as its attributes. Each field has
two attributes ``value`` and ``raw_value``, the former is formatted
according to current user parameters, the latter is the direct value from
a :meth:`~openerp.models.Model.read`
a :meth:`~openerp.models.Model.read` (except for date and datetime fields
that are `formatted according to user's locale
<https://github.com/odoo/odoo/blob/8.0/addons/web_kanban/static/src/js/kanban.js#L900>`_)
``read_only_mode``
self-explanatory