Batch Report Printing

report_batch
REPOSITORY
REPOSITORYOCA/reporting-engine
GIT
GIThttps://github.com/OCA/reporting-engine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/reporting-engine/tree/13.0/report_batch
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYReporting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSBhavesh Odedra, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/reporting-engine
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
act_batch_report_xml_view ir.actions.batch.report.form ir.actions.report field Inherits base.act_report_xml_view
view_ir_actions_subreport_tree ir.actions.report.subreport.tree ir.actions.report.subreport tree New
Models touched (2)

New fields (1)
  • subreport_ids One2many → ir.actions.report.subreport
    args: 'ir.actions.report.subreport', 'parent_report_id'
Public methods (5)
  • create(self, vals)
    @api.model
  • generate_bottom_part(self)
  • generate_custom_content(self, report_name)
  • generate_top_part(self)
  • write(self, vals)

New fields (4)
  • model Char
    related='parent_report_id.model'
  • parent_report_id Many2one → ir.actions.report
    ondelete='cascade' args: 'ir.actions.report'
  • sequence Integer
    default=10
  • subreport_id Many2one → ir.actions.report
    required=True string='Subreport' args: 'ir.actions.report'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/reporting-engine
PULL REQUEST
PULL REQUEST[18.0][MIG] report_batch (#1148)