Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1 @@
This module was developed because sometimes you want to personalize your Report Footer with extra information in some reports.

View File

@@ -0,0 +1,4 @@
- Eduardo de Miguel ([Moduon](https://www.moduon.team/))
- Rafael Blasco ([Moduon](https://www.moduon.team/))
- David Vidal ([Moduon](https://www.moduon.team/))
- Joel Estrada ([Moduon](https://www.moduon.team/))

View File

@@ -0,0 +1,11 @@
This module extends the report configuration in order to display HTML content inside Report Footer on chosen reports.
### Implementation Details
The footer is injected into various report layouts. In some cases, the native footer div is **replaced** instead of just adding content before it:
- **`Bubble`**: The div is replaced to move the vertical separator bar that splits the footer content, ensuring a clean layout with the custom footer displayed above the native one.
- **`Standard`, `Folder`, `Boxed` and `Bold`**: The div is replaced and the footer layout is modified to ensure the HTML footer content occupies the full width instead of appearing inline with other elements.
In other layouts (`striped`, `wave`), the custom footer is simply inserted before the native footer without replacing it, as the layout structure handles the distribution correctly.

View File

@@ -0,0 +1,2 @@
- Due to Odoo limitations, hyperlinked text does not work in report footers.
- Links can only be added by pasting the full URL directly into the footer.

View File

@@ -0,0 +1,5 @@
To use this module, you need to:
1. Go to a Report that you want to personalize footer.
1. Add some image or HTML to this report on Advanced Properties page.
1. Change Paperformat of this Report and adjust *Bottom Margin (mm)* accordingly.