Initial commit: OCA Financial packages (186 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:04 +02:00
commit 3e0e8473fb
8757 changed files with 947473 additions and 0 deletions

View file

@ -0,0 +1,30 @@
# Reports
Report definitions and templates in account_liquidity_forecast.
```mermaid
classDiagram
class LiquidityForecastReport
AbstractModel <|-- LiquidityForecastReport
class LiquidityForecastXslx
AbstractModel <|-- LiquidityForecastXslx
```
## Available Reports
No named reports found in XML files.
## Report Files
- **__init__.py** (Python logic)
- **liquidity_forecast.py** (Python logic)
- **liquidity_forecast_xlsx.py** (Python logic)
- **layouts.xml** (XML template/definition)
- **liquidity_forecast.xml** (XML template/definition)
## 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