blob: af27299740eb3c13acd7a381b97e6b21e12912f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# -*- coding: utf-8 -*-
{
'name': "Social Media",
'summary': "Social media connectors for company settings.",
'description': """
The purpose of this technical module is to provide a front for
social media configuration for any other module that might need it.
""",
'author': "Odoo S.A.",
'category': 'Hidden',
'version': '0.1',
'depends': ['base'],
'data': [
'views/res_company_views.xml',
],
'demo': [
'demo/res_company_demo.xml',
],
'license': 'LGPL-3',
}
|