Monday, June 18, 2018
1 change
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