Saturday, December 13, 2025
1 change · 19.0
Enhancements to existing features
This update streamlines the bank reconciliation process by automatically triggering reconciliation when records are created through the Kanban or List views, rather than relying solely on manual posting. It also centralizes the auto-processing logic, improving efficiency and reducing manual steps. This change enhances the user experience and simplifies bank statement integration.
Original PR description
this pr will do multiple things: - Remove the calls to the cron when posting the move, now adding through the kanban or list view will trigger the try_auto_reconcile from the create with the auto_statement_processing context key - Tries to unify the auto processing in the create (except in account online sync where we kept the logic since we need the start time to compute the cron limit) no task id