mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Comment on fixed trickery
This commit is contained in:
@@ -82,6 +82,7 @@ openerp.web_widget_one2many_tags = function(instance)
|
||||
init: function () {
|
||||
this._super.apply(this, arguments);
|
||||
// Treat it as many2many to trick odoo into populating '__display'.
|
||||
// note: this has been fixed in core OCB recently
|
||||
this.type = 'many2many';
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user