Daily updates from Odoo
Thursday, August 11, 2016
2 changes
Resolved issues and error corrections
This fixes an error that occurred when users selected a date while creating a custom filter. Users can now filter records by date without interruption, improving reliability in everyday search workflows.
Original PR description
Description of the issue/feature this PR addresses: Issue : https://www.odoo.com/web#id=682223&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: - go to Filters > Add custom filters > choosing a date in the Calendar, it gives traceback Desired behavior after PR is merged: - solve the traceback on custom filtering at date ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an error that prevented users from opening the Projects list from the Project Configuration menu. After the change, the project list displays normally, reducing disruption for users managing project settings.
Original PR description
Description of the issue/feature this PR addresses: - Issue : https://www.odoo.com/web#id=681466&view_type=form&model=project.issue&action=609 Current behavior before PR: - Project Configuration gives trace back - Reproduce : Go to Project -> Configuration -> click "Projects", It will give traceback Desired behavior after PR is merged: - No traceback, List View of project will be visible ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr