You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

43 lines
1.2 KiB

# coding: utf-8
# © 2004-2009 OpenERP SA (<http://openerp.com>)
# © 2011 SYLEAM (<http://syleam.fr/>)
# © 2013 Julius Network Solutions SARL <contact@julius.fr>
# 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,
}