Daily updates from Odoo
Navigate
Branch
Thursday, October 12, 2017
3 changes
Enhancements to existing features
This update changes configuration page breadcrumbs across multiple Odoo apps so they show "Setiings" instead of a generic action label such as "New". This makes navigation context clearer for users when they open settings screens, though the requested label appears to contain a spelling mistake.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=34713&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad : https://pad.odoo.com/p/r.de3422a13e734331ec9334af4620ac24 Current behavior before PR: - https://drive.google.com/a/odoo.com/file/d/0B0ITmdw6h3ZreGMySk5uVldoWjQ/view?usp=drivesdk Desired behavior after PR is merged: - Rename breadcrumb to "Setiings" instead of Action name. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The subscription settings screen now shows a clearer breadcrumb label, using “Settings” instead of a generic action name like “New.” This makes navigation easier and reduces confusion for users configuring subscriptions.
Original PR description
- Task : https://www.odoo.com/web#id=34713&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad : https://pad.odoo.com/p/r.de3422a13e734331ec9334af4620ac24
Resolved issues and error corrections
Barcode scanner actions on stock transfers now only use the button that is actually visible for the transfer’s current status. This prevents unintended duplicate or incorrect print actions and helps warehouse users get the right document when scanning.
Original PR description
Description of the issue/feature this PR addresses: - Problem with validating transfer using barcode scanner - TASK:https://www.odoo.com/web#id=27004&view_type=form&model=project.task&action=327&menu_id=4720 - PAD:https://pad.odoo.com/p/r.700ef8c58ee6ed3a95df7c893ef760b3 Current behavior before PR: - Button visibility not considered while performing operation using barcode scanner. Desired behavior after PR is merged: - Button Visibility is considered while performing operation using barcode scanner. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr