Daily updates from Odoo
Wednesday, March 9, 2016
4 changes · master
Enhancements to existing features
The Gmail login setup help has been refreshed with updated instructions and screenshots. This makes it easier for administrators to configure Google sign-in correctly and reduces confusion during setup.
Original PR description
Task: https://www.odoo.com/web#id=12181&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.RQRAT2jnFWkIHyra
The partner form now lets users search the fiscal position field instead of choosing only from a fixed dropdown. This makes it easier for accounting users to find the right tax setup for a customer or vendor while keeping creation managed through accounting configuration.
Original PR description
Description of the issue/feature this PR addresses: Make fiscal position field searchable on partner form view. <b>Pad: </b>https://pad.odoo.com/p/r.b203ed4f0bc5993059e5ce80b537cc17 <b>Task: </b>https://www.odoo.com/web?#id=22418&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Current behavior before PR: Fiscal position field not searchable on partner form view. Desired behavior after PR is merged: Fiscal position field searchable on partner form view. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Tags in kanban views now show the default color visibly, making records easier to identify at a glance. One unused color option has been made invisible to prevent confusing or unreadable tag displays.
Original PR description
Description of the issue/feature this PR addresses: The default comportement of tags has been changed. The default color is now visible on kanban. The 10th color is now invisible. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The USPS delivery integration now uses the official “First-Class” naming so Odoo can correctly match selected services with USPS responses. This helps prevent incorrect shipping service detection for USPS First-Class options.
Original PR description
USPS uses "First-Class" instead of "First Class", so the matching between the field usps_service and the USPS response is not always correct.