TIP: You can type at any time to perform a new search.
Report Display Name in Footer
report_display_name_in_footer · OCA/reporting-engine
- Repository
- OCA/reporting-engine · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Tools
- Folder size
- 0.05 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/reporting-engine
- Last tracking update
- 2026-08-07 08:43:02
- Authors
- Odoo Community Association (OCA), Moduon
- Maintainers
- Odoo Community Association (OCA), Moduon
- Committers
- oca-ci, Joel Estrada
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module extends the pagination functionality in reports to display the name of the document on each page of PDFs, allowing you to know which document each page belongs to and in what order they should appear. Pagination will appear on the left side and document name on the right side of the footer.
Code Analysis ⓘ
Views touched (7)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
external_layout_bold_display_name_on_footer |
external_layout_bold_display_name_on_footer | ir.ui.view | qweb | Inherits web.external_layout_bold |
external_layout_boxed_display_name_on_footer |
external_layout_boxed_display_name_on_footer | ir.ui.view | qweb | Inherits web.external_layout_boxed |
external_layout_bubble_display_name_on_footer |
external_layout_bubble_display_name_on_footer | ir.ui.view | qweb | Inherits web.external_layout_bubble |
external_layout_folder_display_name_on_footer |
external_layout_folder_display_name_on_footer | ir.ui.view | qweb | Inherits web.external_layout_folder |
external_layout_standard_display_name_on_footer |
external_layout_standard_display_name_on_footer | ir.ui.view | qweb | Inherits web.external_layout_standard |
external_layout_striped_display_name_on_footer |
external_layout_striped_display_name_on_footer | ir.ui.view | qweb | Inherits web.external_layout_striped |
external_layout_wave_display_name_on_footer |
external_layout_wave_display_name_on_footer | ir.ui.view | qweb | Inherits web.external_layout_wave |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…