Daily updates from Odoo
Wednesday, November 5, 2025
2 changes · master
Code cleanup and technical improvements
The code behind delete confirmation messages in Account Reports was streamlined to reuse common behavior and use clearer internal wording. This should make future maintenance easier without changing the visible user experience.
Original PR description
- Share code of message deletion with `msg.showDeleteConfirm()` - MessageConfirmDialog props are more neutral - patch `shouldHideFromMessageListOnDelete` once per module https://github.com/odoo/odoo/pull/234214
The batch payment functionality has been consolidated by removing a now-unnecessary bridge module. This reduces internal complexity while keeping the expected accounting batch payment features available through the main batch payment module.
Original PR description
There is no more reason to have 2 modules, as account_accountant is already auto-installed in enterprise. So we should not need this bridge module anymore.