[IMP] doc

bzr revid: nicolas.vanhoren@openerp.com-20131001160754-w47z24xf3wtkqioh
This commit is contained in:
niv-openerp 2013-10-01 18:07:54 +02:00
parent b343ae42c6
commit fb17860c41
1 changed files with 3 additions and 1 deletions

View File

@ -5630,7 +5630,9 @@ instance.web.form.FieldMonetary = instance.web.form.FieldFloat.extend({
});
/*
This type of field display a list of checkboxes. It works only with m2ms. This field will display one checkbox for each
record existing in the model targeted by the relation, according to the given domain if one is specified. Checked records
will be added to the relation.
*/
instance.web.form.FieldMany2ManyCheckBoxes = instance.web.form.AbstractField.extend(instance.web.form.ReinitializeFieldMixin, {
className: "oe_form_many2many_checkboxes",