mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-19 08:42:03 +02:00
28 lines
737 B
Markdown
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
|