Tuesday, January 4, 2022
3 changes · master
Enhancements to existing features
Installing event-related sales and track features is now less likely to fail if optional default event records were previously removed. This helps keep setup smoother for businesses adding event capabilities later.
Original PR description
This PR makes the installation process for event dependent modules more robust by updating data records using write method (in xml, with help of `<function>` tag), so that if the record is available, it will be updated otherwise no traceback will be thrown. TaskID-2584092
Adds richer demo data across Helpdesk-related apps to make testing and demonstrations quicker to prepare. This helps teams showcase support, sales timesheet, stock, and forum integrations with less manual setup.
Original PR description
The purpose of the task is to add demo data to ease the testing of tasks, reduce the time to set up a database for a demo, and showcase our features. task-2677843
The project demo data has been adjusted so task dates better match the rest of the sample data. Task names were also reorganized by project, making demo scenarios easier to understand and maintain.
Original PR description
This PR will change some tasks dates to make them more consistent with the rest of the demo data Related: https://github.com/odoo/odoo/pull/80102/ Task 2669762