3
0
Fork 0

Comment on fixed trickery

8.0
Peter Hahn 2016-03-15 14:22:54 +01:00
parent 5292f1689d
commit cd3f92c69c
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ openerp.web_widget_one2many_tags = function(instance)
init: function () { init: function () {
this._super.apply(this, arguments); this._super.apply(this, arguments);
// Treat it as many2many to trick odoo into populating '__display'. // Treat it as many2many to trick odoo into populating '__display'.
// note: this has been fixed in core OCB recently
this.type = 'many2many'; this.type = 'many2many';
}, },
}); });