Friday, January 9, 2026
1 change · saas-19.1
Features or functions removed from Odoo
This update removes a feature that automatically generated vendors from Stripe Issuing, specifically for French vendors. The system was incorrectly attempting to use SIREN numbers instead of VAT numbers, leading to validation errors. Removing this feature simplifies the process and corrects the underlying issue.
Original PR description
In the original Stripe Issuing implementation, it was believed that in the specific case where a vendor is located in France, the `tax_id` received from Stripe in the authorizations and transactions would be the VAT number. In reality, the number received is the SIREN which fail VIES validation. As we only try to create a vendor in that very specific case, and there is no field for the SIREN (`company_registry` is the SIRET), we simply remove the feature altogether. NOTE: Remove method in master Forward-Port-Of: odoo/enterprise#103221