Daily updates from Odoo
Friday, January 25, 2019
2 changes · master
Code cleanup and technical improvements
This change removes an outdated website editor startup component after recent editor updates made it unnecessary. It helps keep the website and event website code cleaner with minimal direct impact for business users.
Original PR description
* website_event Following the new editor's merge at https://github.com/odoo/odoo/pull/29775, 'web_editor.ready' was moved to website without being renamed. Following https://github.com/odoo/odoo/pull/30409, this will remove that 'web_editor.ready' module. See upcoming improvements with https://github.com/odoo/odoo/pull/29442
Work order start and end date handling, along with unplanning behavior, is being moved from Enterprise into the Community manufacturing app. This makes these scheduling capabilities available more broadly and keeps the Enterprise module focused on features that remain specific to it.
Original PR description
Move the code that fills in date start and date end on the Work Orders and that does the unplan to Community Linked to odoo/odoo#30184 TaskID: 1889399