~txerpa-openerp/openobject-client-web/txerpa

« back to all changes in this revision

Viewing changes to addons/openerp/controllers/templates/search.mako

  • Committer: Biel - txerpa.com
  • Date: 2013-08-09 12:30:58 UTC
  • mfrom: (4670.2.245 openobject-client-web)
  • Revision ID: biel.massot@txerpa.com-20130809123058-892zu673ti1j8yjd
Actualizo a la ultima revision de trunk. Hay muchos bugs correjidos desde 2012. Elimino la revision 4873 por problemas de rendimiento en el dashboard de Contabilidad

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
                }
73
73
                        function do_select(id) {
74
74
                    jQuery.m2m('close',
75
 
                        id ? [id]
 
75
                        id ? [parseInt(id, 10)]
76
76
                           : ListView('_terp_list').$getSelectedItems().map(function () {
77
77
                                return parseInt(this.value, 10); }).get()
78
78
                    );