Skip to content

[t154506][18.0][MIG] report_qweb_element_page_visibility: Migration to 18.0#772

Merged
BT-dlagin merged 1 commit intobrain-tec:18.0.t154506from
BT-dlagin:18.0-mig-report_qweb_element_page_visibility
Mar 11, 2025
Merged

[t154506][18.0][MIG] report_qweb_element_page_visibility: Migration to 18.0#772
BT-dlagin merged 1 commit intobrain-tec:18.0.t154506from
BT-dlagin:18.0-mig-report_qweb_element_page_visibility

Conversation

@BT-dlagin
Copy link
Copy Markdown

@BT-dlagin BT-dlagin commented Mar 11, 2025

…sibility

the visibility attribute with the hidden option hides the element but don't free the space.

A common use case is to have a specific header for the first page and another for the other pages. With visibility: hidden the second header cannot take the first one place and will keep a huge margin. One solution is to use the display:none instead.

Links to Odoo:
Affected Modules:
ModuleExt
report_qweb_element_page_visibility.xml

…sibility

the visibility attribute with the hidden option hides the element but
don't free the space.

A common use case is to have a specific header for the first page and
another for the other pages. With visibility: hidden the second header
cannot take the first one place and will keep a huge margin.
One solution is to use the display:none instead.
@BT-dlagin BT-dlagin merged commit 611569f into brain-tec:18.0.t154506 Mar 11, 2025
1 of 2 checks passed
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.08%. Comparing base (9e07614) to head (7a3014b).
Report is 7 commits behind head on 18.0.t154506.

Additional details and impacted files
@@              Coverage Diff              @@
##           18.0.t154506     #772   +/-   ##
=============================================
  Coverage         76.08%   76.08%           
=============================================
  Files                22       22           
  Lines               878      878           
  Branches            122      122           
=============================================
  Hits                668      668           
  Misses              172      172           
  Partials             38       38           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants