Daily updates from Odoo
Monday, July 14, 2025
2 changes · saas-18.3
Enhancements to existing features
The wording in the IoT “use pairing code” dialog was updated to make the setup process easier to understand. This helps users connect IoT devices with less confusion during onboarding.
Original PR description
We improved the "use pairing code" dialog to make it clearer. Task: 4942391
Manufacturing production schedules now refresh only the items currently visible on screen instead of recalculating hidden paginated items. This makes updates much faster in large planning setups, reducing one benchmarked action from 31.6 seconds to 3.5 seconds.
Original PR description
Description ----------- Only fetch forecasts for MPS schedules visible in the view rather than all impacted schedules. Schedules not visible due to pagination are skipped when reloading the MPS state. Benchmark --------- Adjusting a quantity for a product, which will impact around 1k+ other schedules (hierarchy is deep with boms), `get_production_schedule_view_state` takes: | Before | After | Speed-up | |--------|-------|----------| | 31.6s | 3.5s | 9x | Reference --------- opw-4778588 Forward-Port-Of: odoo/enterprise#87299