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.
25 lines
665 B
25 lines
665 B
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "Odoo Community Functional Tutorial",
|
|
|
|
'summary': """
|
|
Full Odoo Community Functional Tutorial""",
|
|
|
|
'description': """
|
|
Odoo functional video presentation of all Application:
|
|
""",
|
|
|
|
'author': 'Cybrosys Techno Solutions',
|
|
'company': 'Cybrosys Techno Solutions',
|
|
'website': 'https://www.cybrosys.com',
|
|
# 'live_test_url': '',
|
|
'category': 'Extra Tools',
|
|
'version': '14.0.1.0.0',
|
|
'license': 'AGPL-3',
|
|
'depends': ['website_slides'],
|
|
'images': ['static/description/banner.png'],
|
|
'data': [
|
|
'data/slide_channel_data.xml',
|
|
'data/slide.slide.csv',
|
|
],
|
|
}
|
|
|