# -*- coding: utf-8 -*- ############################################################################### # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2023-TODAY Cybrosys Technologies() # Author: Aysha Shalin (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': 'Inventory Dashboard Odoo 17', 'version': '17.0.1.0.0', 'category': 'Warehouse', 'summary': 'Detailed dashboard view for Inventory module.', 'description': """This module presents a detailed dashboard view for the Inventory module, delivering a compr ehensive and concise overview that serves as a valuable tool for both inventory users and administrators.""", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': "https://www.cybrosys.com", 'depends': ['stock', 'base'], 'data': [ 'views/res_config_settings_views.xml', 'views/dashboard_menu.xml', ], 'assets': { 'web.assets_backend': [ 'https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap', 'inventory_stock_dashboard_odoo/static/src/css/dashboard.css', 'inventory_stock_dashboard_odoo/static/src/js/dashboard.js', 'inventory_stock_dashboard_odoo/static/src/xml/inventory_dashboard_template.xml', 'https://cdn.jsdelivr.net/npm/chart.js', ], }, 'images': ['static/description/banner.png'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False, 'application': False, }