Friday, October 15, 2021
2 changes · master
New functionality added to Odoo
Users can now mark a device as trusted during two-factor authentication, so future logins from that device can skip the extra verification step. This improves login convenience while keeping two-factor protection available for new or unrecognized devices.
Original PR description
+ Added the 'Remember this Device' feature Added '2FA Trusted Devices' feature to allow users to remember their device to bypass the 2FA for the next connections.
Enhancements to existing features
HR plans and their activity types are now tied to a specific company. This helps prevent assigning activities to users from the wrong company, reducing confusion and improving consistency in multi-company environments.
Original PR description
It was possible to assign a user that was not part of the same company as the employee's for an activity which is misleading. Make hr.plan and hr.plan.activity.type company dependent. TaskID: 2658773 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