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

27 lines
538 B
Python
Executable File

{
# Theme information
'name' : 'Clarico Blog',
'category' : 'Website',
'version' : '1.0',
'summary': 'Easy & User Friendly Blogging Platform for your Online Store',
'description': """""",
# Dependencies
'depends': [
'clarico_layout'
],
# Views
'data': [
'templates/template.xml',
'templates/assets.xml',
],
# Author
'author': 'Emipro Technologies Pvt. Ltd.',
'website': 'http://www.emiprotechnologies.com',
# Technical
'installable': True,
}