mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-18 17:22:02 +02:00
737 B
737 B
Reports
Report definitions and templates in account_test.
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