odoo/ext/clarico-addons/clarico_cms_blocks/__manifest__.py

58 lines
1.4 KiB
Python
Executable File

{
# Theme information
'name' : 'Clarico CMS Blocks',
'category' : 'Website',
'version' : '1.0',
'summary': '14 CMS Building Blocks',
'description': """""",
# Dependencies
'depends': [
'snippet_style_1',
'snippet_style_2',
'snippet_style_3',
'snippet_style_4',
'snippet_style_5',
'snippet_style_6',
'snippet_style_7',
'snippet_style_8',
'snippet_style_9',
'snippet_style_10',
'snippet_style_11',
'snippet_style_12',
'snippet_style_13',
'snippet_style_14',
'snippet_style_15',
'snippet_style_16',
'snippet_style_17',
'snippet_style_18',
'clarico_snippet_style_4',
'clarico_snippet_style_7',
'clarico_snippet_style_9',
'clarico_snippet_style_10',
'clarico_snippet_style_11',
'clarico_snippet_style_12',
'clarico_snippet_style_13',
'clarico_snippet_style_15',
'clarico_snippet_style_16',
'clarico_snippet_style_17',
'clarico_snippet_style_18',
'clarico_snippet_style_19',
'clarico_slider_style_1',
'clarico_slider_style_2',
'clarico_slider_style_3',
'clarico_slider_style_4',
'clarico_slider_style_5',
],
# Author
'author': 'Emipro Technologies Pvt. Ltd.',
'website': 'http://www.emiprotechnologies.com',
# Technical
'installable': True,
}