Wednesday, January 28, 2026
2 changes · master
Enhancements to existing features
This update enhances the clarity of settings related to group discussions within Odoo Enterprise. The PR has updated the help text across these settings to be more user-friendly and consistent. This improves the overall user experience and makes it easier for users to configure and manage their discussion groups.
Original PR description
**Description of the issue this PR addresses:** Revamp Discuss Settings **Desired behaviour after PR is merged:** This PR includes: - Updated help strings across settings for consistent and user-friendly phrasing. Community PR: https://github.com/odoo/odoo/pull/234674 part of - [5227387](https://www.odoo.com/odoo/project/1519/tasks/5227387) **Before**: <img width="556" height="524" alt="image" src="https://github.com/user-attachments/assets/7d853b01-68b7-4591-9492-604fc9c01ee2" /> **After**: <img width="554" height="500" alt="image" src="https://github.com/user-attachments/assets/11175f5c-3875-4e57-96fe-3ff81be86bec" />
This update replaces outdated inline links with proper button elements in the Odoo Enterprise interface. This change improves the user experience and aligns with best practices for interactive web elements, ensuring a more consistent and accessible design.
Original PR description
This commit is based on the community one which introduces the `.btn-link-inline` class to reproduce the inline styling of a `<a href="...">` tag as a variant of Bootstrap's `.btn.btn-link`. This allows to properly uses `<button>` element for interactive DOM elements instead of relying on a "hacky" and non-semantic `<a href="#">` (tl;dr: `<a>` HTML tag are for navigation, `<button>` are for interactivity). task-4380519