2026-02-26 21:00:37 +05:30

40 lines
1.5 KiB
Python

{
'name': 'Dine360 Theme Chennora',
'description': 'Custom theme for Dine360 Chennora website',
'category': 'Theme/Website',
'version': '1.0',
'author': 'Dine360',
'depends': ['website', 'website_sale', 'website_crm'],
'data': [
'views/layout.xml', # Header, Footer, and Global Layout changes
'views/pages.xml', # specific page content (Home, About, etc.)
'views/about_page.xml', # About Page
'views/contact_page.xml',# Contact Page
'views/faq_page.xml', # FAQ Page
'views/blog_page.xml', # Blog Page
'views/blog_detail_page.xml', # Blog Detail Page
'views/shop_page.xml', # Shop Page
'views/product_details_page.xml', # Customized Product Details Page
'views/product_views.xml', # Product Form custom fields
'views/snippets.xml', # Custom Building Blocks
'views/options.xml', # Options for snippets (if any)
'data/website_data.xml', # Data for creating pages
],
'assets': {
'web.assets_frontend': [
'dine360_theme_chennora/static/src/scss/primary_variables.scss',
'dine360_theme_chennora/static/src/scss/theme.scss',
'dine360_theme_chennora/static/src/scss/shop.scss',
'dine360_theme_chennora/static/src/js/deal_switcher.js',
'dine360_theme_chennora/static/src/js/category_slider.js',
],
},
'images': [
'static/description/cover.png',
],
'installable': True,
'application': True,
'license': 'LGPL-3',
}