Daily updates from Odoo
Friday, February 20, 2026
10 changes
4 changes
New functionality added to Odoo
This update adds a visual icon for the AI app within the Odoo platform. This improves the appearance of the AI app on odoo.com, making it more recognizable and user-friendly. It's a small cosmetic change that enhances the overall brand experience.
Original PR description
Adding svg icon to ai app in order to use it on odoo.com task-5431654 Forward-Port-Of: odoo/enterprise#107302
This update introduces support for JoFotara's Point of Sale system within Odoo. It allows for the generation of UBL invoices and credit notes directly from PoS orders, streamlining the invoicing process for JoFotara users. This enhancement ensures compatibility with their existing system and improves data exchange.
Original PR description
This commit adds support to JoFotara for pos.order model. task-4213323 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#248269 Forward-Port-Of: odoo/odoo#243844
This update refreshes the icons used for Odoo apps, specifically for the new /brand-assets page on odoo.com. These updated icons improve the visual presentation of Odoo's apps and contribute to a more consistent brand experience for potential users. This is a cosmetic enhancement to improve the overall user interface.
Original PR description
Adding new icons formats to apps for the new /brand-assets page of odoo.com Forward-Port-Of: odoo/odoo#241599
This update adds high-resolution icons for various Odoo apps displayed on the /brand-assets page of odoo.com. These new icons enhance the visual appeal and consistency of the Odoo ecosystem, providing a more polished user experience for potential customers. This improves the overall presentation of Odoo apps.
Original PR description
Adding new icons formats to apps for the /brand-assets page on odoo.com Forward-Port-Of: odoo/enterprise#103024
2 changes
New functionality added to Odoo
This update incorporates essential testing for the HR Expense Stripe module, which was previously missing. The tests ensure the module functions correctly and reliably, addressing a gap in our quality assurance process. This addition contributes to the overall stability and trustworthiness of the Enterprise suite.
Original PR description
Add tests for the module, as it wasn't included in the original task Forward-Port-Of: odoo/enterprise#106191
This update allows administrators to create API keys programmatically, streamlining the process and reducing manual steps. Previously, API keys required interactive creation with a typed password. Now, existing keys can be renewed or replaced automatically, improving efficiency and automation.
Original PR description
Previously, API keys could only be created interactively: the method required an interactive session and a recently typed password. This commit adds a new method on `res.users.apikeys` that allows creating an API key when an existing one is provided. Optionally, in the case of a renewal, the new key can replace the old one, and the provided one is unlinked. Forward-Port-Of: odoo/odoo#246118
2 changes
New functionality added to Odoo
This update introduces sample data for the industry_fsm module, specifically focusing on allocated hours and timesheets. This new data will populate the tasks analysis reports, providing a better starting point for understanding project timelines and resource allocation. It's a helpful addition for initial demonstrations and testing.
Original PR description
This commit adds some demo data to the industry_fsm with a focus on adding allocated hours and timesheets in order to populate the tasks analysis. taskid:3514457
This update allows employees to correct inaccurate personal information within the system. Following changes in version 18.0, personal details are now managed through the 'My Preferences' menu. This commit adds two new fields to this menu, ensuring employees can maintain accurate records.
Original PR description
In versions after 18.0, the Personal Info tab on the employee form has been removed for public user, and only a limited set of details is now available under the My Preferences menu. While this keeps the interface minimal, employees should still be able to review and update certain personal details if they are incorrect. This commit adds two payroll-related fields to My Preferences. Related community PR: https://github.com/odoo/odoo/pull/248428 task: 5920455
1 change
New functionality added to Odoo
This update incorporates the National Bank of Kazakhstan as a currency rate provider. This change is necessary to comply with local regulations in Kazakhstan, ensuring Odoo Enterprise meets all legal requirements for financial transactions within that country.
Original PR description
This PR adds the National Bank of Kazakhstan as a provider in order to meet the requirements of the Kazakhstan code. Task-4144725
1 change
New functionality added to Odoo
This update incorporates recent additions of Mexican cities into the Odoo Enterprise system. This ensures accurate reporting and compliance for businesses operating in Mexico by reflecting the latest governmental data.
Original PR description
The Mexican government has recently introduced new cities. This pr adds those cities here as well. task-5883334