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