Daily updates from Odoo
Navigate
Branch
Monday, June 18, 2018
3 changes
Enhancements to existing features
Error messages related to stock products and units of measure were rewritten to be easier to understand. This helps users identify and resolve data issues more quickly when working with inventory and measurement settings.
Original PR description
Task : https://www.odoo.com/web?#id=1841502&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.03e4cb43333fcd4acd5a42b4d8c85219
Resolved issues and error corrections
The manufacturing produce wizard now blocks validation when a serial-tracked product is produced with a quantity above one. This prevents users from accidentally creating invalid or duplicate serial number records and keeps inventory traceability accurate.
Original PR description
In the produce wizard, if the consummed produce is tracked by serial number and the qantity done is higher than 1, A warning is triggered. If the user doesn't change the value, He can still validate the wizard. This commit change the warning by an error to put back the value "1". 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 minor typos in the EasyPost delivery configuration screens. It improves clarity for users managing shipping carrier settings without changing any business process or functionality.