mirror of
https://github.com/bringout/cybrosys.git
synced 2026-04-18 15:52:04 +02:00
30 lines
902 B
Markdown
30 lines
902 B
Markdown
# Reports
|
|
|
|
Report definitions and templates in warehouse_reports.
|
|
|
|
```mermaid
|
|
classDiagram
|
|
```
|
|
|
|
## Available Reports
|
|
|
|
### PDF/Document Reports
|
|
- **Stock Valuation Report** (PDF/Print)
|
|
- **Stock Move Report** (PDF/Print)
|
|
- **Stock Transfer Report** (PDF/Print)
|
|
- **Stock Product Report** (PDF/Print)
|
|
|
|
|
|
## Report Files
|
|
|
|
- **ir_action_reports.xml** (XML template/definition)
|
|
- **stock_move_report_templates.xml** (XML template/definition)
|
|
- **stock_product_report_templates.xml** (XML template/definition)
|
|
- **stock_transfer_report_templates.xml** (XML template/definition)
|
|
- **stock_valuation_report_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
|