Monday, August 7, 2023
2 changes · master
Features or functions removed from Odoo
An unused field related to creating sales orders from timesheets has been removed. This cleanup has no expected impact on day-to-day users and helps keep the Sales Timesheet module simpler to maintain.
Original PR description
The field `display_create_order` is no longer used anywhere and can safely be removed Enterprise: https://github.com/odoo/enterprise/pull/44765 Upgrade: https://github.com/odoo/upgrade/pull/4996
An obsolete setting used to control order creation display has been removed because it is no longer used. This keeps the field service sales code cleaner and reduces maintenance without changing expected business workflows.
Original PR description
The field `display_create_order` is no longer used anywhere and can safely be removed Community: https://github.com/odoo/odoo/pull/128986 Upgrade: https://github.com/odoo/upgrade/pull/4996