Daily updates from Odoo
Wednesday, March 1, 2023
6 changes
Enhancements to existing features
Customers can now choose nearby Sendcloud pickup points during checkout, with merchants able to set distance limits for available locations. The update also improves shared pickup-location handling across delivery providers and fixes checkout and order-address issues related to pickup delivery.
Original PR description
Description of the issue/feature this PR addresses: Adding the possibility to use Sencloud delivery points based on the distance with the current address related : - odoo/odoo#105848 - odoo/upgrade/pull/4124 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
Users can no longer invoice customers for subscription periods that fall after a contract's end date. When this happens, they are warned and guided to either update the end date or renew the contract, helping prevent incorrect billing.
This update removes an obsolete styling class and aligns several Enterprise app views with improved class handling from the core platform. It helps keep screens visually consistent and easier to maintain, with little expected impact on day-to-day users.
Original PR description
These are the adaptations of the changes made in `@web/views/view` that brings a better management of classes for styling in view archs. See the community counterpart for more informations. --- Related Community PR: odoo/odoo#113014
This update adds a way to automatically create large sets of sample Knowledge articles for testing and performance checks. It helps teams validate how Knowledge behaves with many articles, relationships, permissions, and favorites before real-world use at scale.
Original PR description
This merge adds a populate script for knowledge.articles. It currently adds: ~1.500 articles for "small" argument ~5.000 articles for "medium" argument ~27.000 articles for "large" argument What we handle already: - Title - Body (simple 'lorem ipsum' with 3 variants) - Icon - Parent / Children relationships - Internal permission and members configuration - Configuration (locked, full_width, ...) - Favorites Improvements can be made in the future, notably on article items with specific properties configurations. A first populate script is added with this PR in order to have a basis to improve further when necessary. Task-3073220
The Knowledge app has been refined based on user testing to make onboarding clearer and navigation more intuitive. Users now get better guidance when creating articles, improved shortcuts, activity visibility from cards, and automatic article naming from page titles to reduce confusing untitled content.
Original PR description
Purpose: - This commit contains small improvements following observations made during Userbrain user tests. - Add an activity widget in the kanban card (it feels very strange if you land on the kanban view from the activity systray). - Add a keyboard shortcut to the toggle favorite button. - Change the keyboard shortcut for the "create" button (to not have the same shortcut than in the embedded views). - Add a default title (in the body only) to article items (using the name of the item list/kanban), so that the user knows that he is redirected to the new created item when clicking on the create button of an item list/ kanban. - Slightly change the content of the data articles (because users currently don't get how templates works). Task-3083792
The spreadsheet editor now uses the same font family as the rest of Odoo. This creates a more consistent visual experience for users working with spreadsheets inside Odoo.
Original PR description
This commit make the font-family of o-spreadsheet the same as the Odoo font family. Odoo task [3000885](https://www.odoo.com/web#id=3000885&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)