Daily updates from Odoo
Friday, January 26, 2018
4 changes · master
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.