diff --git a/base_phone_popup/popup.py b/base_phone_popup/popup.py index 027c05c..47bf1c5 100644 --- a/base_phone_popup/popup.py +++ b/base_phone_popup/popup.py @@ -74,7 +74,7 @@ class phone_common(orm.AbstractModel): for user in users: if user['context_incall_popup']: self.pool['action.request'].notify( - cr, uid, to_id=user['id'], **action) + cr, user['id'], action) logger.debug( 'This action has been sent to user ID %d: %s' % (user['id'], action))