Wednesday, June 8, 2016
7 changes · master
Enhancements to existing features
Administrators and developers can now select which debugging tool Odoo uses instead of being limited to a preset option. This gives teams more flexibility to align Odoo troubleshooting with their preferred development workflow, with documentation updated to explain the new setting.
Original PR description
The hardcoded debugger preference could not be desired by everyone, and somebody could want to use another such as [`wdb`](https://github.com/Kozea/wdb), so with this patch you can choose it in a new CLI option. Docs updated too.
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
This update corrects inconsistent capitalization in user-facing sentences so wording looks more polished and professional. It helps make the Fleet app’s text easier to read and more consistent with standard writing conventions.
Original PR description
## I've fixed the sentences that have some random capitals in the middle of a sentence. I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Only sentences should start with a capital, not some words in the middle of a sentence.
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 …
Several fields were renamed so custom filter options no longer show duplicate labels when they perform different actions. This makes it easier for users to choose the right filter in areas like delivery, appraisals, eBay sales, CRM scoring, and signatures.
Original PR description
- 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
Code cleanup and technical improvements
The Purchase Requisition module has been modernized to align with Odoo's newer internal framework. This improves long-term maintainability and reliability without introducing major changes to day-to-day purchasing workflows.