TIP: You can type at any time to perform a new search.
Batch Report Printing
report_batch · OCA/reporting-engine
- Repository
- OCA/reporting-engine · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Reporting
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/reporting-engine
- Last tracking update
- 2026-08-07 07:38:30
- Authors
- Odoo Community Association (OCA), Open Source Integrators
- Maintainers
- Odoo Community Association (OCA), Open Source Integrators
- Committers
- Bhavesh Odedra, OCA-git-bot, oca-travis
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
act_batch_report_xml_view |
ir.actions.batch.report.form | ir.actions.report | form | Inherits base.act_report_xml_view |
view_ir_actions_subreport_tree |
ir.actions.report.subreport.tree | ir.actions.report.subreport | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
subreport_idsOne2many → ir.actions.report.subreportargs: 'ir.actions.report.subreport', 'parent_report_id'
-
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)
-
modelCharrelated='parent_report_id.model' -
parent_report_idMany2one → ir.actions.reportondelete='cascade' args: 'ir.actions.report' -
sequenceIntegerdefault=10 -
subreport_idMany2one → ir.actions.reportrequired=Truestring='Subreport' args: 'ir.actions.report'
No public methods.
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 150 days ago
- Last activity
- 25 days ago
- Repository
- OCA/reporting-engine
- Pull request
- [18.0][MIG] report_batch (#1148)