oca-workflow-process/odoo-bringout-oca-stock-logistics-workflow-stock_picking_batch_extended/doc/REPORTS.md

598 B

Reports

Report definitions and templates in stock_picking_batch_extended.

classDiagram
    class ReportPrintBatchPicking
    AbstractModel <|-- ReportPrintBatchPicking

Available Reports

No named reports found in XML files.

Report Files

  • batch_report.py (Python logic)
  • init.py (Python logic)

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