Browse Source

Flake8 fix

pull/31/head
Alexis de Lattre 9 years ago
parent
commit
007504e4d2
  1. 1
      crm_phone/crm_phone.py

1
crm_phone/crm_phone.py

@ -73,7 +73,6 @@ class CrmPhonecall(models.Model):
_country_field = None
_partner_field = 'partner_id'
def create(self, cr, uid, vals, context=None):
vals_reformated = self._generic_reformat_phonenumbers(
cr, uid, None, vals, context=context)

Loading…
Cancel
Save