Tuesday, February 18, 2025
1 change · saas-18.2
Resolved issues and error corrections
This fix restores the expected display of placeholder kanban cards when they appear inside related record fields. It keeps the server actions form layout tidy without accidentally hiding cards in other areas, improving visual consistency for users.
Original PR description
Since [1] a CSS rule made ghosts kanban cards to never get displayed when the view was rendered through an x2m field. The author (me) only wanted to get rid of the bottom spacing induced by ghosts cards in the `multi` type server actions form view. This commit reverses the introduced diff in [1] and changes the strategy to target only what is needed. [1]: https://github.com/odoo/odoo/commit/45a5562fc41b5a1ab2fb46ba025f191a5401c078#diff-368e56feea5bb220fcafabbf45b40131fdd3d496fe0f2643a9df5cdec61cb190R82-R86