Browse Source

[FIX] Use res.partner instead of phone.common

pull/122/head
Christophe CHAUVET 7 years ago
parent
commit
cc1b825496
  1. 2
      base_phone/test/phonenum.yml

2
base_phone/test/phonenum.yml

@ -51,7 +51,7 @@
- -
Check country_id come from contact us form from website_crm module 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, [], { vals = self._generic_reformat_phonenumbers(cr, uid, [], {
'country_id': u'74', 'phone': u'0155667788' 'country_id': u'74', 'phone': u'0155667788'
}, context=context) }, context=context)

Loading…
Cancel
Save