Daily updates from Odoo
Thursday, February 5, 2026
3 changes
New functionality added to Odoo
This update adds a markdown preview feature to documents, allowing users to see a formatted version of their content directly within the application. It leverages existing technology used in the AI module, streamlining the development process. This enhancement improves document readability and provides a more flexible editing experience.
Original PR description
Purpose ======= Add markdown preview and thumbnail in documents. This is implemented with the `markdown2` library, which is already used in the AI module. Task-5224024
This update adds the functionality to generate basic fiscal receipts for Italian businesses using their fiscal printers. This is a key step in ensuring compliance with Italian tax regulations and allows businesses to accurately record sales transactions for reporting purposes.
Original PR description
This commit add the basic receipt for the italian fiscal printer. Task-5114203
This update adds missing templates for Equity and Government checks within the Odoo Enterprise accounting reports. This ensures accurate and complete financial reporting, fulfilling a key requirement for compliance and data integrity. It builds upon previous work to fully implement the required reporting functionality.
Original PR description
Completes the work started in odoo/enterprise#88360. The Equity and Government check templates were missing and are added here to fully complete the data. task-5365677 Forward-Port-Of: odoo/enterprise#103954