Skip to content

Syncing from upstream OCA/reporting-engine (18.0)#771

Merged
bt-admin merged 31 commits intobrain-tec:18.0from
OCA:18.0
Mar 11, 2025
Merged

Syncing from upstream OCA/reporting-engine (18.0)#771
bt-admin merged 31 commits intobrain-tec:18.0from
OCA:18.0

Conversation

@bt-admin
Copy link
Copy Markdown

bt_gitbot

Sebastien LANGE and others added 30 commits December 5, 2024 14:24
…age_visibility module

These classes cause the element to be visible when the document is only a single page long (for single-page) or when it's multiple pages long (for multi-page). This is especially useful for page counters, which can be hidden when there's only a single page.
…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.
Signed-off-by pedrobaeza
@bt-admin bt-admin added the 18.0 label Mar 11, 2025
@bt-admin bt-admin merged commit dd54839 into brain-tec:18.0 Mar 11, 2025
4 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 81.90%. Comparing base (521a13e) to head (ea7182d).
Report is 44 commits behind head on 18.0.

Additional details and impacted files
@@           Coverage Diff           @@
##             18.0     #771   +/-   ##
=======================================
  Coverage   81.90%   81.90%           
=======================================
  Files          68       68           
  Lines        1840     1840           
  Branches      204      204           
=======================================
  Hits         1507     1507           
  Misses        250      250           
  Partials       83       83           

☔ 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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.