# coding: utf-8 # © 2004-2009 OpenERP SA () # © 2011 SYLEAM () # © 2013 Julius Network Solutions SARL # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "SMS Client Core", "version": "8.0.1", "depends": ["base", "email_template", 'base_phone', 'server_environment', ], "author": "Julius Network Solutions,SYLEAM,OpenERP SA,Akretion," "Odoo Community Association (OCA)", 'images': [ 'images/sms.jpeg', 'images/gateway.jpeg', 'images/gateway_access.jpeg', 'images/client.jpeg', 'images/send_sms.jpeg' ], "summary": """ Sending SMSs very easily, individually or collectively. """, "website": "http://julius.fr", "category": "Phone", "demo": [], "data": [ "security/groups.xml", "security/ir.model.access.csv", "security/ir.rule.csv", "sms_gateway_view.xml", "serveraction_view.xml", "sms_gateway_data.xml", "wizard/mass_sms_view.xml", "smstemplate_view.xml" ], "installable": True, }