Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
1
report_footer_html/readme/CONTEXT.md
Normal file
1
report_footer_html/readme/CONTEXT.md
Normal file
@@ -0,0 +1 @@
|
||||
This module was developed because sometimes you want to personalize your Report Footer with extra information in some reports.
|
||||
4
report_footer_html/readme/CONTRIBUTORS.md
Normal file
4
report_footer_html/readme/CONTRIBUTORS.md
Normal 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/))
|
||||
11
report_footer_html/readme/DESCRIPTION.md
Normal file
11
report_footer_html/readme/DESCRIPTION.md
Normal 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.
|
||||
2
report_footer_html/readme/ROADMAP.md
Normal file
2
report_footer_html/readme/ROADMAP.md
Normal 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.
|
||||
5
report_footer_html/readme/USAGE.md
Normal file
5
report_footer_html/readme/USAGE.md
Normal 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.
|
||||
Reference in New Issue
Block a user