[ADD] Added oe_form_field_one2many classname

bzr revid: fme@openerp.com-20120612115205-3wj6odknj61qpvit
This commit is contained in:
Fabien Meghazi 2012-06-12 13:52:05 +02:00
parent fcca76b487
commit b69ad45904
1 changed files with 1 additions and 0 deletions

View File

@ -2741,6 +2741,7 @@ instance.web.form.FieldOne2Many = instance.web.form.AbstractField.extend({
},
start: function() {
this._super.apply(this, arguments);
this.$element.addClass('oe_form_field_one2many');
var self = this;