Friday, April 28, 2023
3 changes
Code cleanup and technical improvements
The timesheet form has been refactored so Community and Enterprise editions share the same structure, reducing duplicated maintenance work. This also fixes an issue that could cause an error when opening timesheets from a project menu.
Original PR description
Before this commit timesheet community and enterprise form view where different from each other because of that if we want to change something in timesheet form we have to do change in both view and sometimes it is hard to keep track of both view. This commit use single form view in both community and enterprise so it'll easier to change something in timesheet form view and it'll remove some technical debt. task-3255754
This update modernizes the underlying discussion and activity features used in several Odoo apps, helping keep communication panels, approvals, documents, VoIP, calendar, and signing flows consistent and reliable. It also includes targeted fixes and test updates for areas such as CRM, mobile document activity menus, and bank reconciliation.
This update restructures internal messaging-related code used across approvals, accounting, invoice extraction, knowledge, and helpdesk areas. It also includes fixes to keep live chat and helpdesk knowledge flows stable while related interface changes are being rolled out.