Initial commit: Mail packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:51 +02:00
commit 4e53507711
1948 changed files with 751201 additions and 0 deletions

View file

@ -0,0 +1,32 @@
# Reports
Report definitions and templates in im_livechat.
```mermaid
classDiagram
class ImLivechatReportChannel
Model <|-- ImLivechatReportChannel
class ImLivechatReportOperator
Model <|-- ImLivechatReportOperator
```
## Available Reports
### Analytical/Dashboard Reports
- **Operator Analysis** (Analysis/Dashboard)
- **Session Statistics** (Analysis/Dashboard)
## Report Files
- **im_livechat_report_channel.py** (Python logic)
- **im_livechat_report_channel_views.xml** (XML template/definition)
- **im_livechat_report_operator.py** (Python logic)
- **im_livechat_report_operator_views.xml** (XML template/definition)
- **__init__.py** (Python logic)
## Notes
- Named reports above are accessible through Odoo's reporting menu
- Python files define report logic and data processing
- XML files contain report templates, definitions, and formatting
- Reports are integrated with Odoo's printing and email systems