Daily updates from Odoo
Thursday, May 8, 2025
2 changes · saas-18.3
Resolved issues and error corrections
The Social app demo mode now points to the correct image files, so demo content loads as expected during setup. The needed sample images are also included directly to reduce the risk of future missing-file issues.
Original PR description
How to reproduce: 1. Run the localhost with the `--with-demo` flag. 2. Install the `Social` Module. 3. Now, from the CONFIGURATION > click SETTINGS > check ENABLE DEMO MODE. Issue: - You will see that the demo data is not loaded. Reason: - There is a recent PR (https://github.com/odoo/odoo/pull/206246) which removed the file we are trying to access. Fix: - We update the file path. Task-4765000
This fix updates an automated barcode manufacturing test so it no longer fails unpredictably during validation runs. It helps keep development checks reliable and reduces delays caused by false build failures.
Original PR description
The test `test_barcode_production_create_bom` sometime fails. This commit modifies its tour to avoid random fails. runbot build error: [190620](https://runbot.odoo.com/odoo/runbot.build.error/190620)