Daily updates from Odoo
Thursday, May 28, 2026
8 changes
1 change
New functionality added to Odoo
This update introduces a new reporting capability within Odoo Enterprise for Indonesian businesses. It adds a specific tax return type tailored to Indonesian regulations, allowing users to accurately report tax information. This enhancement improves compliance and reporting accuracy for our customers operating in Indonesia.
Original PR description
Create new module l10n_id_reports and add return type for Indonesia. task-6239169 Forward-Port-Of: odoo/enterprise#118467 Forward-Port-Of: odoo/enterprise#118304
1 change
New functionality added to Odoo
This update adds a new tax return type specifically for Indonesian businesses within the Odoo Enterprise system. This enhancement allows users to accurately report Indonesian tax obligations, improving compliance and financial reporting for this market. It leverages existing reporting capabilities to provide a streamlined solution.
Original PR description
Create new module l10n_id_reports and add return type for Indonesia. task-6239169 Forward-Port-Of: odoo/enterprise#118467 Forward-Port-Of: odoo/enterprise#118304
2 changes
New functionality added to Odoo
This update introduces support for Indonesian tax returns within the Odoo Enterprise system. A new module, `l10n_id_reports`, has been created to manage these specific return types, allowing businesses operating in Indonesia to accurately report their tax obligations. This enhancement improves compliance and reporting capabilities for our Indonesian customers.
Original PR description
Create new module l10n_id_reports and add return type for Indonesia. task-6239169 Forward-Port-Of: odoo/enterprise#118304
This update introduces a new report for Hungary, specifically designed to generate EC Sales lists. Unlike the standard report, this version groups sales data by specific tax codes (B, C, K, R & V) for accurate reporting. It also includes the necessary tax return data associated with this report.
Original PR description
This report is a bit different from the main EC Sales list, instead of just grouping the lines on partner_id, we need to group on specifics tax.tags [B, C, K, R & V]. It also adds the tax returns for this same report. [task-4950959](https://www.odoo.com/odoo/project/967/tasks/4950959) Linked:https://github.com/odoo/odoo/pull/253556
1 change
New functionality added to Odoo
This update expands the information sent to Pricer, including price before taxes, tax details, supplier product codes, and units of measure. These additions enable more accurate pricing calculations and address previously missing data required for key use cases. The update also improves code organization and ensures Pricer tags are automatically updated when related product information changes.
Original PR description
We are currently missing some fields which must be sent to Pricer for some basic use-case scenarios This PR adds - Price before taxes - Taxes name (ex: 21%) - Supplier product code - Supplier reference - Units of measure of the product The PR also triggers the update of the pricer tags when the models indirectly related to Pricer are modified (taxes name / supplier reference / supplier product code) + cleans up the code a bit task-4506260 Forward-Port-Of: odoo/enterprise#78009
2 changes
New functionality added to Odoo
This update allows 'work clothes fees' to be properly recognized as a benefit within the Odoo Enterprise system. Previously, these fees couldn't be managed effectively. By adding a dedicated benefit, businesses can now better track and account for these expenses.
Original PR description
purpose: Currently the "work clothes fees" can not be hidden because it's not linked to a benefit we can activate/deactivate - added a benefit for "work clothes fees" task-id: 6237160
This update introduces a new system for tracking devices connected to Obox, such as printers and scales. A button has been added to the Obox form to automatically discover and record these devices. Currently, this data is not actively used, but it lays the groundwork for future enhancements.
Original PR description
See: odoo/obox#176 In this commit, we add the `obox.device` model, which represents devices connected to the Obox, such as printers, scales and cameras. A button is added to the Obox form view to discover devices, which will create records for all the devices that are found. For now the device records cannot be used anywhere, but this will come in future PRs. task-6241705
1 change
New functionality added to Odoo
This pull request updates the `.weblate.json` files used for translating Odoo's Belgium Point of Sale (POS) modules. It ensures that all necessary modules are included for accurate translation, improving the user experience for customers using the system in Belgium. This is a routine maintenance update to support localization efforts.
Original PR description
Add missing modules in `.weblate.json` for translations of (l10n_be_pos_blackbox, l10n_be_pos_blackbox_hr, l10n_be_pos_blackbox_loyalty, l10n_be_pos_blackbox_self_order, l10n_be_pos_blackbox_settle_due) These modules were added in this PR: https://github.com/odoo/enterprise/pull/96130