Daily updates from Odoo
Friday, January 26, 2018
2 changes · master
Enhancements to existing features
This update removes unnecessary fields from inventory lines in the Stock app. It simplifies the underlying data model by avoiding duplicated or unused information, which can reduce maintenance effort without changing day-to-day inventory workflows.
Original PR description
Several fields are not necessary on inventory lines: they are not used anywhere, or can be replaced with their Many2one. opw-805439 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
Resolved issues and error corrections
Fixes an error that occurred when users clicked the Send SMS action from a customer form. The action now opens the Send SMS wizard as expected, allowing users to continue sending messages without interruption.
Original PR description
Description of the issue/feature this PR addresses: issue: https://www.odoo.com/web?#id=807837&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: Traceback come, while clicking on 'Send SMS' action menu of customer's form view. Desired behavior after PR is merged: A wizard 'Send SMS' will open instead of traceback -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr