Files
design-themes/theme_loftspace_sale/__manifest__.py
T
2021-05-11 15:59:09 +02:00

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,
}