Daily updates from Odoo
Navigate
Branch
Friday, April 27, 2018
5 changes
Enhancements to existing features
This update makes it easier for accounting users to find and create the right records. When modifying a refund, the newly created draft invoice or bill opens automatically, and payment/dashboard labels and filters are clearer for customer, vendor, and internal transfer workflows.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=58392&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.ae45a02aedc306d377d8164e4eb45c7a 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
This update makes fleet records easier to manage by allowing vehicles to be created before they have license plates, assigning multiple vehicles to the same driver, and improving how vehicles are sorted and searched. It also adds better visibility into contracts, activities, and vehicle stages, with Belgian payroll fleet vehicles automatically creating related contracts.
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
This update improves the speed and reliability of accounting reconciliation, especially when handling taxes, write-offs, and cash-basis entries. It reduces confusing internal behavior and fixes several edge cases that could cause reconciliation errors or unnecessary accounting lines.
Original PR description
task: 37976 rewrite some methods to increase performance
The mobile web experience now includes an iOS App Store icon that links users directly to the Odoo mobile application. This makes it easier for iPhone and iPad users to discover and install the app from the official store.
Original PR description
task: https://www.odoo.com/web?#id=54025&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad: https://pad.odoo.com/p/r.f019315baf3e437b80eb1316e7185836 Added a new icon of ios app store that redirects to ios store for odoo app.
Resolved issues and error corrections
SQL debug logging now includes query parameters again, restoring information that had been missing from database logs. This helps support and development teams diagnose database-related issues more effectively without changing normal user-facing behavior.
Original PR description
Since 1a58e108 (on 10.0 and over) parameters are no longer present when logging sql queries. This removes some of the usefulness of the feature, and this commit adds them back. opw-1839241