Skip to content

Commit

Permalink
[IMP] sms_twilio: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPForgeFlow committed Dec 21, 2023
1 parent d0a99ad commit 9452649
Show file tree
Hide file tree
Showing 4 changed files with 457 additions and 13 deletions.
1 change: 1 addition & 0 deletions setup/sms_twilio/odoo/addons/sms_twilio
6 changes: 6 additions & 0 deletions setup/sms_twilio/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
28 changes: 15 additions & 13 deletions sms_twilio/README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
==========
Sms Twilio
SMS Twilio
==========

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:fd33cd14c1faf25aa72cb5b0357c5c6c7b6a1e843ca3238491051206e7215272
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
Expand All @@ -14,22 +17,21 @@ Sms Twilio
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fconnector--telephony-lightgray.png?logo=github
:target: https://github.com/OCA/connector-telephony/tree/14.0/sms_twilio
:target: https://github.com/OCA/connector-telephony/tree/16.0/sms_twilio
:alt: OCA/connector-telephony
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/connector-telephony-14-0/connector-telephony-14-0-sms_twilio
:target: https://translation.odoo-community.org/projects/connector-telephony-16-0/connector-telephony-16-0-sms_twilio
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/228/14.0
:alt: Try me on Runbot
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/connector-telephony&target_branch=16.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|
|badge1| |badge2| |badge3| |badge4| |badge5|

Implementation of **Twilio API** for sending sms.
This module depend of odoo native **sms** module it only implement Twilio as
provider.


**Table of contents**

.. contents::
Expand All @@ -49,8 +51,8 @@ Bug Tracker

Bugs are tracked on `GitHub Issues <https://github.com/OCA/connector-telephony/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/connector-telephony/issues/new?body=module:%20sms_twilio%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/connector-telephony/issues/new?body=module:%20sms_twilio%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Expand All @@ -60,7 +62,7 @@ Credits
Authors
~~~~~~~

* ForgeFlow
* Akretion

Contributors
~~~~~~~~~~~~
Expand Down Expand Up @@ -88,6 +90,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-mariadforgeflow|

This module is part of the `OCA/connector-telephony <https://github.com/OCA/connector-telephony/tree/14.0/sms_twilio>`_ project on GitHub.
This module is part of the `OCA/connector-telephony <https://github.com/OCA/connector-telephony/tree/16.0/sms_twilio>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Loading

0 comments on commit 9452649

Please sign in to comment.