29 lines
833 B
Python

{
'name': 'Dine360 Theme Clicks2Cart',
'summary': 'Floral Theme for Clicks2Cart',
'description': 'Custom floral theme for Clicks2Cart website',
'category': 'Theme/Website',
'version': '1.0',
'author': 'Dine360',
'depends': ['website', 'website_sale', 'website_crm'],
'data': [
'views/layout.xml',
'views/pages.xml',
'views/snippets.xml',
'data/website_data.xml',
],
'assets': {
'web.assets_frontend': [
'theme_clicks2cart/static/src/scss/primary_variables.scss',
'theme_clicks2cart/static/src/scss/theme.scss',
'theme_clicks2cart/static/src/js/quickview.js',
],
},
'images': [
'static/description/cover.png',
],
'installable': True,
'application': True,
'license': 'LGPL-3',
}