Browse Source

[TEST] Add test from reproduce traceback from website_crm module

pull/122/head
Christophe CHAUVET 7 years ago
parent
commit
16efdbcc66
  1. 8
      base_phone/test/phonenum.yml

8
base_phone/test/phonenum.yml

@ -48,3 +48,11 @@
assert name == 'Pierre Paillet', 'Wrong result for get_name_from_phone_number'
name2 = self.get_name_from_phone_number(cr, uid, '0041216191010')
assert name2 == u'Joël Grand-Guillaume (Camptocamp)', 'Wrong result for get_name_from_phone_number (partner2)'
-
Check country_id come from contact us form from website_crm module
-
!python {model: phone.common}: |
vals = self._generic_reformat_phonenumbers(cr, uid, [], {
'country_id': u'74', 'phone': u'0155667788'
}, context=context)
assert vals['phone'] == '+33155667788'
Loading…
Cancel
Save