[IMP] allow many2many to specify formview (web client)
authorGéry Debongnie <ged@odoo.com>
Thu, 27 Nov 2014 10:18:36 +0000 (11:18 +0100)
committerGéry Debongnie <ged@odoo.com>
Thu, 27 Nov 2014 10:18:36 +0000 (11:18 +0100)
commitb7ba30709481858712096db5dca109f8367535d5
tree1bc754a780d76bfbb8e20c70d3fa77926391b58e
parenta15ea2651b042b7ac95b725a24c54b6aa61f367b
[IMP] allow many2many to specify formview (web client)

One2Many fields can specify sub tree and sub form view, to be used when
displaying a list view and when adding/editing an element.  Many2many
can display a sub tree view, but ignore sub formviews.  This can be
fixed by specifying an alternative_form_view to the popup form widget.
addons/web/static/src/js/view_form.js