2026-03-02 21:31:24 +05:30

33 lines
997 B
Python

{
'name': 'Dine360 Theme Sivasakthi Restaurant',
'description': 'Custom theme for Dine360 Sivasakthi Restaurant website',
'category': 'Theme/Website',
'version': '1.0',
'author': 'Dine360',
'depends': ['website', 'website_sale', 'website_crm'],
'data': [
'views/layout.xml',
'views/pages.xml',
'views/about_page.xml',
'views/contact_page.xml',
'views/faq_page.xml',
'views/shop_page.xml',
'views/product_details_page.xml',
'views/blog_page.xml',
'data/website_data.xml',
],
'assets': {
'web.assets_frontend': [
'theme_dine360_sivasakthi/static/src/scss/primary_variables.scss',
'theme_dine360_sivasakthi/static/src/scss/theme.scss',
'theme_dine360_sivasakthi/static/src/scss/shop.scss',
],
},
'images': [
'static/description/cover.png',
],
'installable': True,
'application': True,
'license': 'LGPL-3',
}