~openerp-dev/openobject-server/trunk-forward-port-mat

« back to all changes in this revision

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

[MERGE] Forward-port of latest saas-3 bugfixes, up to rev. 5122 revid:dle@openerp.com-20140506121627-4oyw4zl4o6azy73w

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
    }
100
100
 
101
101
    _sql_constraints = [
102
 
        ('name_uniq', 'unique (category_id, name)', 'The name of the group must be unique !')
 
102
        ('name_uniq', 'unique (category_id, name)', 'The name of the group must be unique within an application!')
103
103
    ]
104
104
 
105
105
    def search(self, cr, uid, args, offset=0, limit=None, order=None, context=None, count=False):