Daily updates from Odoo
Monday, August 7, 2017
1 change · master
Enhancements to existing features
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