Wednesday, March 1, 2023
3 changes · master
Enhancements to existing features
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 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)