Daily updates from Odoo
Monday, August 7, 2017
5 changes · master
New functionality added to Odoo
This adds a dedicated SIRET number field to partner records for French localization. Businesses in France can record this official establishment identifier directly on customer or supplier profiles, improving local compliance and data completeness.
Original PR description
Task : https://www.odoo.com/web#id=34887&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.213e7bd3de6830b4f82ddd058ccdfffd 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
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
Features or functions removed from Odoo
This change removes the separate project issue apps and folds their functionality into project tasks, simplifying how teams track work. It also improves project priority choices and adds timing metrics for assignment and closure, giving managers better operational visibility.
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