mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 16:52:02 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue