mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-23 18:42:01 +02:00
Initial commit: OCA Financial packages (186 packages)
This commit is contained in:
commit
3e0e8473fb
8757 changed files with 947473 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue