15 lines
365 B
Python
15 lines
365 B
Python
{
|
|
'name': 'Theme Bookstore eCommerce Plugin',
|
|
'description': 'Bookstore eCommerce Plugin',
|
|
'category': 'Theme/Hidden',
|
|
'version': '1.0',
|
|
'author': 'Odoo S.A.',
|
|
'depends': ['theme_loftspace_sale', 'theme_bookstore'],
|
|
'data': [
|
|
'views/theme.xml',
|
|
],
|
|
'demo': [
|
|
'demo/products.xml',
|
|
],
|
|
'auto_install': True,
|
|
} |