Daily updates from Odoo
Thursday, August 11, 2016
6 changes · master
Enhancements to existing features
This update makes the code more explicit when using safe versus unsafe evaluation logic, reducing ambiguity for developers maintaining the system. It also adds automated checks to prevent accidental use of generic evaluation calls in the future, supporting safer long-term maintenance.
Original PR description
@antonylesuisse the test adds ~28s on runbot
Sales documents from Website Quote now show the expiration date only while an order is still in draft or sent status. Once the order is confirmed or completed, the date is hidden to avoid confusing customers with outdated quotation information.
Original PR description
Description of the issue/feature this PR addresses: - When SO is confirm 'Expiration Date' displayed in sale order report. Current behavior before PR: - Currently when SO is draft, sent, confirm, 'Expiration Date' is displayed in sales order report. Desired behavior after PR is merged: - Now 'Expiration Date' is displayed only when sales order in draft and sent state. - when SO is confirm and done 'Expiration Date' is not displayed in sales order report. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Task : https://www.odoo.com/web#id=24144&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.d8f9e20318b8d61c57328a7d1bd31988
Inventory settings now show a Quality app option under the Extra Features area instead of leaving that section empty. This makes it easier for users to discover and enable quality-related capabilities from the relevant settings page.
Original PR description
Description of the issue/feature this PR addresses: - remove header 'Extra Features' in settings Task:https://www.odoo.com/web#id=27249&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.4e35e0bf3bdfea75d1f46d6fe7e02a6f Current behavior before PR: - 'Extra Features' header doesn't contain any content. Desired behavior after PR is merged: - 'Extra Features' header contain options for 'Quality' app. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The timesheet grid list now places newly created timesheet lines at the top, making recent entries easier to find and review. This improves day-to-day usability for employees and managers entering or checking timesheets.
Original PR description
Task : https://www.odoo.com/web?#id=27658&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.b402ec9118df51d77dcbb006f1bafa51
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