odoo/addons/web/static
Pierre Verkest f0e331e005 [FIX] correctly update many2many in listview (web client)
Fixes the issue #1216 (follow the link for more information). The issue
was caused by a hack in list view: the magical suffix __display is used
in render_cell to determine if a many2many field should be updated. This
commit simply makes sure that old many2many fields + __display keys are
cleared.

A better way would be to redesign/refactor the list view to avoid that
hack in the first place.  But this would be a much more complex task.
2014-11-26 15:42:34 +01:00
..
lib [FIX] web: more backports for cleditor 2014-11-03 17:47:03 +01:00
src [FIX] correctly update many2many in listview (web client) 2014-11-26 15:42:34 +01:00
test [FIX]web: test testing the customer filter save was wrong, was using wrong method text() instead of val() to set the filter name 2013-10-22 18:53:18 +02:00