Daily updates from Odoo
Wednesday, August 24, 2016
2 changes · master
Resolved issues and error corrections
This fixes an error that could prevent the user form from opening when access groups were generated dynamically. Business users and administrators can now load and manage user records without seeing a traceback about missing groups.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://www.odoo.com/web#id=686327&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: - user form not loaded property and got traceback "group not exist" Desired behavior after PR is merged: - Traceback solve ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix prevents an error that occurred when users created marketing campaign segments. Marketing teams can now create segments reliably without being interrupted by a traceback.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://www.odoo.com/web?#id=685430&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: - Create segments gives traceback Desired behavior after PR is merged: - Traceback solve ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr