Daily updates from Odoo
Tuesday, December 11, 2018
3 changes · master
Enhancements to existing features
This update improves several day-to-day logistics workflows in manufacturing, inventory, sales, products, and maintenance. Users get clearer labels and tooltips, more flexible product volume precision, and a faster way to record multiple manufactured items with serial or lot numbers.
Original PR description
Description of the issue/feature this PR addresses: Task : https://www.odoo.com/web#id=47933&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad ID : https://pad.odoo.com/p/r.b02f8a35aee224e9a211f0228d5aab90 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
Mass mailing demo data now includes realistic links, tracking, and click statistics so new users can better understand campaign performance. Mailing views were also adjusted to make ownership easier to manage and to organize mailings by status by default.
Original PR description
Purpose of this merge is to ease first steps with mass mailing application by improving demo data about links and clicks. Demo data now call convert links and add click in order to generate statistics. Small improvements are also done on mass mailing views, adding responsible field and grouping by default in kanban. This merge is linked to task ID 1907994 and closes PR #28533.
Server logs now include request query counts and timing details, making it easier to identify slow or heavy requests. This helps teams investigate performance issues faster without changing end-user workflows.
Original PR description
When there is a performance issue, it's sometimes difficult to discover which request increased the query count or its duration. With this commit, the query count, the system time, the user time and the real time are displayed in the logs at the end of each werkzeug request line. 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