Tuesday, April 14, 2026
4 changes · saas-19.1
New functionality added to Odoo
This update introduces basic financial reporting capabilities specifically tailored for businesses in Uzbekistan. It includes essential reports like the Balance Sheet and Profit & Loss Report, allowing users to track key financial data relevant to this market. This enhancement supports our growing presence and compliance needs in Uzbekistan.
Original PR description
This commit introduces basic report package for Uzbekistan and includes Balance Sheet and Profit & Loss Report. task-3927927 Community PR - https://github.com/odoo/odoo/pull/241811 Forward-Port-Of: odoo/enterprise#103136
This update adds a basic accounting package specifically tailored for businesses in Uzbekistan. It includes essential features like charts of accounts, tax settings, and demo data, along with Uzbek language support and Uzbekistan state information. This expansion allows Odoo to fully support operations within the Uzbek market.
Original PR description
This **PR** introduces basic accounting package including Demo Data, Chart of Accounts, Account Groups, Taxes and Tax Groups for Uzbekistan. Additionally, it also introduces Uzbek language and Uzbekistan states to support `l10n_uz`. task-3927927 Enterprise PR - https://github.com/odoo/enterprise/pull/103136 Forward-Port-Of: odoo/odoo#241811
This update allows users to split a single production order into multiple serial numbers, addressing a limitation introduced in a previous update. Previously, generating multiple serial numbers was restricted to one order at a time. Now, a new button in the serial number generation wizard enables users to create individual serial numbers for each sub-order, improving traceability and flexibility in managing production runs.
Original PR description
Since 4bb4e08066449, producing multiple serial that have been generated is only doable on one mo. We can split mo. we can generate serial number but we cannot do both at the same time. This commit adds a new button into the generate serial wizard to split the main mo into the number of serial wanted and attribute one for each sub mo. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#255577
This update allows users to efficiently change the partner associated with multiple invoices or move records directly from a list view. Previously, changing this field required individual updates for each record. This enhancement improves workflow efficiency and data accuracy.
Original PR description
[IMP] account: mass edit partner on move list This commit adds the feature to mass edit the partner field on moves when the user is in a move list view. A widget is created to display either the Many2one `partner_id` field (in case we're editing multiple moves) or the `invoice_partner_display_name` (in case we're displaying without editing) task-5986025