Thursday, November 20, 2025
4 changes · 18.0
Enhancements to existing features
This update makes the fields used in Sign templates easier to customize and extend. It helps developers adapt template behavior more cleanly in future patches without changing core logic directly.
Original PR description
Introduced a dedicated _getTemplateFields() method to make easier to override or extend the fields in patches.
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" />
Documentation and clarification updates
This change updates the Adhoc Contributor License Agreement documentation by adding new members to the approved list. It matters because it keeps the legal records current and ensures contributions can be processed under the correct agreement.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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