Daily updates from Odoo
Friday, January 9, 2026
1 change · master
Features or functions removed from Odoo
This update removes a feature that incorrectly attempted to generate vendors based on Stripe data. The original implementation mistakenly assumed Stripe tax IDs were VAT numbers, leading to validation errors. Since a dedicated field for vendor information exists, this unnecessary step has been removed for improved efficiency.
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