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.
39 lines
1.2 KiB
39 lines
1.2 KiB
# coding: utf-8
|
|
# Copyright (C) 2015 Sébastien BEAU <sebastien.beau@akretion.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": "Base Sms Client",
|
|
"version": "10.0.1.0.0",
|
|
'license': 'AGPL-3',
|
|
"depends": ['mail',
|
|
'base_phone',
|
|
'keychain',
|
|
],
|
|
'author': 'Julius Network Solutions,SYLEAM,'
|
|
'Odoo Community Association (OCA),Akretion',
|
|
'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",
|
|
"data": [
|
|
"security/groups.xml",
|
|
"security/ir.model.access.csv",
|
|
"security/ir.rule.csv",
|
|
"views/sms_gateway_view.xml",
|
|
"views/server_action_view.xml",
|
|
"data/sms_gateway_data.xml",
|
|
"wizard/mass_sms_view.xml",
|
|
"views/smstemplate_view.xml"
|
|
],
|
|
"installable": False,
|
|
}
|