Daily updates from Odoo
Wednesday, January 10, 2018
2 changes · master
Resolved issues and error corrections
This update fixes how inventory adjustments handle cases where a product is removed and then added again. Users can now save the record as expected, with clearer error messages shown only when they are actually needed.
Original PR description
Description of the issue/feature this PR addresses: - error message not proper in inventory adjustment so clean error message. - error message raised when needed Current behavior before PR: - error message is not proper - system not allow to save a record when suppress the product and add same product one more. Desired behavior after PR is merged: - clean error message - now system allow to save record rather than warning when suppress product and add same product one more -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Task : https://www.odoo.com/web#id=34253&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.554bbdef9787ec2768cf9eaaa0ff39ae
This fix ensures the Gengo sandbox option is properly linked to the company settings, so changes are retained as expected. Businesses using Gengo translation testing can now rely on the setting staying in place after configuration.
Original PR description
Link setting to company setting, otherwise it is simply not saved. opw-803036 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