Daily updates from Odoo
Tuesday, November 19, 2019
4 changes
Resolved issues and error corrections
This corrects a small typo that could cause analytic account filtering rules to be built incorrectly. The fix helps ensure users see the right analytic records when the system applies those filters.
Original PR description
Leftover typo from #36804 . -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix prevents an error when a product is created or edited from the website and its image is deleted. If no image URL is available, the system now handles it gracefully instead of showing a traceback, making product editing more reliable.
Original PR description
Task : https://www.odoo.com/web?#id=2063293&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.c134d9b0d8ea08eb773491d23bb96507 I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update keeps accounting reports working after a related change in the main Odoo platform. It prevents disruptions caused by an internal method change, with no expected change to everyday report usage.
Original PR description
Followup of odoo/odoo#38859
The Approvals app now tracks changes using the correct underlying field reference instead of only the field name. This helps ensure tracked approval changes are linked reliably and avoids confusion or errors in audit history.
Original PR description
This commit replaces the name of the tracked field by its reference. TaskID: 2088634