Wednesday, August 12, 2020
3 changes · master
Resolved issues and error corrections
The calendar view now keeps its normal height unless it is specifically shown in the Time Off area. This prevents the Time Off module from unintentionally shrinking calendars elsewhere, improving readability and layout consistency for users.
Original PR description
Before this commit, calendar view's height was 89.5% of its container. It was because of hr_holidays module which reduces the calendar's height to add some elements on top of it. This commit changes the css rule that reduces the calendar's height to reduce it only when `.o_timeoff_container` is in the dom. Task id: 2193921
The India localization demo data was updated to stop using an outdated invoice posting action. This keeps sample accounting data aligned with the current system behavior and helps avoid errors when loading demos.
Original PR description
Commit https://github.com/odoo/odoo/commit/82dc0cb7b91ae59beae7e1c865b670afc5958b31 deprecated that method. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix ensures Odoo's main workflow tests start with the required make-to-order inventory route enabled, so the test scenario matches how the flow is meant to work. It also corrects a small issue where route options could be hidden when opening a product form from a create/edit action.
Original PR description
Enable MTO route at the start of main flow tour since it's used by it. Also fix a small bug when the form view is open from a create edit where the route are hidden. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr