Daily updates from Odoo
Thursday, May 22, 2025
1 change · master
Resolved issues and error corrections
Bank statement reconciliation rules now search across the label, transaction details, and narration together, so users no longer need to choose where the rule should look. This makes automatic matching more reliable and simplifies setup by removing an unnecessary option.
Original PR description
We don't want the user to differentiate the places where to apply the regex search (reco model) on statement lines. We thus apply it on the label, the transaction details and the narration altogether, returning on the first match. We don't need the "from_transaction_details" selection option anymore. task-4749338