Wednesday, January 21, 2026
2 changes · master
New functionality added to Odoo
This update introduces a new setting that lets users decide whether attachments uploaded through the web client are automatically sent to the cloud. This gives administrators more control over data storage and allows them to tailor workflows without impacting the core functionality of the web client.
Original PR description
Introduce the 'Upload Record Attachments' configuration setting to control whether the web client automatically uploads new attachments to the cloud. This allows users to keep a valid cloud storage provider configured for customized backend logic or specific workflows, while preventing the default web client behavior from uploading every UI attachment to the cloud. Upgrade: https://github.com/odoo/upgrade/pull/9288 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 update introduces a new keyboard shortcut (Ctrl+Alt+M) within the spreadsheet editor to quickly insert comments. This improves efficiency for users who frequently need to add annotations to their spreadsheets, streamlining the workflow and enhancing collaboration. The change is part of a larger task to improve spreadsheet functionality.
Original PR description
## Description:
Add some shortcuts
Task: [5231802](https://www.odoo.com/odoo/2328/tasks/5231802)
## review checklist
- [ ] feature is organized in plugin, or UI components
- [ ] support of duplicate sheet (deep copy)
- [ ] in model/core: ranges are Range object, and can be adapted (adaptRanges)
- [ ] in model/UI: ranges are strings (to show the user)
- [ ] undo-able commands (uses this.history.update)
- [ ] multiuser-able commands (has inverse commands and transformations where needed)
- [ ] new/updated/removed commands are documented
- [ ] exportable in excel
- [ ] translations (\_t("qmsdf %s", abc))
- [ ] unit tested
- [ ] clean commented code
- [ ] track breaking changes
- [ ] doc is rebuild (npm run doc)
- [ ] status is correct in Odoo