oca-ocb-accounting/odoo-bringout-oca-ocb-account_test/doc/REPORTS.md
2025-08-29 15:20:47 +02:00

28 lines
737 B
Markdown

# Reports
Report definitions and templates in account_test.
```mermaid
classDiagram
class ReportAssertAccount
AbstractModel <|-- ReportAssertAccount
```
## Available Reports
### PDF/Document Reports
- **Accounting Tests** (PDF/Print)
## Report Files
- **accounting_assert_test_reports.xml** (XML template/definition)
- **__init__.py** (Python logic)
- **report_account_test.py** (Python logic)
- **report_account_test_templates.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