Monday, June 24, 2024
5 changes · master
Enhancements to existing features
Leave administrators and employee leave managers can now validate, approve, or refuse leave allocations directly from the Gantt or calendar popover. This reduces navigation and speeds up day-to-day leave management decisions.
Original PR description
In this PR, a validation, approval, and refuse button have been added to the footer of the popover. These buttons are visible to both the administrator and the leave manager of the employee task-3329594
Salary offer pages can now be customized using Odoo Studio, making it easier for businesses to adapt offer content and workflows to their needs. This improves flexibility for HR teams without requiring custom development.
The Approvals dashboard has been redesigned to make common actions easier to find and use. Users can now archive or restore approval categories directly from the dashboard, while creating a new approval request is promoted as the main action for a more consistent experience.
Original PR description
This commit revamps the dashboard of the approvals module. The dashboard give now the possibility to archive/unarchive categories in addition to the possibility to configure them. The menu permitting to create a new approval request has been moved to as the main button of the dashboard. All these changes are made to make the dashboard more user-friendly and to make it more consistent with the rest of the module. task-3634015
Adds Portuguese Balance Sheet and Profit and Loss report templates, including versions aligned with IPP and OCC formats. This helps Portuguese companies produce required financial statements more easily and consistently from Odoo.
The accounting audit trail is now integrated into the main accounting app with clearer guidance when no records are shown and more search filters for easier review. German localization will enable the audit trail setting automatically, supporting compliance needs with less manual setup.
Original PR description
This commit is part of a bigger commit in the community branch. This commit merges account_audit_trail to account and adds improvements on top of it: - improved the empty screen of audit trail menu message - auto activate the audit trail setting for l10n_de - added some additional filters in search for audit trail view task-id: 3952457 related community PR: https://github.com/odoo/odoo/pull/167072