[FIX] RST lists to make super brittle text-filler not break

bzr revid: xmo@openerp.com-20110327133637-6l78z8exhs8timuj
This commit is contained in:
Xavier Morel 2011-03-27 15:36:37 +02:00
parent bdddf2269d
commit 8b485e7b52
1 changed files with 2 additions and 0 deletions

View File

@ -332,6 +332,7 @@ openerp.base.DataSet = openerp.base.Controller.extend(
* Sets active_ids by value:
*
* * Activates all ids part of the current selection
*
* * Sets active_id to be the first id of the selection
*
* @param {Array} ids the list of ids to activate
@ -869,6 +870,7 @@ openerp.base.search.Field = openerp.base.search.Input.extend(
* Implementation of the ``char`` OpenERP field type:
*
* * Default operator is ``ilike`` rather than ``=``
*
* * The Javascript and the HTML values are identical (strings)
*
* @class