Daily updates from Odoo
Navigate
Branch
Friday, January 26, 2018
5 changes
Enhancements to existing features
Kanban boards now offer a richer quick-create experience, including full form behavior for creating CRM leads, applicants, and project tasks directly from the board. New project onboarding guides users to set up stages first, making newly created projects easier to organize from the start.
Original PR description
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
Email templates are now checked when they are saved or used, so syntax problems are caught before messages go out. This helps prevent customers or partners from receiving blank emails and gives users a clear error message to fix the template.
Original PR description
Description of the issue/feature this PR addresses: It's all in the commit message, friendos 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 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
Helpdesk teams can now create tickets more smoothly directly from the Kanban board, with a better quick-create form that supports more ticket details. The update also improves mobile and very small screen behavior so forms display correctly in compact spaces.
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