[FIX] Add context propagation for m2m list view
authorSandy Carter <sandy.carter@savoirfairelinux.com>
Fri, 16 May 2014 21:42:20 +0000 (17:42 -0400)
committerSandy Carter <sandy.carter@savoirfairelinux.com>
Fri, 16 May 2014 21:42:20 +0000 (17:42 -0400)
commit3594dc56da679a12c908bd6e6d81c7fceff52c44
treed2d4120112d194cb35ad0b349a12b846041342cd
parent1397b7aa34972592da3c2186a10f59f1cf6483e7
[FIX] Add context propagation for m2m list view

Fix bug https://bugs.launchpad.net/openerp-web/+bug/1279885 :
    Many2many fields in Tree views will not get translated.
    If you check the context for a name_get of a m2m field, it is passed as
    None.

Add context propagation to m2m fields in list views.
Fix translation issues when viewing a a many2many field in a Tree view.
addons/web/static/src/js/view_list.js