Thursday, November 20, 2025
2 changes · 18.0
Resolved issues and error corrections
This update makes the rating cards in Website Slides use the same background color as the rest of the page. It improves visual consistency so the interface looks cleaner and more aligned with the website theme.
Original PR description
PR #229272 sets the background color of the portal chatter to `body-bg`, aligning it correctly with the other parts of the chatter and website themes. However, `website_slides` module has a customized scss variable to change its main body background color which makes the background color for the rating cards (chatter top) being different in this module. This change sets the `--body-bg` in this customized scss to the same variable used for the background color, aligning the background colors with each other. Before: <img width="1182" height="552" alt="image" src="https://github.com/user-attachments/assets/6aba4609-e99c-48de-8af7-a97029859fab" /> After: <img width="1097" height="555" alt="image" src="https://github.com/user-attachments/assets/0d4ed53b-6d83-4eba-8499-0d38b10b4234" />
This change corrects a field calculation issue in the Uruguay electronic invoicing stock flow. It prevents build failures and helps ensure stock-related documents are processed correctly.
Original PR description
runbot build error id: 234034