|
@ -83,7 +83,7 @@ class super_calendar_configurator(models.Model): |
|
|
if (f_user and |
|
|
if (f_user and |
|
|
cur_rec[f_user] and |
|
|
cur_rec[f_user] and |
|
|
cur_rec[f_user]._model._name != 'res.users'): |
|
|
cur_rec[f_user]._model._name != 'res.users'): |
|
|
raise orm.except_orm( |
|
|
|
|
|
|
|
|
raise Exception( |
|
|
_('Error'), |
|
|
_('Error'), |
|
|
_("The 'User' field of record %s (%s) " |
|
|
_("The 'User' field of record %s (%s) " |
|
|
"does not refer to res.users") |
|
|
"does not refer to res.users") |
|
|