You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							76 lines
						
					
					
						
							3.3 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							76 lines
						
					
					
						
							3.3 KiB
						
					
					
				| # -*- coding: utf-8 -*- | |
| ############################################################################# | |
| # | |
| #    Cybrosys Technologies Pvt. Ltd. | |
| # | |
| #    Copyright (C) 2025-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | |
| #    Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>) | |
| # | |
| #    You can modify it under the terms of the GNU LESSER | |
| #    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | |
| # | |
| #    This program is distributed in the hope that it will be useful, | |
| #    but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | |
| #    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | |
| # | |
| #    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | |
| #    (LGPL v3) along with this program. | |
| #    If not, see <http://www.gnu.org/licenses/>. | |
| # | |
| ############################################################################# | |
| { | |
|     'name': 'Theme Splash', | |
|     'version': '18.0.1.0.0', | |
|     'category': 'Theme/Corporate', | |
|     'summary': 'Design Web Pages with Theme Splash', | |
|     'description': 'Theme Splash is an attractive and unique front-end theme ' | |
|                    'mainly suitable for eCommerce website. Many custom ' | |
|                    'designed snippets facilitates to add better user experience' | |
|                    'Contains best deals with new arrival products slider, ' | |
|                    'testimonial slider that are configured from the backend. ' | |
|                    'This theme fully customized the eCommerce website, ' | |
|                    'shop view, custom categories view, product view,' | |
|                    ' contact us page...etc. it contains price filter ' | |
|                    'and clear cart options by default.', | |
|     'author': 'Cybrosys Techno Solutions', | |
|     'company': 'Cybrosys Techno Solutions', | |
|     'maintainer': 'Cybrosys Techno Solutions', | |
|     'website': "https://www.cybrosys.com", | |
|     'depends': ['base', 'website_sale_wishlist', 'website_blog', 'website_mass_mailing'], | |
|     'data': [ | |
|         'views/contact_us_templates.xml', | |
|         'views/website_layout_templates.xml', | |
|         'views/shop_templates.xml', | |
|         'views/blog_templates.xml', | |
|         'views/snippets/website_snippets_templates.xml', | |
|         'views/snippets/about.xml', | |
|         'views/snippets/service.xml', | |
|         'views/snippets/index/index_banner.xml', | |
|         'views/snippets/index/index_about.xml', | |
|         'views/snippets/index/index_tab_section.xml', | |
|         'views/snippets/index/index_about_section.xml', | |
|         'views/snippets/index/index_service.xml', | |
|         'views/snippets/index/index_expect_tab.xml', | |
|         'views/snippets/index/index_commercial_service.xml', | |
|         'views/snippets/index/index_testmonial.xml', | |
|         'views/snippets/index/index_blog.xml', | |
|         'views/snippets/index/index_partner.xml' | |
|     ], | |
|     'assets': { | |
|         'web.assets_frontend': [ | |
|             'https://use.fontawesome.com/releases/v5.7.0/css/all.css', | |
|             '/theme_splash/static/src/css/style.css', | |
|             '/theme_splash/static/src/js/custom.js', | |
|             '/theme_splash/static/src/css/font-awesome.min.css', | |
|         ] | |
|     }, | |
|     'images': [ | |
|         'static/description/banner.jpg', | |
|         'static/description/theme_screenshot.jpg' | |
|     ], | |
|     'license': 'LGPL-3', | |
|     'installable': True, | |
|     'auto_install': False, | |
|     'application': False, | |
| }
 | |
| 
 |