Daily updates from Odoo
Friday, February 27, 2026
2 changes · 19.0
New functionality added to Odoo
This update introduces a new AI agent within Odoo that automatically creates partner records during account creation. To ensure data accuracy, a new feature will be added to blacklist specific partners from this automated process. This change improves partner management efficiency.
Original PR description
This commit: https://github.com/odoo/enterprise/commit/84d84687ac09abad698b1b00a445f69a0d896e5f introduce a new ai agent called "Odoo agent" and in the create method a partner is created from it. We will add a new function to blacklist some partner from the retrieve partner functionality task-5973417
This update adds support for obtaining real-time currency exchange rates from the Central Bank of Cuba (BCC). This enhancement allows Odoo to accurately reflect the current exchange rates for transactions involving Cuban currency, improving financial reporting and operational accuracy. It leverages official BCC data for reliable currency conversions.
Original PR description
This commit introduces a new exchange rate provider for the Central Bank of Cuba (BCC). - Implement new exchange rate provider for Central Bank of Cuba (BCC) - Retrieve rates from official BCC source - Reference: https://www.bc.gob.cu/tasas-de-cambio (official published data and documentation) - Parse and normalize published currency values - Support multiple rate types (official, public, special)" Forward-Port-Of: odoo/enterprise#108789 Forward-Port-Of: odoo/enterprise#108367