Thursday, December 8, 2022
2 changes · master
Resolved issues and error corrections
The project task view now hides the planning overlap button when planning overlap checks are disabled. This removes unnecessary blank space beside leave warnings, making the screen cleaner and less confusing for users.
Original PR description
[FIX] project_enterprise: Hide planning_overlap bar **Before this commit:** When planning_overlap = False and leave_warning = True, An alert bar is displayed to show the leave warning but and additional empty space is shown. It's because we inherit the view and we add the leave_warning before the button that redirect to planning_overlap. The button doesn't have an invisible condition when planning_overlap = False. **In this commit:** The button should be invisible when planning_overlap = False task-3092925
The Dutch profit and loss report now lists sub-expense categories directly instead of grouping them under an uncommon parent category. This makes the report better aligned with local business expectations and easier for Dutch users to read.
Original PR description
Description of the issue/feature this PR addresses: Improvement of Dutch Localization, Remove NL_GCOST and show the subs directly. This parent is not common used like this Current behavior before PR: There is a parent grouping on 'Algemene beheerkosten' with all the sub expenses. This parent is not common used like this Desired behavior after PR is merged: Remove NL_GCOST and show the sub expenses directly. -- I confirm I have signed the CLA and read the PR guidelines at [www.odoo.com/submit-pr](http://www.odoo.com/submit-pr)