Daily updates from Odoo
Monday, October 27, 2025
5 changes · master
Enhancements to existing features
The bank reconciliation screen no longer highlights statement line amounts with a success-style text color. This makes the display more neutral and avoids implying that an amount is already successful or confirmed based only on its color.
Original PR description
This commit will remove the text success of the statement line amount. no task id Forward-Port-Of: odoo/enterprise#98044
The AI chat launcher now connects to discussion channels using the channel service directly. This is a small internal improvement that aligns the chat flow with the intended messaging component and helps keep the feature easier to maintain.
Original PR description
This commit now uses the discuss.channel getOrFetch method directly instead of the one from mail.thread.
Studio now explains that list column widths can include minimum and maximum values. This helps users configure column sizing more accurately when customizing views.
Original PR description
PR odoo/odoo#232988 adds the support of minimal/maximal widths for the `width` attribute in list archs. This commit adapts the tooltip of the width attribute in studio accordingly. task~5194492
An unused attachment template was removed from the Helpdesk Live Chat module. This is a small cleanup that reduces obsolete code without changing how users interact with the system.
Original PR description
This commit removes the unused attachment template. For reference, see https://github.com/odoo/enterprise/pull/94970 Related Upgrade: https://github.com/odoo/upgrade/pull/8703
The AI live chat integration was updated to stay compatible with recent internal changes in how chat conversations are created. This helps keep website live chat working smoothly without changing the experience for visitors or support teams.
Original PR description
This commit adapts the code to the _createThread refactor and rename. PR community: https://github.com/odoo/odoo/pull/232298