odoo_c2c/addons/c2c_reports/__manifest__.py

15 lines
400 B
Python

# -*- coding: utf-8 -*-
{
'name': 'C2C Dashboards & Reports',
'version': '1.0',
'category': 'Sales/Sales',
'summary': 'Executive dashboards for inventory, expiry, yield, and profit',
'author': 'Antigravity',
'depends': ['stock', 'account', 'c2c_yield_wastage'],
'data': [
'views/c2c_dashboard_views.xml',
],
'installable': True,
'license': 'LGPL-3',
}