mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
14 lines
330 B
Python
14 lines
330 B
Python
{
|
|
'name': 'Theme Loftspace eCommerce Plugin',
|
|
'description': 'Loftspace eCommerce Plugin',
|
|
'category': 'Theme/Hidden',
|
|
'sequence': 131,
|
|
'version': '1.0',
|
|
'depends': ['theme_loftspace', 'website_sale'],
|
|
'data': [
|
|
'views/theme.xml',
|
|
'views/layout.xml',
|
|
],
|
|
'auto_install': True,
|
|
}
|