Wednesday, June 10, 2020
2 changes
Enhancements to existing features
Manufacturing planning now stores planned purchase dates without unnecessary time details. This makes date-based searches and matches more reliable when working with the master production schedule.
Original PR description
Since we only care about the date, remove time part of the date_planned_mps, so that when search based on a date we can also march it.
Notifications can now appear without a title, so short messages no longer show an empty header area or unnecessary icon spacing. This makes alerts cleaner and easier to read across affected Odoo apps such as Data Merge, Marketing Automation, Stock Barcode, and Web Enterprise.
Original PR description
PURPOSE Currently, the notification pops up on the right top corner, when you are not passing the title parameter as a option when generating the notification,then it will display the blank div with the default button icon only. so it is not possible to have one-line notifications since the title is mandatory. SPEC So the purpose of the task is to make the title optional, allowing for more minimalistic notification. For that we have put the condition for the title div, if the options have title field then only the top titile div will display otherwise not. Also removed some unnecessary titles from the notification and some styling change. Task : 2264749