Tuesday, February 1, 2022
2 changes · master
New functionality added to Odoo
Businesses can now require users to confirm logins with a code sent by email when they have not set up an authenticator app. Administrators can enforce this extra login protection for employees only or for all users, including portal users.
Original PR description
Add the possibility to force the two-factor authentication for all users, using a two-factor authentication by email when the 2FA using an Authenticator app is not configured for the user. Two possibilities: - Force the 2FA only for employee users using the system parameter `auth_totp.policy=employee_required` - Force the 2FA for all users, employees and portals, using the system parameter `auth_totp.policy=all_required`
Enhancements to existing features
Manufacturing teams can now divide a manufacturing order into several smaller orders or combine compatible orders for the same product and bill of materials. This gives planners more flexibility to adjust production quantities and consolidate work when priorities or capacity change.
Original PR description
Split a manufacturing order in several parts using the back order mechanism Merge several manufacturing orders related to the same product/bom by cancelling all of them and creating a new one task: 2662566 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