Thursday, April 13, 2023
3 changes · master
Features or functions removed from Odoo
The unused task reporting list view has been removed from the code after it was already removed from the user interface. This reduces maintenance overhead without changing the day-to-day experience for users.
Original PR description
In a previous task, the task reporting list view was removed from the interface, but the view is still present in the code. Since this view is no longer used, this PR removes it. Upgrade: https://github.com/odoo/upgrade/pull/4538
This change removes an unused setting related to sending quotations before confirming sales orders. Since the option had no working behavior behind it, removing it reduces confusion for users and keeps the Sales configuration cleaner.
Original PR description
task-1962182 introduce the field back in 12.5 but did not added any logic with it. The tooltip suggested the need for it tho: "Check this box if you send quotations to your customers rather than confirming orders straight away." related to 0d2be38333d8fe5a4cbef4161ac92cac00e47eb1 opw-3198202
The Studio navigation bar no longer includes the shortcut to Notes. This simplifies the Studio interface by removing an entry point that is no longer needed, with minimal impact on day-to-day use.
Original PR description
This commit simply removes the notes shortcut of the studio navbar. opw-3259540