Tuesday, August 11, 2026
2 changes · master
Features or functions removed from Odoo
An outdated automated test for structured payment references was removed because the related behavior is no longer supported after a prior change. This has no direct impact on users; it keeps the accounting test suite aligned with current functionality.
Original PR description
After merging pr #117256 the behavior for creating auto reconcile models for structured reference is no longer working so the test for checking that behavior should be removed. This was an FP request to use contains instead of regex in auto reconcile model creation because it was too complicated for users. no task id Forward-Port-Of: odoo/enterprise#126733 Forward-Port-Of: odoo/enterprise#126635
This change removes an obsolete product reference from Helpdesk Stock because it was not shown to users and was not filled in automatically. It simplifies the related Helpdesk, Repair, Stock, and Accounting flows without changing visible business processes.
Original PR description
Removed dead code using the product_id in the helpdesk_stock module as the field is not displayed anywhere in the interface and not set automatically. task-4353526