Daily updates from Odoo
Wednesday, August 24, 2016
4 changes
Resolved issues and error corrections
This fixes an accounting migration issue that could cause errors when assigning outstanding credits to invoices. The update ensures the process uses the correct invoice reference, helping migrations complete more reliably.
Original PR description
during the conversion of the method "assign_outstanding_credit", the id parameter was wrongly kept. Now that we are working with recordsets, the id is now stored in self.id
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
This fixes an error that occurred when users tried to remove a tip through the barcode scanner flow. The change helps warehouse and point-of-operation staff complete barcode actions without being blocked by an unexpected failure.
Original PR description
Issue:https://www.odoo.com/web#id=673097&view_type=form&model=project.issue&action=609&menu_id=4720