Wednesday, June 8, 2016
3 changes · master
Enhancements to existing features
This update renames several field labels so users no longer see duplicate or confusing names in custom filters. It makes filtering more understandable across accounting, projects, HR, manufacturing, events, lunch, delivery, calendar, and related apps.
Original PR description
Description of the issue/feature this PR addresses: - Task: https://www.odoo.com/web#id=23026&view_type=form&model=project.task&action=327&menu_id=4720 - Pad: https://pad.odoo.com/p/r.07ea3e7ad4e184a7f58a8d756779736e 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
Website forms can now be used to edit existing records instead of only creating new ones. This makes forms more flexible for business workflows where users need to review or update previously submitted information.
Original PR description
Description of the issue/feature this PR addresses: Enables simple form editing. Current behavior before PR: Only create records. Desired behavior after PR is merged: Allow to update them too. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @Tecnativa
Return transfers now automatically use the default destination location configured on the return picking type when that destination is marked as a return location. This helps warehouse teams avoid manual corrections and improves consistency when processing product returns.
Original PR description
Description of the issue/feature this PR addresses: - [Warehouse] Destination Location of the Return <strong>Task:</strong>https://www.odoo.com/web#id=24056&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <strong>Pad:</strong>https://pad.odoo.com/p/r.83a9139a1c01ab529b5c0e0eef113c68 Current behavior before PR: - The return location on a picking type is not used Desired behavior after PR is merged: - For all transfers, if the default destination location of the 'Picking type for return' is a return location, then the return location set as the default destination location during reverse transfer. I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr …