Daily updates from Odoo
Tuesday, March 8, 2016
4 changes · master
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