From c05a80ba92490f4551c5e7952dd3893b22fd84a9 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Sun, 26 Oct 2014 14:49:05 +0100 Subject: [PATCH] =?UTF-8?q?Port=20base=5Fphone=5Fpopup=20to=20web=5Faction?= =?UTF-8?q?=5Frequest=20for=20v8=20Thanks=20to=20Jean-S=C3=A9bastien=20Suz?= =?UTF-8?q?anne=20for=20his=20help?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base_phone_popup/popup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))