Skip to content

Commit

Permalink
[FIX] doc: exception for date/datetime in kanban views
Browse files Browse the repository at this point in the history
  • Loading branch information
rim-odoo committed Mar 26, 2015
1 parent 2faf4b7 commit 6ef068a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/reference/views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6ef068a

Please sign in to comment.