~openerp-community/openobject-server/pheller_nonblocking-sockets

« back to all changes in this revision

Viewing changes to bin/addons/base/ir/ir_translation.py

  • Committer: Phillip Heller
  • Date: 2010-07-12 17:04:58 UTC
  • mfrom: (2044.1.41 server)
  • Revision ID: pheller@me.com-20100712170458-licn2rbdtzagfxpj
Merged with 5.0.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
                    'and name=%s ' \
111
111
                    'and res_id in %s',
112
112
                (lang, tt, name, tuple(ids)))
113
 
        cr.commit()
114
113
        for id in ids:
115
114
            self.create(cr, uid, {
116
115
                'lang':lang,