Tuesday, August 25, 2026
9 changes · master
Enhancements to existing features
The option to quickly create KSeF certificates has been removed from the Polish EDI settings. This reduces confusion and helps users follow the intended certificate setup process more reliably.
Original PR description
The `quick create` option for KSeF certificates is confusing and unnecessarily annoying to use. Remove it. task-6299175 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website setup assistant now identifies the selected color palette by name when giving an AI recommendation. This makes the palette choice clearer and helps users understand why the suggested colors fit their business.
Original PR description
Steps to reproduce: - Start website creation with the configurator. - Reach the color palette selection step. => The AI recommendation does not name the selected palette. Before this commit, the recommendation described suitable colors without identifying the corresponding palette. After this commit, the recommendation names the selected palette and explains why it fits the business context. task-6484260 Forward-Port-Of: odoo/odoo#283773
Digest tips in Helpdesk and Planning now use clearer, more user-friendly wording and local illustrations. Timesheet Grid also gains a new Timesheets Assistant tip, helping users better discover useful productivity guidance.
Original PR description
*_ = planning,timesheet_grid,project_enterprise_hr_todo - Refine the Helpdesk and Planning digest tips with clearer, more user-friendly text and local illustrations, and introduce a new Timesheets Assistant tip in Timesheet Grid. task-5488231
Updated descriptions for several website-related tools so the AI website builder can better find and use the right backend actions. This improves how the builder understands available website, email marketing, shop, wishlist, and e-learning capabilities without changing customer-facing features.
Original PR description
*: website_mail, website_mass_mailing, website_sale, website_slides Enterprise PR allows AI website builder to search and use backend controllers. To make it work better we improve docstrings of some useful controllers. task-6144157
This update tidies and standardizes the General Settings screens across several Odoo apps, making labels, layout, and help links more consistent. Business users should see a clearer and more polished configuration experience for integrations such as OAuth, Google services, reCAPTCHA, Cloudflare Turnstile, Unsplash, events, mail, products, and digest emails.
Original PR description
*= auth_oauth,base_geolocalize,digest,event,google_address_autocomplete, google_recaptcha,mail,product,web_unsplash,website_cf_turnstile Clean up and standardize the General Settings: - Replace several inline tutorial links and buttons with the standard `documentation` attribute on `<setting>` tags. - Adjust alignment, label formatting, and column grid widths for various integration settings (OAuth, Google reCAPTCHA, Cloudflare Turnstile, Unsplash, Google Places). - Set consistent labeling (removing colons from field labels) for better UI integration. - Rename the digest field label from 'Digest Email' to 'Template' for clarity. task-6370222 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The messaging interface now uses standard Material Symbols instead of a custom-made icon. This makes the interface easier to maintain and keeps icons more consistent across Odoo as the shared icon library expands.
Original PR description
This commit replaces the previously custom-made icon with a Material Icon one. Due to a previously quite limited pool of icon, a custom SVG was designed to match the desired result. Now that we migrated to Material Symbols, we do have more options and more refined, we can remove the custom asset and rely on the icons library instead. task-6488490 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Sales app now shows a refreshed illustration on the Services & Material empty screen. This improves the first-use experience by making the page feel clearer and more polished when there is no content yet.
Original PR description
This PR introduces a new illustration for the Services & Material empty screen. task-6341698 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The general settings pages have been aligned for a more consistent and easier-to-read experience across inter-company rules, barcode lookup, and Mapbox configuration. This improves clarity for users configuring company transactions, warehouses, receipts, API keys, and related enterprise options.
Original PR description
*= sale_purchase_stock_inter_company_rules, product_barcodelookup,account_inter_company_rules Align and standardize the general settings : - Standardize layout, labels, and spacing for Inter-Company Transactions rules (in account, sale, purchase, and stock settings). - Adjust column spacing and input placeholders (e.g., adding examples for receipts/warehouse). - Clean up Mapbox settings and barcode lookup API Key fields to use consistent branding, classes, and alignment. task-6370222
This update corrects several small visual issues in Documents, Spreadsheets, Gantt views, and Studio. Users will see more appropriate icons and cleaner spacing, making navigation and actions easier to understand.
Original PR description
PR community: https://github.com/odoo/odoo/pull/283265 *: documents, spreadsheet_edition, web_gantt, web_studio __What__ - Use `view_timeline` for the gantt view, in both the view switcher and the studio view types, instead of the unrelated `clear_all` and `checklist` icons. - Add the missing `oi` classes on the list dimensions visibility icon, which was rendered without the icon font. - Space the documents list action icons with a `gap` instead of a trailing margin, so no extra space is left after the last one. task-6377407