From fe9ca06e83d486158eb370626d91abb73f576557 Mon Sep 17 00:00:00 2001 From: Valentin Chemiere Date: Mon, 1 Jun 2015 11:46:57 +0200 Subject: [PATCH] Updated openerp.py --- smsclient_ovh/__openerp__.py | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/smsclient_ovh/__openerp__.py b/smsclient_ovh/__openerp__.py index 7a3831e..04a6ac2 100644 --- a/smsclient_ovh/__openerp__.py +++ b/smsclient_ovh/__openerp__.py @@ -33,23 +33,8 @@ "description": """ SMS Client module provides: ------------- -Sending SMSs very easily, individually or collectively. -*Generalities - -OpenERP does not directly generate the SMS you will have to subscribe to an operator with a web interface (Type OVH) or via a URL generation. -If you want to use a 'SMPP Method' you must have to install the library "Soap" which can be installed with: apt-get install python-soappy. -You can find it on https://pypi.python.org/pypi/SOAPpy/ -You don't need it if you use a "HTTP Method' to send the SMS. - -*Use Multiple Gateways. - -The Gateway configuration is performed directly in the configuration menu. For each gateway, you have to fill in the information for your operator. - -To validate Gateway, code is send to a mobile phone, when received enter it to confirm SMS account. - -This Module was developped by SYLEAM and OpenERP SA in a first place. -Then, it was updated to the 7.0 version by Julius Network Solutions. +OVH http connector """, "website": "http://julius.fr", "category": "Tools",