Daily updates from Odoo
Wednesday, August 7, 2024
5 changes
Enhancements to existing features
This update adjusts spreadsheet-related tests and supporting code to stay compatible with a newer spreadsheet library. It helps maintain reliability in document spreadsheets, pivot views, list details, and comments without introducing major user-facing changes.
The SEPA Direct Debit payment provider screens were updated to use newer, simpler layout building blocks. This should make the interface easier to maintain while keeping the user experience effectively unchanged.
Original PR description
In this commit we have simplified the kanban arch for the payment_sepa_direct_debit module. The goal is to simplify them, make them easier to read, and use bootstrap utility classnames. - Previously, we used `kanban-box`, but now we are using `kanban-card` instead. - Deprecated `oe_kanban_global_click` and `oe_kanban_global_click_edit`. - More use of `<field/>` tags - Removed the `oe_kanban_colorpicker` class and replaced it with the `kanban_color_picker` widget. - Changed type='edit' to type='open' to open records. since version 16, records always open in edit mode by default. - `kanban_image` from rendering context, is deprecated so we use `<field name=... widget=image/>` instead Task-3992107
The Documents link on portal task pages has been moved from the navigation area to the related links area. This makes the page layout clearer by separating page navigation from links to associated documents.
Original PR description
Currently, in the portal task's view, the "Documents" link is in the navigation section. This PR will move it in the links section as it isn't a shortcut to navigate the current page like the others links in this section. task-3973629
The project side panel has been visually improved to align with related project updates, making project budget information easier to review. The Timesheet Grid header now highlights shortcut text in bold, improving readability for users entering or managing timesheets.
Original PR description
* = project_account_budget, timesheet_grid This PR is linked to changes made in community PR. Made visual changes in time sheets header helper. task-3747204
The Default Accounts settings now use clearer and updated labels in Accounting and French reporting. This makes the configuration screen easier to understand for users managing accounting setup, without changing underlying accounting behavior.
Original PR description
Improve/update some of the labels in the Default Accounts setting from `account_accountant` and `l10n_fr_reports` task-id: 4063678