Daily updates from Odoo
Thursday, May 28, 2020
4 changes · master
Enhancements to existing features
On mobile, users returning to a Kanban view now come back to the column they were viewing instead of being sent to the first column. This makes navigation smoother while still resetting to the first column when the grouping changes.
Original PR description
Before this commit: In mobile when opening record from second column and come back to kanban using back button it again moves us to first column, second column should be preserved to improve the user experience. After this commit: opening record from any active column and come back to kanban view, it preserves the active kanban column index. changing groupedBy will move current position to first column. Task ID: 2148381
This update standardizes how shared configuration values are managed across several Odoo Enterprise apps. It reduces the risk of inconsistent settings behavior during accounting, payroll, reporting, renting, and stock accounting operations, with no expected change to day-to-day workflows.
Original PR description
Do not make direct CRUD to ir.property records, use appropriate methods for that Enterprise part of odoo/odoo#51658
The Documents app onboarding tours were updated to better guide users through key flows, including PDF splitting and accounting-related document handling. Several document views were simplified or adjusted to make common tasks like adding URLs, requesting files, and assigning workflow activities clearer and more useful.
Original PR description
*documents_account This commit adapts the tour of documents to include the new pdf split feature and adds a new tour specific to the documents_account bridge. Additionally, several views are improved: * The "Add Url" view doesn't auto fill the name with youtube urls. * The "File Request" view has a few fields removed from the form. * The "Workflow action" can now use the document owner for the activity. Task-2207677
Manufacturing workorder screens were updated to support the newer operation note workflow. Barcode operations were also simplified by removing obsolete warehouse barcode generation and allowing users to open batch transfers directly by scanning their batch reference.
Original PR description
See odoo/odoo#49625