Daily updates from Odoo
Tuesday, May 8, 2018
1 change
Resolved issues and error corrections
Fixes an issue that prevented contacts from being given portal access because the related portal user could not be created correctly. Contacts now receive the expected access invitation email when portal rights are granted, reducing onboarding failures for external users.
Original PR description
Traceback when applying portal access rights to contact because portal user was not being created successfully. That was because '_create_user_from_template()' function, which signup new user using template user, was wrongly trying to access the 'name' field. Task ID: #1837041 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