Friday, November 18, 2016
3 changes
Resolved issues and error corrections
This fixes how an accounting bank feed field is presented and initialized, so users see the intended label and default choice. The change helps reduce confusion when configuring or using bank feed-related accounting settings.
Original PR description
**Task:** https://www.odoo.com/web#id=29229&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 **Pad:** https://pad.odoo.com/p/r.452bb474ca8b4bc3e2f0c353e773ca1f 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 …ility
This fixes an inconsistent font display in many-to-one dropdown menus in the Odoo web client. Users will see dropdown choices using the same default font as the rest of the interface, making the experience more polished and consistent.
Original PR description
Task : https://www.odoo.com/web#id=28102&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad : https://pad.odoo.com/p/r.d1732bc1a203d209daa9653d2754ebad 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
This change makes automated checks for sales stock and manufacturing lead times less sensitive to tiny timing differences during test execution. It helps avoid false test failures without changing customer-facing behavior.
Original PR description
test_sale_stock_lead_time.py and test_sale_mrp_lead_time.py compare dates and expect them to be the same. Sometimes, the dates would differ by a second, because they are generated at different moments during the execution. These commits add a tolerance of 1 second when comparing the dates. (and changes from comparing Datetime strings to comparing timedeltas) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr