From 0bee89e419abe527f5d752b7ce60bfaa2b5255d2 Mon Sep 17 00:00:00 2001 From: Valentin Chemiere Date: Tue, 4 Aug 2015 19:39:33 +0200 Subject: [PATCH] Add README.rst files in sms modules --- sms_send_picking/README.rst | 64 +++++++++++++++++++++++++++++++++ sms_send_picking/__openerp__.py | 3 -- 2 files changed, 64 insertions(+), 3 deletions(-) create mode 100644 sms_send_picking/README.rst diff --git a/sms_send_picking/README.rst b/sms_send_picking/README.rst new file mode 100644 index 0000000..467c15d --- /dev/null +++ b/sms_send_picking/README.rst @@ -0,0 +1,64 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :alt: License: AGPL-3 + +SMS send picking +=========== + +This module provide a cron and a method to automaticly sending a SMS when a +picking delivery is ready to transfert + + +Configuration +============= + +You can configure the verification time in the scheduled action. + +Usage +===== + +To use this module, you need to: + +* have a gateway correctly configured +* put some picking delivery in ready to transfert state + +For further information, please visit: + +* https://www.odoo.com/forum/help-1 + +Known issues / Roadmap +====================== + +* ... + +Bug Tracker +=========== + +Bugs are tracked on `GitHub 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 +`here `_. + + +Credits +======= + +Contributors +------------ + +* Valentin Chemiere + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit http://odoo-community.org. + diff --git a/sms_send_picking/__openerp__.py b/sms_send_picking/__openerp__.py index cc1c42f..107583e 100644 --- a/sms_send_picking/__openerp__.py +++ b/sms_send_picking/__openerp__.py @@ -27,9 +27,6 @@ 'website': 'www.akretion.com', 'license': 'AGPL-3', 'category': 'Phone', - 'description': """ - Automatic sms sending when a delivery is ready to transfert - """, 'depends': [ 'stock', 'smsclient_core',