Browse Source

Add module to send sms when picking is ready to transfert

pull/128/head
Valentin Chemiere 9 years ago
committed by MonsieurB
parent
commit
6c0ab96b95
  1. 2
      smsclient_ovh/smsclient.py

2
smsclient_ovh/smsclient.py

@ -39,7 +39,7 @@ class smsclient(models.Model):
@api.model
def get_method(self):
method = super(smsclient, self).get_method()
method.append(('ovh smpp', 'OVH SMPP'), )
method.append(('ovh http', 'OVH HTTP'), )
return method
@api.onchange('method')

Loading…
Cancel
Save