Daily updates from Odoo
Navigate
Branch
Wednesday, March 7, 2018
4 changes
Enhancements to existing features
Log streaming can now output structured JSON, making errors and multi-line tracebacks easier for monitoring tools to capture as a single event. This helps teams create more reliable alerts and analyze issues by error type or source.
Original PR description
Description of the issue/feature this PR addresses: Syslog-like formatted logs are extremly difficult and unreliable to parse Current behavior before PR: A multiline tracback would get sliced per line in normal log aggregators Desired behavior after PR is merged: A multiline traceback is cleanly catched as one single data field, which can be easily alerted upon. The error's module name and class name are exposed in a parse-friendly way, so that statistics can be done and alerts triggered according to the reported error. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Output logs in json format when doing log streaming. This eliminates the need for any log parsers to catch the errors across a potential multiline traceback (which is rather complicated or even impossible) Provide structured and well parsable data by a log forwarder / collector.
This update removes an unnecessary link target from the website settings dashboard. It helps prevent unintended navigation or confusing clicks, making the settings experience a little cleaner for users.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://www.odoo.com/web#id=779752&view_type=form&model=project.issue&action=609&menu_id=4720 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
The eCommerce dashboard now presents improved sales statistics, giving teams clearer insight into online sales performance. This helps business users monitor results more effectively and make faster decisions from the dashboard.
Original PR description
Description of the issue/feature this PR addresses: Task ID - https://www.odoo.com/web#id=34671&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 PAD - https://pad.odoo.com/p/r.66d4fb956fa1f142e1ea6b18b00a72d5 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
Resolved issues and error corrections
This pull request fixes a small typo in a calendar-related variable name and adds contributor license agreement documentation. The change is minor and helps keep the codebase clearer without affecting day-to-day business workflows.
Original PR description
Fix a typo with 'string' in variable `interval_srting`.