Daily updates from Odoo
Thursday, December 5, 2019
2 changes
Resolved issues and error corrections
This update removes unintended debugging messages and breakpoints from the web interface. It helps keep the user experience clean and avoids unnecessary technical output appearing during normal use.
Original PR description
Some debugging lines were introduced in https://github.com/odoo/odoo/commit/30cf7bc798ddede8e610001146f4a76352aa582f Those should be removed -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change corrects a small spelling mistake from “udpate” to “update” in several parts of Odoo. It improves clarity in the code and related text without changing how users interact with the system.
Original PR description
Description of the issue/feature this PR addresses: correct typo `udpate` -> `update` -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr