Wednesday, November 29, 2023
1 change
Resolved issues and error corrections
The "I am unavailable" button was appearing in multiple menus when it should only be visible in the "My planning" menu. This fix adds a condition to hide the button from other menus, ensuring users only see it in the correct location where it's intended to be used.
Original PR description
Description of the issue: I am unavailable' button should only be visible in the 'My planning' menu. Desired behavior after PR is merged: Button only visible in My planning menu,it will invisible from other menu. Fix: condition added to button if particular context not found make button invisible task-3280805 Forward-Port-Of: odoo/enterprise#51396 Forward-Port-Of: odoo/enterprise#43365