Daily updates from Odoo
Wednesday, August 3, 2022
5 changes · master
Enhancements to existing features
This update improves several day-to-day project management screens by making planning dates, planned hours, and related actions clearer and easier to access. It also adjusts visibility and navigation options so users see more relevant information in project sharing, timesheet, planning, and product-related workflows.
Original PR description
**= project_forecast,project_timesheet_forecast Purpose of this PR to improve generic usage of project app. So, in this PR done following changes: - Added planning end date in project sharing kanban viewproject sharing kanban view - Changed Burger menu actions in project.project kanban view - In product form view hide button based on condition - Added planned date in project sharing form view - In project.update right-side panel changed label hours forecast to hours planned - In project.project form view improved timesheet and planning analysis button task-2895388
Spreadsheet date filters can now apply an offset when matching fields, such as showing the previous month for a selected month. This gives users more flexible reporting views without manually changing each pivot or list filter.
Original PR description
Allow the user to define an offset on the matched field when creating a date global filter. For example a global filter `month` on december 2022 with an offset `previous_period` (-1), will filter the pivot on november 2022. Odoo task [2909078](https://www.odoo.com/web#id=2909078&menu_id=4720&cids=1&action=333&active_id=2328&model=project.task&view_type=form)
This update adds performance coverage around asset-related accounting entries and includes refinements across several accounting workflows. It helps protect business-critical accounting processes from slowdowns while improving reliability in areas such as reconciliation, assets, tax reporting, payments, and follow-up reporting.
This update refreshes and simplifies the styling behind search panels and related tree-style navigation areas. It improves visual consistency with the broader Odoo 16 interface restyle and makes the same design easier to reuse in Documents, Knowledge, and Enterprise web views.
Original PR description
Mirror community changes, https://github.com/odoo/odoo/pull/87687. This commit simplifies the component SCSS improving bootstrap integration and allowing components other than 'SearchPanel' to use the same tree-view design. Part of the overall v16 SCSS optimization/restyle, task-2704984. task-2795166 requires: - https://github.com/odoo/odoo/pull/87448 -> Merged ✓ - https://github.com/odoo/enterprise/pull/25700 -> Merged ✓ community: - https://github.com/odoo/odoo/pull/87687
This change updates the project planning timeline controls used in Gantt views. It appears to be a small adjustment affecting project task scheduling and general Gantt behavior, with limited business impact based on the available details.