Daily updates from Odoo
Thursday, December 8, 2022
4 changes
Resolved issues and error corrections
When a subscription is closed, any remaining billable items are now included in the final invoice. This helps businesses collect the full amount owed and reduces missed revenue at the end of a subscription.
Original PR description
Pay what is left at the end of a subscription
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)
The subscription MRR stat button now always shows the monthly recurring revenue the subscription would have when active, even after it is closed. Closing events are still logged for reporting and analysis, preserving business insight while making the displayed value easier to understand.
Original PR description
This commit change the behaviour of the MRR stat button. The value shown on the stat button always represent the MRR of the subscription if it was active. Nonetheless, we still create MRR log for the closing of the subs for analytical purposes. task-id : 3095564