Repository
OCA/reporting-engine · module folder · Try on Runboat
Module version
1.0
Category
Report
Folder size
0.01 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
http://www.camptocamp.com/
Last tracking update
2026-08-07 07:17:52
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
invoice_report_assemble
Description
Base Report Assembler
=====================

Defines a new type of report which is an assemblage of multiple other reports
of the same object.

For example you can merge the pdf output of a rml invoice report with the pdf
output of a webkit payment slip.

To install this assemblage option for specific object you can install
the folling module(s):

- Invoices: invoice_report_assemble (lp:account-invoice-report)

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (4)
  • create(self, cursor, user, vals, context=None)
    Create report and register it
  • register_all(self, cursor)
  • unlink(self, cursor, user, ids, context=None)
    Delete report and unregister it
  • write(self, cr, uid, ids, vals, context=None)
    Edit report and manage its registration

Loading…

Loading…

Loading…