17 lines
400 B
Python
17 lines
400 B
Python
{
|
|
'name': 'Theme Loftspace eCommerce Plugin',
|
|
'description': 'Loftspace eCommerce Plugin',
|
|
'category': 'Hidden',
|
|
'sequence': 131,
|
|
'version': '1.0',
|
|
'author': 'Odoo S.A.',
|
|
'depends': ['theme_loftspace', 'website_sale'],
|
|
'data': [
|
|
'views/theme.xml',
|
|
'views/layout.xml',
|
|
],
|
|
'demo': [
|
|
'demo/products.xml',
|
|
],
|
|
'auto_install': True,
|
|
} |