Daily updates from Odoo
Tuesday, March 8, 2016
7 changes · master
New functionality added to Odoo
Project forecasts can now be filtered by task tags and task stage. This helps teams narrow forecast views more quickly and analyze planned work using familiar project details.
Original PR description
Task: https://www.odoo.com/web#id=22608&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.f07c2ce5288f40d11ebc1bff19225224
Enhancements to existing features
This change makes an existing capability for identifying an Odoo module name available as a shared function. It reduces copy-and-paste across community modules, making maintenance easier and lowering the risk of inconsistent behavior.
Original PR description
Description of the issue/feature this PR addresses: ``` Make an existing feature available as function "Extract module name" ``` Current behavior before PR: ``` We have to copy code from Odooo SA like here ``` https://github.com/OCA/connector/blob/9.0/connector/connector.py#L31-L47 Desired behavior after PR is merged: ``` Make available this feature without copy/paste in all community modules. ``` ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
SQL queries are now logged before they run rather than after they finish. This makes it easier to identify long-running or failed database operations while they are happening, improving troubleshooting and system monitoring.
Original PR description
Description of the issue/feature this PR addresses: The log of SQL queries have the wrong time (visible for particularly long-running queries, for example valuation with millions of stock moves). When following the log (i.e. tail -f), if the server blocks on a querry we can only know the reason when the query is done. If the query fails it's never logged. Current behavior before PR: Log query after executing Desired behavior after PR is merged: Log before executing ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The accounting settings now group multi-currency options into a single dedicated section. This makes currency-related configuration easier to find and manage for businesses working with multiple currencies.
Original PR description
pad:https://pad.odoo.com/p/r.v5KIencaTaKzULRf Task:https://www.odoo.com/web#id=22123&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720
The accounting settings now show live currency rate options within the multi-currency section, making currency management easier to find and configure. This helps businesses using multiple currencies manage exchange rate updates from a more intuitive place.
Original PR description
Task: https://www.odoo.com/web?#id=22123&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.v5KIencaTaKzULRf
Resolved issues and error corrections
Fixes a stock return issue where reversing a picking operation could incorrectly reset related packing steps to waiting. After the correction, only the returned move is unassigned, so the next warehouse operation becomes available when the replacement picking is confirmed.
Original PR description
TASK : https://www.odoo.com/web#id=12333&view_type=form&model=project.task&menu_id=3942&action=327 PAD : https://pad.odoo.com/p/r.vUhLiJK4oVJQWcFG
A back-office note on customer statements is no longer shown on the customer-facing website. This keeps internal guidance out of the frontend and improves the clarity of customer statements.
Original PR description
**Issue**: https://www.odoo.com/web?#id=669273&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 A sentence is displayed in backend and shouldn't be displayed in frontend.