26 lines
519 B
Python
Executable File
26 lines
519 B
Python
Executable File
{
|
|
# Theme information
|
|
'name' : 'Clarico Quick View Compare',
|
|
'category' : 'Website',
|
|
'version' : '1.0',
|
|
'summary': 'Add Product to Compare from Quick View',
|
|
'description': """""",
|
|
|
|
# Dependencies
|
|
'depends': [
|
|
'clarico_quick_view','clarico_compare'
|
|
],
|
|
|
|
# Views
|
|
'data': [
|
|
'template/template.xml',
|
|
],
|
|
|
|
# Author
|
|
'author': 'Emipro Technologies Pvt. Ltd.',
|
|
'website': 'http://www.emiprotechnologies.com',
|
|
|
|
# Technical
|
|
'installable': True,
|
|
}
|