Daily updates from Odoo
Navigate
Branch
Tuesday, May 8, 2018
2 changes
Enhancements to existing features
The Mail app no longer shows the "mark all read" button on mobile devices. This keeps the mobile interface simpler and avoids offering an action that is less suitable on smaller screens.
Original PR description
TASK:https://www.odoo.com/web#id=1838671&view_type=form&model=project.task&menu_id=4720 PAD:https://pad.odoo.com/p/r.c7505297f8c66a7dfaf236ac47dcd5ad This commit is related to task ID 1838321 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
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