Tuesday, July 29, 2025
2 changes · 18.0
Enhancements to existing features
This update adds a new customization point in the stock module for calculating dates during push rule processing. It does not change current behavior, but makes future customizations easier and safer for implementers.
Original PR description
This eases inheritance. No behavior is changes with this PR, it is just a new inheritance point. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
After a user starts fetching bank transactions from the accounting dashboard, the fetch button is hidden to prevent repeated clicks. This helps avoid duplicate provider requests and reduces the chance of synchronization errors.
Original PR description
The button `Fetch Transactions` shown on a bank in the accounting dashboard can possibly be clicked multiple times in a row by a user. This would cause several calls to the provider causing potential errors. This commit prevents the user from being able to fetch transactions multiple times by removing this button once clicked. task-4900188 Forward-Port-Of: odoo/enterprise#89127