Daily updates from Odoo
Thursday, June 9, 2016
6 changes · master
Enhancements to existing features
This update lets developers use the WDB debugging tool when working on Odoo. It is an internal productivity improvement that can help technical teams investigate issues more efficiently, with no direct change for end users.
Original PR description
Description of the issue/feature this PR addresses: Allows the developer to use [wdb](https://github.com/Kozea/wdb/) as a debugger. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr https://github.com/odoo/odoo/pull/10710 @Tecnativa
The Manufacturing app has been reorganized and updated to follow the newer Odoo development framework. This improves maintainability and test coverage without introducing major functional changes for end users.
Resolved issues and error corrections
The CRM opportunity report now uses a clearer name for revenue that includes probability weighting. This reduces confusion with the standard expected revenue field on leads and helps users interpret pipeline reports more accurately.
Original PR description
The expected revenue in opportunity.report is in fact the expected revenue with probability. It was confusing with the field expected revenue in crm.lead opw:678062
The depreciation line action button now uses color to show whether its related accounting entry is posted, draft, or missing. This helps finance users quickly spot which depreciation entries still need attention and reduces confusion when creating or reviewing moves.
Original PR description
The color of the button "create_move" in a depreciation line is green if the related move is posted, orange if it exists but not posted and red in the other case. opw:678905
This fixes a minor internal warning in the translation tooling by making a parent-node check more explicit. It helps keep automated checks and logs clean without changing user-facing behavior.
Original PR description
Specifically, replace `not node.getparent()` by `node.getparent() is None`.
Documentation and clarification updates
Patrik Lermon has added their signed Individual Contributor License Agreement. This supports Odoo's legal contribution process and allows future contributions from this contributor to be accepted under the project guidelines.
Original PR description
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 …eement