From cc1b82549601e0712a6e1769051980209b994a55 Mon Sep 17 00:00:00 2001 From: Christophe CHAUVET Date: Fri, 27 Jan 2017 15:52:54 +0100 Subject: [PATCH] [FIX] Use res.partner instead of phone.common --- base_phone/test/phonenum.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_phone/test/phonenum.yml b/base_phone/test/phonenum.yml index ed17b18..08c7365 100644 --- a/base_phone/test/phonenum.yml +++ b/base_phone/test/phonenum.yml @@ -51,7 +51,7 @@ - Check country_id come from contact us form from website_crm module - - !python {model: phone.common}: | + !python {model: res.partner}: | vals = self._generic_reformat_phonenumbers(cr, uid, [], { 'country_id': u'74', 'phone': u'0155667788' }, context=context)