@ -0,0 +1,47 @@ | 
				
			|||||
 | 
					.. image:: https://img.shields.io/badge/license-LGPL--3-green.svg | 
				
			||||
 | 
					    :target: https://www.gnu.org/licenses/lgpl-3.0-standalone.html | 
				
			||||
 | 
					    :alt: License: LGPL-3 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					Theme Diva | 
				
			||||
 | 
					========== | 
				
			||||
 | 
					* Design Web Pages with Theme Diva | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					Installation | 
				
			||||
 | 
					============ | 
				
			||||
 | 
					    - www.odoo.com/documentation/15.0/setup/install.html | 
				
			||||
 | 
					    - Install our custom addon | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					License | 
				
			||||
 | 
					------- | 
				
			||||
 | 
					General Public License, Version 3 (LGPL v3). | 
				
			||||
 | 
					(https://www.gnu.org/licenses/lgpl-3.0-standalone.html) | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					Company | 
				
			||||
 | 
					------- | 
				
			||||
 | 
					* `Cybrosys Techno Solutions <https://cybrosys.com/>`__ | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					Credits | 
				
			||||
 | 
					------- | 
				
			||||
 | 
					* Developers: (V15) Safa Faheem , Rahul Rajeev ,Jumana Jabin MP  ,Contact: odoo@cybrosys.com | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					Contacts | 
				
			||||
 | 
					-------- | 
				
			||||
 | 
					* Mail Contact : odoo@cybrosys.com | 
				
			||||
 | 
					* Website : https://cybrosys.com | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					Bug Tracker | 
				
			||||
 | 
					----------- | 
				
			||||
 | 
					Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					Maintainer | 
				
			||||
 | 
					========== | 
				
			||||
 | 
					.. image:: https://cybrosys.com/images/logo.png | 
				
			||||
 | 
					   :target: https://cybrosys.com | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					This module is maintained by Cybrosys Technologies. | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					For support and more information, please visit https://www.cybrosys.com | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					Further information | 
				
			||||
 | 
					=================== | 
				
			||||
 | 
					HTML Description: `<static/description/index.html>`__ | 
				
			||||
@ -0,0 +1,23 @@ | 
				
			|||||
 | 
					# -*- coding: utf-8 -*- | 
				
			||||
 | 
					############################################################################# | 
				
			||||
 | 
					# | 
				
			||||
 | 
					#    Cybrosys Technologies Pvt. Ltd. | 
				
			||||
 | 
					# | 
				
			||||
 | 
					#    Copyright (C) 2023-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/>. | 
				
			||||
 | 
					# | 
				
			||||
 | 
					############################################################################# | 
				
			||||
 | 
					from . import controllers | 
				
			||||
 | 
					from . import models | 
				
			||||
@ -0,0 +1,108 @@ | 
				
			|||||
 | 
					# -*- coding: utf-8 -*- | 
				
			||||
 | 
					############################################################################# | 
				
			||||
 | 
					# | 
				
			||||
 | 
					#    Cybrosys Technologies Pvt. Ltd. | 
				
			||||
 | 
					# | 
				
			||||
 | 
					#    Copyright (C) 2024-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 Diva', | 
				
			||||
 | 
					    'version': '15.0.1.0.0', | 
				
			||||
 | 
					    'category': 'Theme/eCommerce', | 
				
			||||
 | 
					    'summary': ' Elevate Your Online Stores Look and Functionality', | 
				
			||||
 | 
					    'description': """Elevate your online store with "Theme Diva." This | 
				
			||||
 | 
					     powerful eCommerce theme seamlessly integrates with Odoo, offering a  | 
				
			||||
 | 
					     captivating design and user-friendly experience. Showcase your products, | 
				
			||||
 | 
					      engage customers, and optimize performance effortlessly.""", | 
				
			||||
 | 
					    'author': 'Cybrosys Techno Solutions', | 
				
			||||
 | 
					    'company': 'Cybrosys Techno Solutions', | 
				
			||||
 | 
					    'maintainer': 'Cybrosys Techno Solutions', | 
				
			||||
 | 
					    'website': "https://www.cybrosys.com", | 
				
			||||
 | 
					    'depends': ['website_sale', 'website_blog', 'website'], | 
				
			||||
 | 
					    'data': [ | 
				
			||||
 | 
					        'security/ir.model.access.csv', | 
				
			||||
 | 
					        'data/product_featured_data.xml', | 
				
			||||
 | 
					        'views/layout_templates.xml', | 
				
			||||
 | 
					        'views/customize_templates.xml', | 
				
			||||
 | 
					        'views/header_templates.xml', | 
				
			||||
 | 
					        'views/login_templates.xml', | 
				
			||||
 | 
					        'views/shop_templates.xml', | 
				
			||||
 | 
					        'views/product_templates.xml', | 
				
			||||
 | 
					        'views/cart_templates.xml', | 
				
			||||
 | 
					        'views/checkout_templates.xml', | 
				
			||||
 | 
					        'views/contact_us_templates.xml', | 
				
			||||
 | 
					        'views/product_featured_views.xml', | 
				
			||||
 | 
					        'views/snippets/index_banner_templates.xml', | 
				
			||||
 | 
					        'views/snippets/index_main_product_templates.xml', | 
				
			||||
 | 
					        'views/snippets/index_featured_product_templates.xml', | 
				
			||||
 | 
					        'views/snippets/index_demo_templates.xml', | 
				
			||||
 | 
					        'views/snippets/index_subscribe_templates.xml', | 
				
			||||
 | 
					        'views/snippets/banner_templates.xml', | 
				
			||||
 | 
					        'views/snippets/popular_product_templates.xml', | 
				
			||||
 | 
					        'views/snippets/Featured_product_templates.xml', | 
				
			||||
 | 
					        'views/snippets/testimonial_templates.xml', | 
				
			||||
 | 
					        'views/snippets/offer_templates.xml', | 
				
			||||
 | 
					        'views/snippets/index2_blog_templates.xml', | 
				
			||||
 | 
					        'views/snippets/index3_banner_templates.xml', | 
				
			||||
 | 
					        'views/snippets/index3_product_templates.xml', | 
				
			||||
 | 
					        'views/snippets/index3_store_templates.xml', | 
				
			||||
 | 
					        'views/snippets/index3_gallery_templates.xml', | 
				
			||||
 | 
					        'views/snippets/index3_blog_templates.xml', | 
				
			||||
 | 
					        'views/snippets/landing_features_templates.xml', | 
				
			||||
 | 
					        'views/snippets/landing_demo_templates.xml', | 
				
			||||
 | 
					        'views/snippets/landing_banner_templates.xml', | 
				
			||||
 | 
					        'views/snippets/landing_sponsored_templates.xml', | 
				
			||||
 | 
					        'views/snippets/landing_testimonial_templates.xml', | 
				
			||||
 | 
					        'views/snippets/landing_subscribe_templates.xml', | 
				
			||||
 | 
					    ], | 
				
			||||
 | 
					    'assets': { | 
				
			||||
 | 
					        'web.assets_frontend': [ | 
				
			||||
 | 
					            '/theme_diva/static/src/css/style.css', | 
				
			||||
 | 
					            'theme_diva/static/src/css/pluginstyle.css', | 
				
			||||
 | 
					            '/theme_diva/static/src/css/owl.carousel.min.css', | 
				
			||||
 | 
					            '/theme_diva/static/src/css/animate.min.css', | 
				
			||||
 | 
					            '/theme_diva/static/src/css/owl.theme.default.min.css', | 
				
			||||
 | 
					            '/theme_diva/static/src/js/acLazyLoadImage.js', | 
				
			||||
 | 
					            '/theme_diva/static/src/js/owl.carousel.js', | 
				
			||||
 | 
					            '/theme_diva/static/src/js/owl.carousel.min.js', | 
				
			||||
 | 
					            '/theme_diva/static/src/js/index2.js', | 
				
			||||
 | 
					            '/theme_diva/static/src/js/popular_product.js', | 
				
			||||
 | 
					            '/theme_diva/static/src/js/blog.js', | 
				
			||||
 | 
					            '/theme_diva/static/src/js/index3.js', | 
				
			||||
 | 
					            '/theme_diva/static/src/js/featured_product2.js', | 
				
			||||
 | 
					            '/theme_diva/static/src/js/script.js', | 
				
			||||
 | 
					            '/theme_diva/static/src/js/featured_product.js', | 
				
			||||
 | 
					            '/theme_diva/static/src/js/index.js,', | 
				
			||||
 | 
					            '/theme_diva/static/src/js/carousel.js,' | 
				
			||||
 | 
					        ], | 
				
			||||
 | 
					        'web.assets_qweb': [ | 
				
			||||
 | 
					            '/theme_diva/static/src/xml/index_main_product_templates.xml', | 
				
			||||
 | 
					            '/theme_diva/static/src/xml/index3_blog_templates.xml', | 
				
			||||
 | 
					            '/theme_diva/static/src/xml/index2_blog_templates.xml', | 
				
			||||
 | 
					            '/theme_diva/static/src/xml/index_featured_products_templates.xml', | 
				
			||||
 | 
					            '/theme_diva/static/src/xml/index_featured_products2_templates.xml', | 
				
			||||
 | 
					        ] | 
				
			||||
 | 
					    }, | 
				
			||||
 | 
					    'images': [ | 
				
			||||
 | 
					        'static/description/banner.jpg', | 
				
			||||
 | 
					        'static/description/theme_screenshot.jpg' | 
				
			||||
 | 
					    ], | 
				
			||||
 | 
					    'license': 'LGPL-3', | 
				
			||||
 | 
					    'installable': True, | 
				
			||||
 | 
					    'auto_install': False, | 
				
			||||
 | 
					    'application': False, | 
				
			||||
 | 
					} | 
				
			||||
@ -0,0 +1,22 @@ | 
				
			|||||
 | 
					# -*- coding: utf-8 -*- | 
				
			||||
 | 
					############################################################################# | 
				
			||||
 | 
					# | 
				
			||||
 | 
					#    Cybrosys Technologies Pvt. Ltd. | 
				
			||||
 | 
					# | 
				
			||||
 | 
					#    Copyright (C) 2024-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/>. | 
				
			||||
 | 
					# | 
				
			||||
 | 
					############################################################################# | 
				
			||||
 | 
					from . import theme_diva | 
				
			||||
@ -0,0 +1,114 @@ | 
				
			|||||
 | 
					# -*- coding: utf-8 -*- | 
				
			||||
 | 
					############################################################################# | 
				
			||||
 | 
					# | 
				
			||||
 | 
					#    Cybrosys Technologies Pvt. Ltd. | 
				
			||||
 | 
					# | 
				
			||||
 | 
					#    Copyright (C) 2024-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/>. | 
				
			||||
 | 
					# | 
				
			||||
 | 
					############################################################################# | 
				
			||||
 | 
					from odoo import fields, http | 
				
			||||
 | 
					from odoo.http import request | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					class WebsiteProduct(http.Controller): | 
				
			||||
 | 
					    """Controller class for handling requests related to featured products on | 
				
			||||
 | 
					    the website.""" | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    @http.route('/get_featured_product', auth="public", type='json', | 
				
			||||
 | 
					                website=True) | 
				
			||||
 | 
					    def get_featured_product(self): | 
				
			||||
 | 
					        """Retrieve and return information about featured products.""" | 
				
			||||
 | 
					        published_list_ids = request.env['product.featured'].sudo().search( | 
				
			||||
 | 
					            [('is_website_published', '=', True)]).ids | 
				
			||||
 | 
					        featured_products1 = (request.env['product.featured.relation'] | 
				
			||||
 | 
					                              .sudo().search( | 
				
			||||
 | 
					            [('featured_rel_id', 'in', published_list_ids)], limit=4) | 
				
			||||
 | 
					                              .product_id) | 
				
			||||
 | 
					        values = { | 
				
			||||
 | 
					            'featured_products1': featured_products1.read(), | 
				
			||||
 | 
					            'currency_symbol': featured_products1.currency_id.symbol | 
				
			||||
 | 
					        } | 
				
			||||
 | 
					        return values | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					class FeaturedProduct(http.Controller): | 
				
			||||
 | 
					    """ Controller class for handling requests related to multiple featured | 
				
			||||
 | 
					    products.""" | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    @http.route('/get_featured_products', auth="public", type='json', | 
				
			||||
 | 
					                website=True) | 
				
			||||
 | 
					    def get_featured_products(self): | 
				
			||||
 | 
					        """Retrieve and return information about multiple featured products""" | 
				
			||||
 | 
					        published_list_ids = request.env['product.featured'].sudo().search( | 
				
			||||
 | 
					            [('is_website_published', '=', True)]).ids | 
				
			||||
 | 
					        featured_products2 = (request.env['product.featured.relation'] | 
				
			||||
 | 
					                              .sudo().search( | 
				
			||||
 | 
					            [('featured_rel_id', 'in', published_list_ids)], limit=8) | 
				
			||||
 | 
					                              .product_id) | 
				
			||||
 | 
					        values = { | 
				
			||||
 | 
					            'featured_products2': featured_products2.read(), | 
				
			||||
 | 
					            'currency_symbol': featured_products2.currency_id.symbol | 
				
			||||
 | 
					        } | 
				
			||||
 | 
					        return values | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					class MainProduct(http.Controller): | 
				
			||||
 | 
					    """Controller class for handling requests related to the main product.""" | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    @http.route('/get_main_product', auth="public", type='json', | 
				
			||||
 | 
					                website=True) | 
				
			||||
 | 
					    def get_main_product(self): | 
				
			||||
 | 
					        """Retrieve and return information about the main product.""" | 
				
			||||
 | 
					        main_products = request.env['product.template'].sudo().search( | 
				
			||||
 | 
					            [('website_published', '=', True)], | 
				
			||||
 | 
					            order='create_date asc', limit=1) | 
				
			||||
 | 
					        values = { | 
				
			||||
 | 
					            'main_products': main_products.read(), | 
				
			||||
 | 
					        } | 
				
			||||
 | 
					        return values | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					class WebsiteBlog(http.Controller): | 
				
			||||
 | 
					    """Controller class for handling requests related to blog posts on the | 
				
			||||
 | 
					    website.""" | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    @http.route('/get_blog_post', auth="public", type='json', | 
				
			||||
 | 
					                website=True) | 
				
			||||
 | 
					    def get_blog_post(self): | 
				
			||||
 | 
					        """Retrieve and return information about recent blog posts.""" | 
				
			||||
 | 
					        posts = request.env['blog.post'].sudo().search( | 
				
			||||
 | 
					            [('website_published', '=', True), | 
				
			||||
 | 
					             ('post_date', '<=', fields.Datetime.now())], | 
				
			||||
 | 
					            order='published_date desc', limit=3) | 
				
			||||
 | 
					        values = { | 
				
			||||
 | 
					            'posts_recent': posts.read( | 
				
			||||
 | 
					                ['name', 'published_date', 'blog_id', 'cover_properties']), | 
				
			||||
 | 
					        } | 
				
			||||
 | 
					        return values | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    @http.route('/get_blog_posts', auth="public", type='json', | 
				
			||||
 | 
					                website=True) | 
				
			||||
 | 
					    def get_blog_posts(self): | 
				
			||||
 | 
					        """Retrieve and return information about multiple recent blog posts.""" | 
				
			||||
 | 
					        posts = request.env['blog.post'].sudo().search( | 
				
			||||
 | 
					            [('website_published', '=', True), | 
				
			||||
 | 
					             ('post_date', '<=', fields.Datetime.now())], | 
				
			||||
 | 
					            order='published_date desc', limit=4) | 
				
			||||
 | 
					        values = { | 
				
			||||
 | 
					            'posts_recent': posts.read( | 
				
			||||
 | 
					                ['name', 'published_date', 'blog_id', 'cover_properties']), | 
				
			||||
 | 
					        } | 
				
			||||
 | 
					        return values | 
				
			||||
@ -0,0 +1,11 @@ | 
				
			|||||
 | 
					<?xml version="1.0" encoding="UTF-8"?> | 
				
			||||
 | 
					<odoo> | 
				
			||||
 | 
					    <data noupdate="1"> | 
				
			||||
 | 
					        <!--Define a featured product record with the name "Featured products" | 
				
			||||
 | 
					          and set it to be published on the website.--> | 
				
			||||
 | 
					        <record id="featured_product" model="product.featured"> | 
				
			||||
 | 
					            <field name="name">Featured products</field> | 
				
			||||
 | 
					            <field name="is_website_published">True</field> | 
				
			||||
 | 
					        </record> | 
				
			||||
 | 
					    </data> | 
				
			||||
 | 
					</odoo> | 
				
			||||
@ -0,0 +1,6 @@ | 
				
			|||||
 | 
					## Module <theme_diva> | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					#### 04.03.2024 | 
				
			||||
 | 
					#### Version 15.0.1.0.0 | 
				
			||||
 | 
					#### ADD | 
				
			||||
 | 
					- Initial commit for Theme Diva | 
				
			||||
@ -0,0 +1,24 @@ | 
				
			|||||
 | 
					# -*- coding: utf-8 -*- | 
				
			||||
 | 
					############################################################################# | 
				
			||||
 | 
					# | 
				
			||||
 | 
					#    Cybrosys Technologies Pvt. Ltd. | 
				
			||||
 | 
					# | 
				
			||||
 | 
					#    Copyright (C) 2024-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/>. | 
				
			||||
 | 
					# | 
				
			||||
 | 
					############################################################################# | 
				
			||||
 | 
					from . import product_featured | 
				
			||||
 | 
					from . import product_featured_relation | 
				
			||||
 | 
					from . import product_template | 
				
			||||
@ -0,0 +1,58 @@ | 
				
			|||||
 | 
					# -*- coding: utf-8 -*- | 
				
			||||
 | 
					############################################################################# | 
				
			||||
 | 
					# | 
				
			||||
 | 
					#    Cybrosys Technologies Pvt. Ltd. | 
				
			||||
 | 
					# | 
				
			||||
 | 
					#    Copyright (C) 2024-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/>. | 
				
			||||
 | 
					# | 
				
			||||
 | 
					############################################################################# | 
				
			||||
 | 
					from odoo import fields, models | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					class ProductFeatured(models.Model): | 
				
			||||
 | 
					    """Model for managing featured products on the website.""" | 
				
			||||
 | 
					    _name = 'product.featured' | 
				
			||||
 | 
					    _inherit = ['website.published.mixin', 'mail.thread'] | 
				
			||||
 | 
					    _description = 'Basic model for featured products records' | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    def _default_featured_list_ids(self): | 
				
			||||
 | 
					        """Generate a default list of featured products.""" | 
				
			||||
 | 
					        featured_products = [] | 
				
			||||
 | 
					        products = self.env['product.template'].search([], limit=8) | 
				
			||||
 | 
					        for product in products: | 
				
			||||
 | 
					            featured_products.append((0, 0, { | 
				
			||||
 | 
					                'product_id': product.id, | 
				
			||||
 | 
					                'featured_rel_id': self.id | 
				
			||||
 | 
					            })) | 
				
			||||
 | 
					        return featured_products | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    name = fields.Char(string="Name", help="Name of the featured product") | 
				
			||||
 | 
					    is_website_published = fields.Boolean(string='Available on the Website', | 
				
			||||
 | 
					                                          copy=False, default=False, | 
				
			||||
 | 
					                                          help="Whether the product is " | 
				
			||||
 | 
					                                               "available for display on the" | 
				
			||||
 | 
					                                               " website") | 
				
			||||
 | 
					    featured_list_ids = fields.One2many("product.featured.relation", | 
				
			||||
 | 
					                                        "featured_rel_id", | 
				
			||||
 | 
					                                        string="Featured List", | 
				
			||||
 | 
					                                        default=_default_featured_list_ids, | 
				
			||||
 | 
					                                        help="List of related products for" | 
				
			||||
 | 
					                                             " featuring") | 
				
			||||
 | 
					    user_id = fields.Many2one('res.users', string="Person Responsible", | 
				
			||||
 | 
					                              track_visibility='onchange', | 
				
			||||
 | 
					                              default=lambda self: self.env.uid, | 
				
			||||
 | 
					                              help="User responsible for managing the featured" | 
				
			||||
 | 
					                                   " products") | 
				
			||||
@ -0,0 +1,37 @@ | 
				
			|||||
 | 
					# -*- coding: utf-8 -*- | 
				
			||||
 | 
					############################################################################# | 
				
			||||
 | 
					# | 
				
			||||
 | 
					#    Cybrosys Technologies Pvt. Ltd. | 
				
			||||
 | 
					# | 
				
			||||
 | 
					#    Copyright (C) 2024-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/>. | 
				
			||||
 | 
					# | 
				
			||||
 | 
					############################################################################# | 
				
			||||
 | 
					from odoo import fields, models | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					class ProductFeaturedRelation(models.Model): | 
				
			||||
 | 
					    """Model representing the relationship between featured products and the | 
				
			||||
 | 
					     product_featured model.""" | 
				
			||||
 | 
					    _name = 'product.featured.relation' | 
				
			||||
 | 
					    _description = 'Related Model for product_featured table' | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    product_id = fields.Many2one('product.template', string="Product", | 
				
			||||
 | 
					                                 help="The related product associated with " | 
				
			||||
 | 
					                                      "the featured relation.") | 
				
			||||
 | 
					    featured_rel_id = fields.Many2one('product.featured', | 
				
			||||
 | 
					                                      string="Featured Product", | 
				
			||||
 | 
					                                      help="The featured product associated " | 
				
			||||
 | 
					                                           "with the relation.") | 
				
			||||
@ -0,0 +1,47 @@ | 
				
			|||||
 | 
					# -*- coding: utf-8 -*- | 
				
			||||
 | 
					############################################################################# | 
				
			||||
 | 
					# | 
				
			||||
 | 
					#    Cybrosys Technologies Pvt. Ltd. | 
				
			||||
 | 
					# | 
				
			||||
 | 
					#    Copyright (C) 2024-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/>. | 
				
			||||
 | 
					# | 
				
			||||
 | 
					############################################################################# | 
				
			||||
 | 
					from odoo import fields, models | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					class ProductTemplate(models.Model): | 
				
			||||
 | 
					    """Extend the 'product.template' model to include additional | 
				
			||||
 | 
					    rating-related fields.""" | 
				
			||||
 | 
					    _inherit = 'product.template' | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    def _count_rating_count(self): | 
				
			||||
 | 
					        """Compute the average rating count for each product""" | 
				
			||||
 | 
					        for rec in self: | 
				
			||||
 | 
					            reviews = rec.rating_get_stats() | 
				
			||||
 | 
					            rec.rating_count = reviews.get('avg') | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    def _count_rating_total(self): | 
				
			||||
 | 
					        """Compute the total rating count for each product.""" | 
				
			||||
 | 
					        for rec in self: | 
				
			||||
 | 
					            reviews = rec.rating_get_stats() | 
				
			||||
 | 
					            rec.rating_total = reviews.get('total') | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    rating_count = fields.Float(compute='_count_rating_count', | 
				
			||||
 | 
					                                string='Average Rating', | 
				
			||||
 | 
					                                help="Average rating count for the product.") | 
				
			||||
 | 
					    rating_total = fields.Integer(compute='_count_rating_total', | 
				
			||||
 | 
					                                  string='Total Rating', | 
				
			||||
 | 
					                                  help="Total rating count for the product.") | 
				
			||||
		
		
			
  | 
| 
		 After Width: | Height: | Size: 1.0 MiB  | 
| 
		 After Width: | Height: | Size: 15 KiB  | 
| 
		 After Width: | Height: | Size: 384 KiB  | 
| 
		 After Width: | Height: | Size: 140 KiB  | 
| 
		 After Width: | Height: | Size: 132 KiB  | 
| 
		 After Width: | Height: | Size: 116 KiB  | 
| 
		 After Width: | Height: | Size: 78 KiB  | 
| 
		 After Width: | Height: | Size: 104 KiB  | 
| 
		 After Width: | Height: | Size: 51 KiB  | 
| 
		 After Width: | Height: | Size: 1.3 MiB  | 
| 
		 After Width: | Height: | Size: 147 KiB  | 
| 
		 After Width: | Height: | Size: 10 KiB  | 
| 
		 After Width: | Height: | Size: 28 KiB  | 
| 
		 After Width: | Height: | Size: 6.0 MiB  | 
| 
		 After Width: | Height: | Size: 892 KiB  | 
| 
		 After Width: | Height: | Size: 772 KiB  | 
| 
		 After Width: | Height: | Size: 252 KiB  | 
| 
		 After Width: | Height: | Size: 181 KiB  | 
| 
		 After Width: | Height: | Size: 268 KiB  | 
| 
		 After Width: | Height: | Size: 295 KiB  | 
| 
		 After Width: | Height: | Size: 149 KiB  | 
| 
		 After Width: | Height: | Size: 132 KiB  | 
@ -0,0 +1,276 @@ | 
				
			|||||
 | 
					<div class="oe_styling_v8"> | 
				
			||||
 | 
					    <!-- Hero Section --> | 
				
			||||
 | 
					    <div class="container pt-4 mt-4 rounded" style="background-color: #fff; font-family: Montserrat, 'sans-serif';"> | 
				
			||||
 | 
					        <div class="row"> | 
				
			||||
 | 
					            <div class="col-lg-12 mb-4"> | 
				
			||||
 | 
					                <img src="images/Cybrosys.png" alt="Cybrosys Logo" style="width: 120px; height: auto;"> | 
				
			||||
 | 
					                <hr style="border-color: #e1e5e9;" /> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					        </div> | 
				
			||||
 | 
					        <div class="row"> | 
				
			||||
 | 
					            <div class="col-lg-12 text-center"> | 
				
			||||
 | 
					                <img src="images/hero.png" width=60% height="auto" class="mb-4" alt="Theme Screenshot"> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					            <div class="col-lg-12 text-center"> | 
				
			||||
 | 
					                <h1 class="mt-4">Theme Diva</h1> | 
				
			||||
 | 
					                <p class="lead mb-4" style="max-width: 700px; margin: 0 auto;"> | 
				
			||||
 | 
					                    Theme Diva is an attractive and unique front-end theme mainly suitable for eCommerce websites. The many | 
				
			||||
 | 
					                    custom-designed snippets which have been incorporated will facilitate to add better user experience. | 
				
			||||
 | 
					                    Moreover, the Theme Diva contains the best deals with the new arrival products slider and a testimonial | 
				
			||||
 | 
					                    slider that can be configured from the backend. This theme fully customized the eCommerce website, shop | 
				
			||||
 | 
					                    view, custom categories view, product view, contact us page, and your entire website. Additionally, it | 
				
			||||
 | 
					                    contains a price filter and clear cart options that are available by default. | 
				
			||||
 | 
					                    blog preview...etc. | 
				
			||||
 | 
					                </p> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					        </div> | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					        <!-- End of Hero Section --> | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					        <!-- Alternate Section --> | 
				
			||||
 | 
					        <div class="row p-4"> | 
				
			||||
 | 
					            <div class="col-lg-6 px-4" style="margin-top: 100px;"> | 
				
			||||
 | 
					                <h2>Desktop View</h2> | 
				
			||||
 | 
					                <p class="lead"> | 
				
			||||
 | 
					                    The configurable desktop view will ensure that the subjects of your webpage and website are well aligned | 
				
			||||
 | 
					                    to suit the desktop and laptop screens. | 
				
			||||
 | 
					                </p> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					            <div class="col-lg-6 px-4"> | 
				
			||||
 | 
					                <img style="border-radius: 0.5em;" src="images/laptop-screenshots.jpg" width="90%" height="auto" | 
				
			||||
 | 
					                     class="mb-4 shadow-sm" alt="Theme Screenshot"> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					        </div> | 
				
			||||
 | 
					        <div class="row p-4"> | 
				
			||||
 | 
					            <div class="col-lg-6 px-4"> | 
				
			||||
 | 
					                <img style="border-radius: 0.5em;" src="images/phone-screenshots.jpg" width="90%" height="auto" | 
				
			||||
 | 
					                     class="mb-4 shadow-sm" alt="Theme Screenshot"> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					            <div class="col-lg-6 px-4" style="margin-top: 100px;"> | 
				
			||||
 | 
					                <h2>Mobile View</h2> | 
				
			||||
 | 
					                <p class="lead"> | 
				
			||||
 | 
					                    The Theme Diva can also be configured to be compatible with a smaller screen of your smartphones, | 
				
			||||
 | 
					                    tablets, and other smart devices. | 
				
			||||
 | 
					                </p> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					        </div> | 
				
			||||
 | 
					        <!-- End of Alternate Section --> | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					        <!-- Two Columns Section --> | 
				
			||||
 | 
					        <div class="row p-4"> | 
				
			||||
 | 
					            <!-- Column 1 --> | 
				
			||||
 | 
					            <div class="col-lg-6"> | 
				
			||||
 | 
					                <div class="row"> | 
				
			||||
 | 
					                    <div class="col-lg-12"> | 
				
			||||
 | 
					                        <img style="border-radius: 0.5em;" src="images/1.jpg" width="100%" height="auto" | 
				
			||||
 | 
					                             class="mb-4 shadow-sm" alt="Theme Screenshot"> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                    <div class="col-lg-12 mt-4"> | 
				
			||||
 | 
					                        <h2 class="text-center">Home Page</h2> | 
				
			||||
 | 
					                        <p class="lead text-center"> | 
				
			||||
 | 
					                            Define an attractive home page that can all be started from scratch and buildup using the | 
				
			||||
 | 
					                            powerful block tools providing a stylish front end to your website. | 
				
			||||
 | 
					                        </p> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                </div> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					            <!-- End of Column 1 --> | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					            <!-- Column 2 --> | 
				
			||||
 | 
					            <div class="col-lg-6"> | 
				
			||||
 | 
					                <div class="row"> | 
				
			||||
 | 
					                    <div class="col-lg-12"> | 
				
			||||
 | 
					                        <img style="border-radius: 0.5em;" src="images/2.jpg" width="100%" height="auto" | 
				
			||||
 | 
					                             class="mb-4 shadow-sm" alt="Theme Screenshot"> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                    <div class="col-lg-12 mt-4"> | 
				
			||||
 | 
					                        <h2 class="text-center">Product View</h2> | 
				
			||||
 | 
					                        <p class="lead text-center"> | 
				
			||||
 | 
					                            Describe the company products in a well-informed and well-defined manner in a distinctive way. | 
				
			||||
 | 
					                        </p> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                </div> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					            <!-- End of Column 2 --> | 
				
			||||
 | 
					        </div> | 
				
			||||
 | 
					        <!-- End of Two Columns Section --> | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					        <!-- One Column Section --> | 
				
			||||
 | 
					        <div class="row p-4"> | 
				
			||||
 | 
					            <div class="col-lg-6"> | 
				
			||||
 | 
					                <img style="border-radius: 0.5em;" src="images/3.jpg" width="90%" height="auto" class="mb-4 shadow-sm" | 
				
			||||
 | 
					                     alt="Theme Screenshot"> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					            <div class="col-lg-6" style="padding-top: 100px;"> | 
				
			||||
 | 
					                <h2>Overview</h2> | 
				
			||||
 | 
					                <p class="lead"> | 
				
			||||
 | 
					                    The Theme Diva brings style and creativity to your website which is all configurable with simple | 
				
			||||
 | 
					                    operational and functional tools. Moreover, it will help in changing the entire look of your website | 
				
			||||
 | 
					                    catering to every need of the website designing. You can define the best deals, has a new arrival | 
				
			||||
 | 
					                    products slider, testimonial slider, and the capability to craft attractive eCommerce website, shop | 
				
			||||
 | 
					                    view, custom categories view, product view, contact us page, and all the aspects of the website. | 
				
			||||
 | 
					                </p> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					        </div> | 
				
			||||
 | 
					        <!-- End of One Columns Section --> | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					        <!-- Three Columns Section --> | 
				
			||||
 | 
					        <div class="row p-4"> | 
				
			||||
 | 
					            <!-- Column 1 --> | 
				
			||||
 | 
					            <div class="col-lg-4"> | 
				
			||||
 | 
					                <div class="row"> | 
				
			||||
 | 
					                    <div class="col-lg-12"> | 
				
			||||
 | 
					                        <img style="border-radius: 0.5em;" src="images/blog-posts.png" width="100%" height="auto" | 
				
			||||
 | 
					                             class="mb-4 shadow-sm" alt="Theme Screenshot"> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                    <div class="col-lg-12 mt-4"> | 
				
			||||
 | 
					                        <h2 class="text-center">Blog</h2> | 
				
			||||
 | 
					                        <p class="lead text-center"> | 
				
			||||
 | 
					                            Theme Diva have a fully customized blog preview with big cover image of the blog. | 
				
			||||
 | 
					                        </p> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                </div> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					            <!-- End of Column 1 --> | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					            <!-- Column 2 --> | 
				
			||||
 | 
					            <div class="col-lg-4"> | 
				
			||||
 | 
					                <div class="row"> | 
				
			||||
 | 
					                    <div class="col-lg-12"> | 
				
			||||
 | 
					                        <img style="border-radius: 0.5em;" src="images/cart.png" width="100%" height="auto" | 
				
			||||
 | 
					                             class="mb-4 shadow-sm" alt="Theme Screenshot"> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                    <div class="col-lg-12 mt-4"> | 
				
			||||
 | 
					                        <h2 class="text-center">Cart</h2> | 
				
			||||
 | 
					                        <p class="lead text-center"> | 
				
			||||
 | 
					                            The cart display your products in a stylish way. it will display the all needed details | 
				
			||||
 | 
					                            of | 
				
			||||
 | 
					                            the product | 
				
			||||
 | 
					                        </p> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                </div> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					            <!-- End of Column 2 --> | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					            <!-- Column 4 --> | 
				
			||||
 | 
					            <div class="col-lg-4"> | 
				
			||||
 | 
					                <div class="row"> | 
				
			||||
 | 
					                    <div class="col-lg-12"> | 
				
			||||
 | 
					                        <img style="border-radius: 0.5em;" src="images/6.png" width="100%" height="auto" | 
				
			||||
 | 
					                             class="mb-4 shadow-sm" alt="Theme Screenshot"> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                    <div class="col-lg-12 mt-4"> | 
				
			||||
 | 
					                        <h2 class="text-center">Contact Us</h2> | 
				
			||||
 | 
					                        <p class="lead text-center"> | 
				
			||||
 | 
					                            The Attractive Theme Diva will help you to craft a classy website with ease and by dragging and | 
				
			||||
 | 
					                            dropping the available block tools. | 
				
			||||
 | 
					                        </p> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                </div> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					            <!-- End of Column 4 --> | 
				
			||||
 | 
					        </div> | 
				
			||||
 | 
					        <!-- End of Three Columns Section --> | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					        <!-- Demo Pages --> | 
				
			||||
 | 
					        <section class="oe_container"> | 
				
			||||
 | 
					            <div class="row" style="margin: 60px auto -30px;"> | 
				
			||||
 | 
					                <div class="col-lg-12 text-center"> | 
				
			||||
 | 
					                    <h4 class="mt-4">Demo Pages</h4> | 
				
			||||
 | 
					                    <hr style="border-width: 3px; border-color: #0984e3; width: 100px;"> | 
				
			||||
 | 
					                </div> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					            <div class="row" style="margin: 40px auto; border-radius: 15px; padding: 38px;"> | 
				
			||||
 | 
					                <div class="col-sm-6 col-md-4 px-2"> | 
				
			||||
 | 
					                    <div class="bg-white shadow overflow-hidden mb32" | 
				
			||||
 | 
					                         style="border-radius: 15px; width: 300px; padding-bottom: 0; margin-right: 30px;"> | 
				
			||||
 | 
					                        <img src="./images/demo-2.png" width="300px" height="auto"> | 
				
			||||
 | 
					                        <h6 class="text-center my-3">Shop</h6> | 
				
			||||
 | 
					                        <hr style="border-width: 5px; border-color: #0984e3; width: 150px; margin-bottom: 0;"> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                </div> | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					                <div class="col-sm-6 col-md-4 px-2"> | 
				
			||||
 | 
					                    <div class="bg-white shadow overflow-hidden mb32" | 
				
			||||
 | 
					                         style="border-radius: 15px; width: 300px; padding-bottom: 0;"> | 
				
			||||
 | 
					                        <img src="./images/demo-1.png" width="300px" height="auto"> | 
				
			||||
 | 
					                        <h6 class="text-center my-3">Home</h6> | 
				
			||||
 | 
					                        <hr style="border-width: 5px; border-color: #05c46b; width: 150px; margin-bottom: 0;"> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                </div> | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					                <div class="col-sm-6 col-md-4 px-2"> | 
				
			||||
 | 
					                    <div class="bg-white shadow overflow-hidden mb32" | 
				
			||||
 | 
					                         style="border-radius: 15px; width: 300px; padding-bottom: 0;"> | 
				
			||||
 | 
					                        <img src="./images/demo-3.png" width="300px" height="auto"> | 
				
			||||
 | 
					                        <h6 class="text-center my-3">Product Preview</h6> | 
				
			||||
 | 
					                        <hr style="border-width: 5px; border-color: #f44f52; width: 150px; margin-bottom: 0;"> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                </div> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					        </section> | 
				
			||||
 | 
					        <!-- End of Demo Pages --> | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					        <!-- Footer --> | 
				
			||||
 | 
					        <div class="row" style="margin-top: 4rem;"> | 
				
			||||
 | 
					            <div class="col-lg-12 text-center"> | 
				
			||||
 | 
					                <h2>Get Help</h2> | 
				
			||||
 | 
					                <hr style=" border: 2px solid #b22126; margin-top: 2px;" width="40px"> | 
				
			||||
 | 
					                <p class="text-center" style="max-width: 650px; margin: 0 auto;">If you have anything to share with | 
				
			||||
 | 
					                    us | 
				
			||||
 | 
					                    based | 
				
			||||
 | 
					                    on | 
				
			||||
 | 
					                    your use of this module, please let us know. We are ready to offer our support.</p> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					        </div> | 
				
			||||
 | 
					        <div class="row"> | 
				
			||||
 | 
					            <div class="col px-4 pt-3 pb-2 shadow-sm" | 
				
			||||
 | 
					                 style="background-color: #fff; max-width: 450px; border-radius: 0.5em; margin: 1em auto;"> | 
				
			||||
 | 
					                <div class="row"> | 
				
			||||
 | 
					                    <div class="col-lg-8"> | 
				
			||||
 | 
					                        <h6><a href="mailto:odoo@cybrosys.com" target="_blank" | 
				
			||||
 | 
					                               style="color: #050505; text-decoration: none;"><i | 
				
			||||
 | 
					                                class="fa fa-envelope mr-2"></i>odoo@cybrosys.com</a></h6> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                    <div class="col-lg-4 d-flex justify-content-end" style="position: relative;"> | 
				
			||||
 | 
					                        <h6><a href="mailto:odoo@cybrosys.com" target="_blank" | 
				
			||||
 | 
					                               style="color: #050505; text-decoration: none;"><i class="fa fa-chevron-right"></i></a> | 
				
			||||
 | 
					                        </h6> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                </div> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					        </div> | 
				
			||||
 | 
					        <div class="row"> | 
				
			||||
 | 
					            <div class="col px-4 pt-3 pb-2 shadow-sm" | 
				
			||||
 | 
					                 style="background-color: #fff; max-width: 450px; border-radius: 0.5em; margin: 1em auto;"> | 
				
			||||
 | 
					                <div class="row"> | 
				
			||||
 | 
					                    <div class="col-lg-8"> | 
				
			||||
 | 
					                        <h6><a href="https://www.cybrosys.com" target="_blank" | 
				
			||||
 | 
					                               style="color: #050505; text-decoration: none;"><i | 
				
			||||
 | 
					                                class="fa fa-globe mr-2"></i>www.cybrosys.com</a></h6> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                    <div class="col-lg-4 d-flex justify-content-end" style="position: relative;"> | 
				
			||||
 | 
					                        <h6><a href="https://www.cybrosys.com" target="_blank" | 
				
			||||
 | 
					                               style="color: #050505; text-decoration: none;"><i class="fa fa-chevron-right"></i></a> | 
				
			||||
 | 
					                        </h6> | 
				
			||||
 | 
					                    </div> | 
				
			||||
 | 
					                </div> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					        </div> | 
				
			||||
 | 
					        <div class="row"> | 
				
			||||
 | 
					            <div class="col-lg-12 mt-4 mb-2 text-center"> | 
				
			||||
 | 
					                <p style="font-weight: bold">A Quality Theme From</p> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					            <div class="col-lg-12 text-center"> | 
				
			||||
 | 
					                <img src="images/cybro-logo-oca.png" width="80px" height="auto"> | 
				
			||||
 | 
					            </div> | 
				
			||||
 | 
					        </div> | 
				
			||||
 | 
					        <!-- End of Footer --> | 
				
			||||
 | 
					    </div> | 
				
			||||
 | 
					</div> | 
				
			||||
| 
		 After Width: | Height: | Size: 369 KiB  | 
@ -0,0 +1,6 @@ | 
				
			|||||
 | 
					/** | 
				
			||||
 | 
					 * Owl Carousel v2.3.4 | 
				
			||||
 | 
					 * Copyright 2013-2018 David Deutsch | 
				
			||||
 | 
					 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE | 
				
			||||
 | 
					 */ | 
				
			||||
 | 
					.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:flex}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} | 
				
			||||
@ -0,0 +1,6 @@ | 
				
			|||||
 | 
					/** | 
				
			||||
 | 
					 * Owl Carousel v2.3.4 | 
				
			||||
 | 
					 * Copyright 2013-2018 David Deutsch | 
				
			||||
 | 
					 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE | 
				
			||||
 | 
					 */ | 
				
			||||
 | 
					.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} | 
				
			||||
@ -0,0 +1,14 @@ | 
				
			|||||
 | 
					body{ | 
				
			||||
 | 
					text-align: left; | 
				
			||||
 | 
					} | 
				
			||||
 | 
					ul, ol{text-align:left} | 
				
			||||
 | 
					.lazy-container{ | 
				
			||||
 | 
						min-height: 90px; | 
				
			||||
 | 
						height: 100px; | 
				
			||||
 | 
						max-height:300px;  | 
				
			||||
 | 
						margin-top:300px;} | 
				
			||||
 | 
					.lazy-img{ | 
				
			||||
 | 
						height:200px; | 
				
			||||
 | 
						max-height:300px;  | 
				
			||||
 | 
						opacity:0; | 
				
			||||
 | 
					} | 
				
			||||
| 
		 After Width: | Height: | Size: 313 B  | 
| 
		 After Width: | Height: | Size: 7.1 KiB  | 
| 
		 After Width: | Height: | Size: 2.7 KiB  | 
| 
		 After Width: | Height: | Size: 3.5 KiB  | 
| 
		 After Width: | Height: | Size: 387 B  | 
| 
		 After Width: | Height: | Size: 1.3 KiB  | 
| 
		 After Width: | Height: | Size: 560 KiB  | 
| 
		 After Width: | Height: | Size: 302 KiB  | 
| 
		 After Width: | Height: | Size: 649 KiB  | 
| 
		 After Width: | Height: | Size: 484 KiB  | 
| 
		 After Width: | Height: | Size: 279 KiB  | 
| 
		 After Width: | Height: | Size: 200 KiB  | 
| 
		 After Width: | Height: | Size: 135 KiB  | 
| 
		 After Width: | Height: | Size: 414 KiB  | 
| 
		 After Width: | Height: | Size: 663 KiB  | 
| 
		 After Width: | Height: | Size: 326 KiB  | 
| 
		 After Width: | Height: | Size: 1.1 MiB  | 
| 
		 After Width: | Height: | Size: 4.5 MiB  | 
| 
		 After Width: | Height: | Size: 355 KiB  | 
| 
		 After Width: | Height: | Size: 161 KiB  | 
| 
		 After Width: | Height: | Size: 7.1 MiB  | 
| 
		 After Width: | Height: | Size: 482 KiB  | 
| 
		 After Width: | Height: | Size: 578 KiB  | 
| 
		 After Width: | Height: | Size: 557 KiB  | 
| 
		 After Width: | Height: | Size: 44 KiB  | 
| 
		 After Width: | Height: | Size: 131 KiB  | 
| 
		 After Width: | Height: | Size: 63 KiB  | 
| 
		 After Width: | Height: | Size: 40 KiB  | 
| 
		 After Width: | Height: | Size: 3.1 KiB  | 
| 
		 After Width: | Height: | Size: 52 KiB  | 
| 
		 After Width: | Height: | Size: 39 KiB  | 
| 
		 After Width: | Height: | Size: 35 KiB  | 
| 
		 After Width: | Height: | Size: 40 KiB  | 
| 
		 After Width: | Height: | Size: 56 KiB  | 
| 
		 After Width: | Height: | Size: 71 KiB  | 
| 
		 After Width: | Height: | Size: 946 KiB  | 
| 
		 After Width: | Height: | Size: 508 KiB  | 
| 
		 After Width: | Height: | Size: 73 KiB  | 
| 
		 After Width: | Height: | Size: 115 KiB  | 
| 
		 After Width: | Height: | Size: 80 KiB  | 
| 
		 After Width: | Height: | Size: 68 KiB  | 
| 
		 After Width: | Height: | Size: 159 KiB  | 
@ -0,0 +1,5 @@ | 
				
			|||||
 | 
					Fonts used in this design: | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					Font: Montserrat | 
				
			||||
 | 
					Author: Julieta Ulanovsky,Sol Matas,Juan Pablo del Peral,Jacques Le Bailly | 
				
			||||
 | 
					Url: https://fonts.google.com/specimen/Montserrat | 
				
			||||
| 
		 After Width: | Height: | Size: 2.2 MiB  | 
| 
		 After Width: | Height: | Size: 14 MiB  | 
| 
		 After Width: | Height: | Size: 10 MiB  | 
| 
		 After Width: | Height: | Size: 6.6 MiB  | 
| 
		 After Width: | Height: | Size: 2.8 MiB  | 
| 
		 After Width: | Height: | Size: 2.1 MiB  | 
| 
		 After Width: | Height: | Size: 470 KiB  | 
| 
		 After Width: | Height: | Size: 1.6 KiB  | 
| 
		 After Width: | Height: | Size: 1.3 KiB  | 
| 
		 After Width: | Height: | Size: 272 KiB  | 
| 
		 After Width: | Height: | Size: 248 KiB  | 
| 
		 After Width: | Height: | Size: 263 KiB  | 
| 
		 After Width: | Height: | Size: 321 KiB  | 
| 
		 After Width: | Height: | Size: 241 KiB  | 
| 
		 After Width: | Height: | Size: 256 KiB  |