Repository
OCA/reporting-engine · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
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 09:06:34
Authors
Odoo Community Association (OCA), Creu Blanca
Maintainers
Odoo Community Association (OCA), Creu Blanca
Committers
OCA-git-bot, oca-ci, AlexanderMurre-Galileo, Alexander Murre
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds a context variable to reports. A possible use for this
context could be hiding some fields or many other configuration options.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
act_report_xml_view ir.actions.report.context.form ir.actions.report form Inherits base.act_report_xml_view
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
(inherited route override) ReportController.report_routes inherited http ALL
Models touched (1)

New fields (1)
  • context Char
    default={} help='Context dictionary as Python expression, empty by default (Default: {})' required=True string='Context Value'
Public methods (1)
  • report_action(self, docids, data=None, config=True)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…