Navigate
Branch
Friday, December 27, 2019
5 changes
New functionality added to Odoo
Sales users can now generate project tasks from sales order lines even when the Timesheets app is not installed. This makes task-based service delivery, such as field service work, available without requiring time tracking.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web#id=2123707&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.45a3483fb0471d550cf9c212cb74c303 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
Enhancements to existing features
This update modernizes parts of Odoo's Mail and Discuss experience using a newer interface framework. It improves how messaging areas behave while loading and includes fixes around message composition, attachments, notifications, and internal test support, helping make the mail experience smoother and more reliable.
Resolved issues and error corrections
The website editor's left panel now handles empty and default input values more consistently. This reduces confusing displays and helps ensure option visibility updates only after the underlying values are ready.
Miscellaneous changes
addendum to fdc4ef97c9d09ce07aa2e747041d973a3e607af5 We would not create foreign key constraints since dfaea03de57394a9a188f499da664c57dd9adc29 due to the inexact check. The check would favour the tables/views from the `information_schema` rather than those created by Odoo (in the `public` schema typically). https://github.com/odoo/odoo/pull/40930 made a slight change that seems to invert the order of the results and revealed the underlying problem. Forward-Port-Of: odoo/odoo#41574
Original PR description
addendum to fdc4ef97c9d09ce07aa2e747041d973a3e607af5 We would not create foreign key constraints since dfaea03de57394a9a188f499da664c57dd9adc29 due to the inexact check. The check would favour the tables/views from the `information_schema` rather than those created by Odoo (in the `public` schema typically). https://github.com/odoo/odoo/pull/40930 made a slight change that seems to invert the order of the results and revealed the underlying problem. Forward-Port-Of: odoo/odoo#41574
The Field Service sales screens were adjusted to stay compatible after related sales and timesheet features were split into separate parts. This prevents display or setup issues in task views and keeps day-to-day field service sales workflows working as expected.
Original PR description
Task: https://www.odoo.com/web#id=2123707&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.45a3483fb0471d550cf9c212cb74c303