Wednesday, July 15, 2026
5 changes · master
Enhancements to existing features
Spreadsheet screen position and viewport behavior are now managed through a shared store instead of an internal plugin, making the experience more consistent across spreadsheet features. Comment popovers now follow the same scroll behavior as other persistent popovers, reducing inconsistent interface behavior.
Original PR description
The `SheetViewPlugin` and the viewport handling was moved into a store rather than a plugin. This commit make the necessary changes to odoo. The test `Scrolling the viewport should hide the comments popover` was deleted. Other persistent popover would automatically be hidden when scrolling, and re-open if scrolling back. There's no reason to have a different behaviour for comments. Task: 6314784
Restricted website editors will no longer see the AI Assistant as an available editing option when they cannot save page changes. A tooltip now explains why the assistant is unavailable, reducing confusion and setting clearer expectations.
Original PR description
Restricted Editors do not have permission to edit website pages. However, the AI Assistant button remains available, giving the impression that the feature can be used even though any changes cannot be saved. This commit disables the AI Assistant button for users without 'Editor and Designer' access and adds a tooltip explaining why the feature is unavailable Forward-Port-Of: odoo/enterprise#123047
Signature requests created from other apps now include the template name alongside the related record name. This makes request names, filenames, and email subjects easier to recognize and less likely to be confused with the signer's name.
Original PR description
When requesting a signature from another app, the request name, filename and email subject only showed the linked record name, which often read as the signer's name. The template name is now added so all three follow the same "<prefix> - <template> - <record>" format. task-6317174 Forward-Port-Of: odoo/enterprise#122963
The AI website assistant now includes added design guidance in its prompts. This should help generate website content with better visual direction and more consistent design recommendations.
This update makes deferred account settings appear based on the account type, reducing confusion when configuring accounts. It also adds clearer guidance in the interface so users better understand the deferred option.
Original PR description
*accountant, reports Purpose: Some improvements missed in the initial commit: https://github.com/odoo/enterprise/commit/65ea8b266d8024736bec388425c90d9efd9a8cce will be addressed here. - Changed the deferred_account_id invisibility to be based on the account type since it should not be based on is_deferred as they are not related to each other - Added a tooltip to is_deferred for further clarity task-6293902