mirror of
https://github.com/bringout/cybrosys.git
synced 2026-04-18 10:52:08 +02:00
902 B
902 B
Reports
Report definitions and templates in warehouse_reports.
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