Search 1.9 billion lines of Odoo code on GitHub

qcloud_sms

Author: IT-Projects LLC, Dinar Gabbasov
License: Other OSI approved licence
Branch: 11.0
Repository: AITIC/pos-addons
Dependencies: base
Languages: Python (436, 67.6%), XML (109, 16.9%), and reStructuredText (100, 15.5%)
Other repositories: AndryEddy/pos-addons, BrayhanJC/pos-addons, ERPLibre/pos-addons, Enigma228322/pos-addons, KolushovAlexandr/pos-addons, KonosCL/pos-addons, TheCloneMaster/pos-addons, akekaphop/pos-addons, antherkiv/pos-addons, brain-tec/sync-addons, diegogd/pos-addons, dynaz/pos-addons, elsemieni/pos-addons, em230418/pos-addons, germanponce/pos-addons, gokhancetiner/pos-addons, itpp-labs/pos-addons, itpp-labs/sync-addons, keadanis/pos-addons, mgielissen/pos-addons, robelale/pos-addons, trojikman/pos-addons, and yelizariev/pos-addons

<a class="reference external image-reference" href="https://opensource.org/licenses/MIT"><img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-blue.svg"> </a> <a name="tencent-cloud-sms-api"></a> <h2>Tencent Cloud SMS API</h2> <p>Basic tools to integrate Odoo and Tencent Cloud SMS.</p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#tencent-sms-service" id="id1">Tencent SMS service</a><ul> <li><a class="reference internal" href="#domestic-sms" id="id2">Domestic SMS</a></li> <li><a class="reference internal" href="#international-sms" id="id3">International SMS</a></li> <li><a class="reference internal" href="#voice-notification" id="id4">Voice Notification</a></li> </ul> </li> <li><a class="reference internal" href="#developing-preparation" id="id5">Developing preparation</a><ul> <li><a class="reference internal" href="#get-sdk-appid-and-appkey" id="id6">Get SDK AppID and AppKey</a></li> <li><a class="reference internal" href="#application-signature" id="id7">Application signature</a></li> <li><a class="reference internal" href="#application-template" id="id8">Application template</a></li> </ul> </li> <li><a class="reference internal" href="#credits" id="id9">Credits</a><ul> <li><a class="reference internal" href="#contributors" id="id10">Contributors</a></li> <li><a class="reference internal" href="#sponsors" id="id11">Sponsors</a></li> <li><a class="reference internal" href="#maintainers" id="id12">Maintainers</a></li> </ul> </li> <li><a class="reference internal" href="#further-information" id="id13">Further information</a></li> </ul> </div> <a name="tencent-sms-service"></a> <h3><a class="toc-backref" href="#id1">Tencent SMS service</a></h3> <p>Tencent Cloud SMS currently supports the following operations:</p> <a name="domestic-sms"></a> <h4><a class="toc-backref" href="#id2">Domestic SMS</a></h4> <ul class="simple"> <li>Single text message</li> <li>Specify a template to send a text message</li> <li>Send group/mass message</li> <li>Specify template to send group/mass text messages</li> <li>Pull SMS receipt and SMS reply status</li> </ul> <p>&gt; <cite>Note</cite> SMS pull function need to contact tencent cloud SMS technical support (QQ:3012203387)opened permissions, large customers can use this feature batch pull, other customers do not recommend using.</p> <a name="international-sms"></a> <h4><a class="toc-backref" href="#id3">International SMS</a></h4> <ul class="simple"> <li>Single text message</li> <li>Specify a template to send a text message</li> <li>Send group/mass message</li> <li>Specify template to send group/mass text messages</li> <li>Pull SMS receipt and SMS reply status</li> </ul> <p>&gt; <cite>Note</cite> Overseas SMS and domestic SMS use the same interface, just replace the corresponding country code and mobile phone number. Each time you request the mobile phone number from the group sending interface, all mobile phone numbers must be domestic or international only</p> <a name="voice-notification"></a> <h4><a class="toc-backref" href="#id4">Voice Notification</a></h4> <ul class="simple"> <li>Send a voice verification code</li> <li>Send a voice announcement</li> <li>Upload a voice file</li> <li>Send a voice announcement by voice file fid</li> <li>Specify a template to send a voice notification class</li> </ul> <a name="developing-preparation"></a> <h3><a class="toc-backref" href="#id5">Developing preparation</a></h3> <a name="get-sdk-appid-and-appkey"></a> <h4><a class="toc-backref" href="#id6">Get SDK AppID and AppKey</a></h4> <p>Cloud SMS app SDK 'AppID' and 'AppKey' are available in <a class="reference external" href="https://console.cloud.tencent.com/sms">SMS console</a></p> <a name="application-signature"></a> <h4><a class="toc-backref" href="#id7">Application signature</a></h4> <p>A complete SMS consists of two parts: SMS <cite>signature</cite> and SMS text. The SMS <cite>signature</cite> must be applied and reviewed in the corresponding service module of the <a class="reference external" href="https://console.cloud.tencent.com/sms">SMS console</a>.</p> <a name="application-template"></a> <h4><a class="toc-backref" href="#id8">Application template</a></h4> <p>The template for text or voice message must be applied and reviewed in the corresponding service module of the <a class="reference external" href="https://console.cloud.tencent.com/sms">SMS console</a></p> <a name="credits"></a> <h3><a class="toc-backref" href="#id9">Credits</a></h3> <a name="contributors"></a> <h4><a class="toc-backref" href="#id10">Contributors</a></h4> <ul class="simple"> <li><a class="reference external" href="https://it-projects.info/team/GabbasovDinar">Dinar Gabbasov</a></li> </ul> <a name="sponsors"></a> <h4><a class="toc-backref" href="#id11">Sponsors</a></h4> <ul class="simple"> <li><a class="reference external" href="http://sinomate.net/">Sinomate</a></li> </ul> <a name="maintainers"></a> <h4><a class="toc-backref" href="#id12">Maintainers</a></h4> <ul class="simple"> <li><a class="reference external" href="https://it-projects.info">IT-Projects LLC</a></li> </ul> <a name="further-information"></a> <h3><a class="toc-backref" href="#id13">Further information</a></h3> <p>Demo: <a class="reference external" href="http://runbot.it-projects.info/demo/misc-addons/11.0">http://runbot.it-projects.info/demo/misc-addons/11.0</a></p> <p>HTML Description: <a class="reference external" href="https://apps.odoo.com/apps/modules/11.0/wechat/">https://apps.odoo.com/apps/modules/11.0/wechat/</a></p> <p>Usage instructions: <a class="reference external" href="doc/index.rst">doc/index.rst</a></p> <p>Changelog: <a class="reference external" href="doc/changelog.rst">doc/changelog.rst</a></p> <p>Tested on Odoo 11.0 ee2b9fae3519c2494f34dacf15d0a3b5bd8fbd06</p>