Initial commit: Cybrosys Odoo packages (10 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:49:21 +02:00
commit 54ed047508
751 changed files with 13707 additions and 0 deletions

View file

@ -0,0 +1,30 @@
# 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