Tuesday, August 6, 2019
6 changes · master
Resolved issues and error corrections
A previously removed automated test for the mail discussion feature has been restored after it was accidentally dropped during conflict resolution. This helps ensure message input behavior remains protected from regressions without changing user-facing functionality.
Original PR description
Revision on https://github.com/odoo/odoo/commit/ff7ea6b654175e3138f5f36d2e5b4214cebef499 Due to some git conflicts, it duplicated history tests and removed the previous test 'input not cleared on unresolved message_post rpc'.
The manufacturing order form no longer shows the Pickings button when there are no related pickings. This reduces clutter and avoids users clicking into an empty or irrelevant action.
Original PR description
Before this commit, Pickings button was always visible in manufacturing order form view. Now, it will be only visible if the MO has at least one picking. Task #2047626
This change ensures Odoo uses the correct search view when working with inventory valuation instead of sometimes loading a product search view. It helps users get the expected filters and search options in stock accounting screens.
Original PR description
…uation_search' In some case, this view was used to perform a search of product.product. Before, this modificiation all the search view had the same priority which means that depending on some situation, the wrong search view was loaded. 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 change avoids unnecessary checks when no image data is provided. It helps the image processing tool return more reliably and efficiently in this edge case without changing normal image behavior.
Original PR description
Follow up of 344614b54a2aa7799a551306b31c00f52ed4f999 If base64_source is falsy, we don't need to check the other parameters. 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 fixes small wording and capitalization issues in labels shown to users, including changing “incl. archived” to “Incl. Archived.” It improves consistency and professionalism in the interface without changing how the system works.
Original PR description
Description of the issue/feature this PR addresses: https://github.com/odoo/odoo/issues/29090 Current behavior before PR: String:- Count (incl. archived) Desired behavior after PR is merged: String:- Count (Incl. Archived) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change adjusts how warning messages are displayed when the system encounters an error. It prevents odd-looking formatting in warnings, making messages easier for users to read and understand.
Original PR description
Task : https://www.odoo.com/web#id=2042028&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.765315fbf3fe9c08ed364e0391f44063 I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr