Monday, August 7, 2017
3 changes
Enhancements to existing features
This update strengthens automated code checks to better catch issues that could affect future maintenance, including outdated compatibility patterns and fragile error handling. It also reduces unnecessary warnings from missing or invalid local configuration files, making developer feedback cleaner and more reliable.
Original PR description
See commit messages
Stock valuation journal entries created after product cost changes now include the product name. This makes accounting records easier to understand and trace back to the related inventory item.
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
Odoo now requests only the specific database information it needs instead of collecting all available metadata. This helps support tighter database access controls while keeping the behavior unchanged for users.
Original PR description
`SELECT *` prevents to secure `pg_database` access rights Cf original commit https://github.com/odoo/odoo/commit/e78269664deb0f7710c745e46110261c6a58968e#diff-19062dbae79c1a064bc447097bedbf44R49 @rco-odoo if by any change you think I might have forgot a used field, please warn me @odony FYI