[FIX] web: FieldMany2ManyBinaryMultiFiles must extend ReinitializeFieldMixin
authorDenis Ledoux <dle@odoo.com>
Thu, 6 Nov 2014 13:49:25 +0000 (14:49 +0100)
committerDenis Ledoux <dle@odoo.com>
Thu, 6 Nov 2014 13:51:21 +0000 (14:51 +0100)
commitd36c8b5c9bf7ab9215bc63db6ee49bec5e5b225b
tree4d74bce44428934d3a2627139d8f28826cc5f4db
parent150dc66ec02d68f19520a6f9224384d2562155f9
[FIX] web: FieldMany2ManyBinaryMultiFiles must extend ReinitializeFieldMixin

The add attachment button should be displayed while being in edit mode, but not in view mode
As the widget depends on the form actual mode, the widget should be re-rendered each time the actual mode changes

This is the point of the ReinitializeFieldMixin class
addons/web/static/src/js/view_form.js