2018-01-16 06:58:15 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
2018-01-16 11:34:37 +01:00
|
|
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
2018-01-16 06:58:15 +01:00
|
|
|
{
|
|
|
|
'name': 'Product Comparison And Product Attribute Category',
|
|
|
|
'description': 'Product Comparison, Product Attribute Category and specification table',
|
|
|
|
'author': 'Odoo SA',
|
2018-01-16 11:34:37 +01:00
|
|
|
'website': 'https://flectrahq.com',
|
2018-01-16 06:58:15 +01:00
|
|
|
'category': 'Website',
|
|
|
|
'version': '1.0',
|
|
|
|
'depends': ['website_sale'],
|
|
|
|
'data': [
|
|
|
|
'security/ir.model.access.csv',
|
|
|
|
'views/website_sale_comparison_template.xml',
|
|
|
|
'views/website_sale_comparison_view.xml',
|
|
|
|
],
|
|
|
|
'demo': [
|
|
|
|
'data/website_sale_comparison_data.xml',
|
|
|
|
'data/website_sale_comparison_demo.xml',
|
|
|
|
],
|
|
|
|
'installable': True,
|
|
|
|
}
|