Skip to content

Commit 1ffe84e

Browse files
committed
[BOT] post-merge updates
1 parent f672226 commit 1ffe84e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ addon | version | maintainers | summary
2626
[pdf_xml_attachment](pdf_xml_attachment/) | 18.0.1.0.0 | <a href='https://github.com/simahawk'><img src='https://github.com/simahawk.png' width='32' height='32' style='border-radius:50%;' alt='simahawk'/></a> <a href='https://github.com/alexis-via'><img src='https://github.com/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> | Provides helpers to work w/ PDFs and XML attachments
2727
[report_context](report_context/) | 18.0.1.0.0 | | Adding context to reports
2828
[report_csv](report_csv/) | 18.0.1.0.0 | | Base module to create csv report
29+
[report_display_name_in_footer](report_display_name_in_footer/) | 18.0.1.0.0 | <a href='https://github.com/Shide'><img src='https://github.com/Shide.png' width='32' height='32' style='border-radius:50%;' alt='Shide'/></a> <a href='https://github.com/rafaelbn'><img src='https://github.com/rafaelbn.png' width='32' height='32' style='border-radius:50%;' alt='rafaelbn'/></a> | Show document name in report footer
2930
[report_footer_html](report_footer_html/) | 18.0.1.0.0 | <a href='https://github.com/Shide'><img src='https://github.com/Shide.png' width='32' height='32' style='border-radius:50%;' alt='Shide'/></a> <a href='https://github.com/rafaelbn'><img src='https://github.com/rafaelbn.png' width='32' height='32' style='border-radius:50%;' alt='rafaelbn'/></a> | Show HTML content in desired Footer Reports
3031
[report_pdf_zip_download](report_pdf_zip_download/) | 18.0.1.0.0 | | Report PDF ZIP Download
3132
[report_py3o](report_py3o/) | 18.0.1.0.1 | | Reporting engine based on Libreoffice (ODT -> ODT, ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[project]
22
name = "odoo-addons-oca-reporting-engine"
3-
version = "18.0.20251126.0"
3+
version = "18.0.20251126.1"
44
dependencies = [
55
"odoo-addon-base_comment_template==18.0.*",
66
"odoo-addon-bi_sql_editor==18.0.*",
77
"odoo-addon-pdf_xml_attachment==18.0.*",
88
"odoo-addon-report_context==18.0.*",
99
"odoo-addon-report_csv==18.0.*",
10+
"odoo-addon-report_display_name_in_footer==18.0.*",
1011
"odoo-addon-report_footer_html==18.0.*",
1112
"odoo-addon-report_pdf_zip_download==18.0.*",
1213
"odoo-addon-report_py3o==18.0.*",

0 commit comments

Comments
 (0)