Daily updates from Odoo
Friday, June 5, 2026
2 changes · master
New functionality added to Odoo
This update adds camera support within the Odoo Manufacturing (MRP) module, allowing users to visually inspect products and quality control processes. This enhancement improves accuracy and efficiency in identifying defects and ensuring product standards are met. The change is part of a broader Obox integration.
Original PR description
We now support scales and cameras in mrp using an Obox. see odoo/obox#181 task-6241713
This update adds a new feature to the bank reconciliation widget that allows users to automatically reconcile bank statements on-demand. Previously, reconciliation was triggered only by a scheduled cron job. Now, users can quickly reconcile outstanding transactions, improving efficiency and reducing manual effort.
Original PR description
Add a "Run Auto Reconciliation" entry to the bank reconciliation widget cogs menu, allowing users to trigger the automatic reconciliation without waiting for the next cron run. Selecting the entry opens a wizard pre-filled with the active journal and a default starting date of today minus one month. On validation, the wizard collects the unreconciled bank statement lines of the chosen journal between the selected date and today, and runs _cron_try_auto_reconcile_statement_lines on them. A success notification is displayed and the bank reco view will reload the affected records. task-6095773