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

29 lines
603 B
Python
Executable File

{
# Theme information
'name' : 'Clarico Product',
'category' : 'Website',
'version' : '1.0',
'summary': 'View Complete Product Information',
'description': """""",
# Dependencies
'depends': [
'clarico_base','dp_custom'
],
# Views
'data': [
'templates/template.xml',
'templates/assets.xml',
'view/product_video.xml',
'view/product_short_description.xml'
],
# Author
'author': 'Emipro Technologies Pvt. Ltd.',
'website': 'http://www.emiprotechnologies.com',
# Technical
'installable': True,
}