Monday, November 15, 2021
3 changes · master
Resolved issues and error corrections
This update removes an unused styling marker from the company switching menu. It has no expected impact on user workflows, but keeps the web interface code cleaner and easier to maintain.
Original PR description
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
This fix stops users from creating time off allocations for leave types that do not require allocation. It helps keep HR records consistent and prevents unnecessary or incorrect allocation entries.
Original PR description
User should not be able to create allocations for Time Off Types that does not
requires allocation ('requires_allocation' is not 'yes').
task - 2658250
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-prThis update removes an unused styling marker from the mobile company switcher menu. It is a small cleanup that helps keep the web interface code simpler without changing how users interact with the system.