oca-technical/odoo-bringout-oca-account-closing-account_multicurrency_revaluation/doc/REPORTS.md
2025-08-29 15:43:03 +02:00

30 lines
814 B
Markdown

# Reports
Report definitions and templates in account_multicurrency_revaluation.
```mermaid
classDiagram
class ShellAccount
object <|-- ShellAccount
class CurrencyUnrealizedReport
AbstractModel <|-- CurrencyUnrealizedReport
```
## Available Reports
### PDF/Document Reports
- **Currency Revaluation Report** (PDF/Print)
## Report Files
- **currency_unrealized_report.py** (Python logic)
- **__init__.py** (Python logic)
- **report.xml** (XML template/definition)
- **unrealized_currency_gain_loss.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