Wednesday, February 11, 2026
2 changes · 18.0
Enhancements to existing features
This update enhances the handling of Romanian VAT invoices from the ANAF tax authority. Now, the system automatically downloads and attaches the official PDF version of the invoice, providing accountants with a visual document for comparison and compliance. This eliminates the previous reliance solely on XML data.
Original PR description
### Before For bills from the Romanian ANAF we only downloaded an XML and imported the data. There is no visual aid for the accountant to see and compare the received document. ### Now We use the ANAF service to get the official "PDF" version of the invoice. This is requested for any new bill we get through ANAF that doesn't already contain a pdf from the vendor and it is set as the main attachment. task-5877171
This update enhances the partner information displayed in Odoo's chatter by integrating data from DnB. Now, a dedicated company card is created in chatter, pulling in relevant details alongside the previously stored industry tags. This provides a more complete view of partner information directly within conversations.
Original PR description
Before: Industry tags coming from DnB were stored in the Tags section of res.partner. and there was no Company info card in chatter. After: Industry tags coming from DnB are not stored in the Tags section of res.partner. Company card is created in chatter that is having details from Dnb along with tags. task-5373200 Forward-Port-Of: odoo/odoo#239464