~openerp-commiter/+junk/seb-server-trunk

« back to all changes in this revision

Viewing changes to openerp/addons/base/res/res_users.py

  • Committer: sebastien beau
  • Date: 2011-12-22 14:02:41 UTC
  • mfrom: (3769.1.142 trunk)
  • Revision ID: sebastien.beau@akretion.com.br-20111222140241-qlxtwjklmsb7zigt
[MERGE] merge with 3911

Show diffs side-by-side

added added

removed removed

Lines of Context:
873
873
                res[name_selection_groups(map(int, gs))] = {
874
874
                    'type': 'selection',
875
875
                    'string': app and app.name or _('Other'),
876
 
                    'selection': [(g.id, g.name) for g in gs],
 
876
                    'selection': [(False, '')] + [(g.id, g.name) for g in gs],
877
877
                    'help': '\n'.join(tips),
878
878
                }
879
879
            else: