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.
105 lines
4.3 KiB
105 lines
4.3 KiB
# -*- 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/>.
|
|
#
|
|
#############################################################################
|
|
{
|
|
'name': 'Theme Diva',
|
|
'version': '16.0.1.0.0',
|
|
'category': 'Theme/Corporate',
|
|
'summary': 'Design Web Pages with Theme Diva.'
|
|
'The theme is very user-friendly and is suitable for your '
|
|
'website.',
|
|
'description': 'Theme Diva is an attractive and modern eCommerce Website '
|
|
'theme',
|
|
'author': 'Cybrosys Techno Solutions',
|
|
'company': 'Cybrosys Techno Solutions',
|
|
'maintainer': 'Cybrosys Techno Solutions',
|
|
'website': "https://www.cybrosys.com",
|
|
'depends': ['website_sale', 'website_blog', 'website', 'hr'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'data/featured_product_data.xml',
|
|
'views/featured_configuration.xml',
|
|
'views/views.xml',
|
|
'views/customize.xml',
|
|
'views/layout.xml',
|
|
'views/myaccount.xml',
|
|
'views/shop.xml',
|
|
'views/product_view.xml',
|
|
'views/cart_view.xml',
|
|
'views/checkout.xml',
|
|
'views/contact.xml',
|
|
'views/index/index_banner.xml',
|
|
'views/index/index_main_product.xml',
|
|
'views/index/index_featured_product.xml',
|
|
'views/index/index_demo.xml',
|
|
'views/index/index_subscribe.xml',
|
|
'views/index 2/banner.xml',
|
|
'views/index 2/popular_product.xml',
|
|
'views/index 2/Featured_product.xml',
|
|
'views/index 2/testimonial.xml',
|
|
'views/index 2/offer.xml',
|
|
'views/index 2/index2_blog.xml',
|
|
'views/index 3/index3_banner.xml',
|
|
'views/index 3/index3_product.xml',
|
|
'views/index 3/index3_store.xml',
|
|
'views/index 3/index3_gallery.xml',
|
|
'views/index 3/index3_blog.xml',
|
|
'views/landing_page/landing_features.xml',
|
|
'views/landing_page/landing_demo.xml',
|
|
'views/landing_page/landing_banner.xml',
|
|
'views/landing_page/landing_sponsored.xml',
|
|
'views/landing_page/landing_testimonial.xml',
|
|
'views/landing_page/landing_subscribe.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_frontend': [
|
|
'/theme_diva/static/src/xml/index3_blog.xml',
|
|
'/theme_diva/static/src/xml/index2_blog.xml',
|
|
'/theme_diva/static/src/xml/index_featured_products.xml',
|
|
'/theme_diva/static/src/xml/index_featured_products2.xml',
|
|
'/theme_diva/static/src/xml/index_main_product.xml',
|
|
'/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,',
|
|
],
|
|
},
|
|
'images': [
|
|
'static/description/banner.png',
|
|
'static/description/theme_screenshot.png'
|
|
],
|
|
'license': 'LGPL-3',
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'application': False,
|
|
}
|
|
|