Friday, December 27, 2019
3 changes · master
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.
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
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