[18.0][MIG] web font size report layout: Migration to 18.0 - #3661
[18.0][MIG] web font size report layout: Migration to 18.0#3661DorianMAG wants to merge 9 commits into
Conversation
Currently translated at 100.0% (13 of 13 strings) Translation: web-17.0/web-17.0-web_font_size_report_layout Translate-URL: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_font_size_report_layout/it/
rrebollo
left a comment
There was a problem hiding this comment.
Code Review: Great work! The code looks good to me (LGTM). Thank you for your contribution! I've provided a few suggestions for your consideration—feel free to address them as you see fit.
| body, .o_report_layout, .page, | ||
| .o_report_layout *, .page *, | ||
| table, td, th, p, li, span, div { | ||
| font-size: <t t-esc="fs" />pt !important; |
There was a problem hiding this comment.
| font-size: <t t-esc="fs" />pt !important; | |
| font-size: <t t-out="fs" />pt !important; |
| body, .o_report_layout, .page, | ||
| .o_report_layout *, .page *, | ||
| table, td, th, p, li, span, div { | ||
| font-size: <t t-esc="fs" />pt !important; |
There was a problem hiding this comment.
| font-size: <t t-esc="fs" />pt !important; | |
| font-size: <t t-out="fs" />pt !important; |
| body, .o_report_layout, .page, | ||
| .o_report_layout *, .page *, | ||
| table, td, th, p, li, span, div { | ||
| font-size: <t t-esc="fs" />pt !important; |
There was a problem hiding this comment.
| font-size: <t t-esc="fs" />pt !important; | |
| font-size: <t t-out="fs" />pt !important; |
| body, .o_report_layout, .page, | ||
| .o_report_layout *, .page *, | ||
| table, td, th, p, li, span, div { | ||
| font-size: <t t-esc="fs" />pt !important; |
There was a problem hiding this comment.
| font-size: <t t-esc="fs" />pt !important; | |
| font-size: <t t-out="fs" />pt !important; |
| body, .o_report_layout, .page, | ||
| .o_report_layout *, .page *, | ||
| table, td, th, p, li, span, div { | ||
| font-size: <t t-esc="fs" />pt !important; |
There was a problem hiding this comment.
| font-size: <t t-esc="fs" />pt !important; | |
| font-size: <t t-out="fs" />pt !important; |
| body, .o_report_layout, .page, | ||
| .o_report_layout *, .page *, | ||
| table, td, th, p, li, span, div { | ||
| font-size: <t t-esc="fs" />pt !important; |
There was a problem hiding this comment.
| font-size: <t t-esc="fs" />pt !important; | |
| font-size: <t t-out="fs" />pt !important; |
216a753 to
50466df
Compare
Thx for the review. |
|
ping |
BhaveshHeliconia
left a comment
There was a problem hiding this comment.
LGTM!
Just make title:- [18.0][MIG] web_font_size_report_layout: Migration to 18.0
Based on PR #3389