Daily updates from Odoo
Friday, January 16, 2026
4 changes · master
New functionality added to Odoo
This update adds estimated return dates to the EC Sales List and Tax reports. This provides customers with clearer timing information for reporting, allowing them to verify data accuracy before submission. It improves transparency and helps ensure accurate financial reporting.
Original PR description
The aim of this commit is adding returns for EC Sales List report and the Tax report. These returns allow customers to know when they have to report both reports and help them to check that every value are correctly set before sending the report. task-4893984 Forward-Port-Of: odoo/enterprise#100572
This pull request adds Uzbek translations for various Odoo modules. This expands Odoo's language support, making the software accessible to a wider user base who speak Uzbek. It improves the usability of Odoo for Uzbek-speaking customers and partners.
Original PR description
Related: https://github.com/odoo/enterprise/pull/104176 Forward-Port-Of: odoo/odoo#243574
This pull request adds Uzbek translations for several key Odoo modules, including accounting and financial management. This expands Odoo's support for the Uzbek language, making the software more accessible and usable for users in Uzbekistan. It improves localization and user experience for a significant user base.
Original PR description
Related: https://github.com/odoo/odoo/pull/243574 Forward-Port-Of: odoo/enterprise#104176
This update streamlines the creation of activities by aligning the 'Create Activity' server action with the existing Activity Schedule wizard. Users can now easily utilize activity plans, enhancing the scheduling and tracking of tasks within the system. This change improves usability and efficiency for managing workflows.
Original PR description
The aim of this commit is to make “Create activity” server actions type presented in a similar way than the activity schedule wizard. In addition to moving fields around in the form view, the ability to use an activity plan has been added. opw-4734968