Repository
OCA/reporting-engine · module folder · Try on Runboat
Module version
1.0.0
Category
Reporting
Folder size
0.09 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/reporting-engine
Last tracking update
2026-08-07 08:43:02
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
OCA-git-bot, oca-ci, Nik
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description
This module provides new report template with possibility to add image
to replace header and footer.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
base_document_layout base.document.layout base.document.layout Inherits web.view_base_document_layout
external_clean_layout_images_template external_clean_layout_images_template ir.ui.view qweb Inherits web.external_layout_bold
external_standard_layout_images_template external_standard_layout_images_template ir.ui.view qweb Inherits web.external_layout_standard
styles_company_report styles_company_report ir.ui.view qweb Inherits web.styles_company_report
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • full_footer_img Binary
    help='Replaces whole footer, disables footer logo' readonly=False related='company_id.full_footer_img'
  • full_header_img Binary
    help='Replaces whole header with image' readonly=False related='company_id.full_header_img'
Public methods (0)

No public methods.

New fields (2)
  • full_footer_img Binary
    attachment=True help='This image will replace all footer.' string='Full footer image'
  • full_header_img Binary
    attachment=True help='This image will replace all header.' string='Full header image'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…