# -*- coding: utf-8 -*- ############################################################################# # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2023-TODAY Cybrosys Technologies() # Author: Vivek @ cybrosys,(odoo@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 . # ############################################################################# { 'name': 'Theme Trading', 'version': '16.0.1.0.0', 'category': 'Theme/Corporate', 'summary': 'Theme Trading is an attractive trading Website theme. ' 'The theme comes with many useful and stylish snippets', 'description': 'Theme Trading for Odoo Trading Website', 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'images': [ 'static/description/banner.png', 'static/description/theme_screenshot.png', ], 'website': 'https://www.cybrosys.com', 'depends': ['website', 'website_blog'], 'data': [ 'views/theme_trading_trading_templates.xml', 'views/theme_trading_investing_templates.xml', 'views/footer.xml', 'views/header.xml', 'views/website_menu.xml', 'views/contactus.xml', 'views/snippets/theme_trading_feature_templates.xml', 'views/snippets/theme_trading_community_templates.xml', 'views/snippets/theme_trading_asset_classes_templates.xml', 'views/snippets/theme_trading_banner_templates.xml', 'views/snippets/theme_trading_aboutus_templates.xml', 'views/snippets/theme_trading_faq_templates.xml', 'views/snippets/theme_trading_testimonial_templates.xml', 'views/snippets/snippet_templates.xml', ], 'assets': { 'web.assets_frontend': [ "/theme_trading/static/src/css/style.css", ], }, 'license': 'LGPL-3', 'installable': True, 'application': False, 'auto_install': False, }