diff --git a/base_phone/wizard/number_not_found.py b/base_phone/wizard/number_not_found.py index 50a85af..e8e819f 100644 --- a/base_phone/wizard/number_not_found.py +++ b/base_phone/wizard/number_not_found.py @@ -60,7 +60,7 @@ class number_not_found(orm.TransientModel): if not res: res = {} if res.get('calling_number'): - convert = self.pool['phone.common']._generic_reformat_phonenumbers( + convert = self.pool['res.partner']._generic_reformat_phonenumbers( cr, uid, None, {'phone': res.get('calling_number')}, context=context) parsed_num = phonenumbers.parse(convert.get('phone')) res['e164_number'] = phonenumbers.format_number(