2018-01-16 06:58:15 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
{
|
|
|
|
'name': 'Slides',
|
2018-01-16 13:55:03 +01:00
|
|
|
'author': 'Odoo S.A',
|
2018-01-16 06:58:15 +01:00
|
|
|
'version': '1.0',
|
|
|
|
'sequence': 145,
|
|
|
|
'summary': 'Share and Publish Videos, Presentations and Documents',
|
|
|
|
'category': 'Website',
|
|
|
|
'description': """
|
|
|
|
Share and Publish Videos, Presentations and Documents'
|
|
|
|
======================================================
|
|
|
|
|
|
|
|
* Website Application
|
|
|
|
* Channel Management
|
|
|
|
* Filters and Tagging
|
|
|
|
* Statistics of Presentation
|
|
|
|
* Channel Subscription
|
|
|
|
* Supported document types : PDF, images, YouTube videos and Google Drive documents)
|
|
|
|
""",
|
|
|
|
'depends': ['website', 'website_mail'],
|
|
|
|
'data': [
|
|
|
|
'views/res_config_settings_views.xml',
|
|
|
|
'views/website_slides.xml',
|
|
|
|
'views/website_slides_embed.xml',
|
|
|
|
'views/website_slides_backend.xml',
|
|
|
|
'data/website_slides_data.xml',
|
|
|
|
'security/ir.model.access.csv',
|
|
|
|
'security/website_slides_security.xml'
|
|
|
|
],
|
|
|
|
'demo': [
|
|
|
|
'data/website_slides_demo.xml'
|
|
|
|
],
|
|
|
|
'installable': True,
|
|
|
|
'application': True,
|
|
|
|
}
|