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-pos_cashbox
Repository: dynaz/pos-addons
Dependencies: base
Languages: Python (436, 68.4%), XML (109, 17.1%), and reStructuredText (92, 14.4%)
Other branches: 11.0
Other repositories: AITIC/pos-addons, 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, 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://itpp.dev"><img alt="Tested and maintained by IT Projects Labs" src="https://itpp.dev/images/infinity-readme.png" /></a> <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></li> <li><a class="reference internal" href="#domestic-sms" id="id2">Domestic SMS</a><ul> <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="#questions" id="id9">Questions?</a></li> <li><a class="reference internal" href="#contributors" id="id10">Contributors</a></li> <li><a class="reference internal" href="#further-information" id="id11">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> <h3><a class="toc-backref" href="#id2">Domestic SMS</a></h3> <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="questions"></a> <h3><a class="toc-backref" href="#id9">Questions?</a></h3> <p>To get an assistance on this module contact us by email :arrow_right: <a class="reference external" href="mailto:help&#64;itpp.dev">help&#64;itpp.dev</a></p> <a name="contributors"></a> <h3><a class="toc-backref" href="#id10">Contributors</a></h3> <ul class="simple"> <li><a class="reference external" href="https://it-projects.info/team/GabbasovDinar">Dinar Gabbasov</a></li> </ul> <a name="further-information"></a> <h3><a class="toc-backref" href="#id11">Further information</a></h3> <p>Odoo Apps Store: <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>Tested on <a class="reference external" href="https://github.com/odoo/odoo/commit/ee2b9fae3519c2494f34dacf15d0a3b5bd8fbd06">Odoo 11.0</a></p>