Thursday, July 16, 2026
1 change · saas-18.3
Enhancements to existing features
French VAT declarations now handle SIRET numbers that include spaces by cleaning them before submission. The update also warns users when a bank account number appears incorrectly formatted, helping prevent failed filings.
Original PR description
This commit resolves an issue where VAT declarations failed when the provided SIRET number included spaces. Since check_siret verifies the format, we now strip all spaces from the input. Additionally, this commit introduces a validation for bank account numbers, ensuring that we warn the user if the account number is wrongly formatted. task-6253745 Forward-Port-Of: odoo/enterprise#120689