Tuesday, October 16, 2018
3 changes · master
Enhancements to existing features
A duplicate entry in Odoo's base country data was removed to keep the shared reference data clean and consistent. This is a small housekeeping improvement that helps avoid confusion or inconsistencies in records that rely on country information.
Original PR description
Twice in the file Coutresy of dhamedic, cf odoo/odoo#27826
The web app will now show console errors when a JavaScript module fails while loading, instead of hiding them unless debug mode is enabled. This helps support and development teams identify problems faster when pages or features fail to start correctly.
Original PR description
Before this commit, if a JS module caused an error while being evaluated, the error was silently swallowed (and only logged in debug mode, in the extra information about the state of all modules). With this commit, we always log the error in the console. Note that this only applies to JS execution errors. If a file has invalid javascript structure, then a parsing error will happen, even before the module system has the possibility to do anythin. 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
This update removes unnecessary internal parameters from quality control stock picking logic. It simplifies maintenance without changing how users work with quality checks or inventory operations.
Original PR description
Useless kwargs removed in addition to the one removed in odoo community Task ID : 46981