[17.0] [MIG] web_font_size_report_layout#3371
Conversation
jelenapoblet
left a comment
There was a problem hiding this comment.
Looks great overall, a simple and very useful contribution.
Just one small suggestion: the code includes the full range of sizes (9, 10, 11, 12, 13, 14 with 11 as default), but the DESCRIPTION.md and README only list 9/10/12/14. It would be good to update the docs so they match the actual selection options.
Everything else looks solid.
09644bb to
8b4ed3b
Compare
Done |
|
This PR has the |
|
Hello @ivs-cetmix #3271 MERGED. |
@syci nice, please update this PR to include the commits from 16.0 and change the tag to |
etobella
left a comment
There was a problem hiding this comment.
How this can be a migration with just one commit?
8b4ed3b to
fafefa9
Compare
|
Hi @ajfebres , please include the module name in the Migration commit |
|
/ocabot migration web_font_size_report_layout |
|
Hey @syci , thank you for your contribution! |
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at 9b4c284. Thanks a lot for contributing to OCA. ❤️ |
Odoo’s default report layout uses a fixed font size for all PDF documents.
In many real use cases, especially when invoice or sales order lines include long product descriptions or detailed content, this results in documents that are difficult to read or excessively long.
This module introduces a configurable font size in the Document Layout settings.
Administrators can choose between 9pt, 10pt, 12pt, and 14pt to optimize readability and space usage, adapting reports to company needs (compactness vs. visibility).