Move 28 account modules from oca-technical to existing oca-financial submodule

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ernad Husremovic 2025-08-30 17:49:03 +02:00
parent db3aed218d
commit 048bcf5ec7
1303 changed files with 176970 additions and 0 deletions

View file

@ -0,0 +1,30 @@
# 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