Daily updates from Odoo
Tuesday, July 8, 2025
10 changes · saas-18.4
Enhancements to existing features
The accounting journal field previously labeled "Private Part Account" is now labeled "Private Share Account". This improves clarity for English-speaking users and avoids a misleading phrase in accounting configuration screens.
Original PR description
Change label of `non_deductible_account_id` field on `account.journal` from `Private Part Account` to `Private Share Account` as private part means something else in english. task-4868244 Forward-Port-Of: odoo/odoo#217289
The website builder sidebar has been reorganized so the most commonly used options appear higher up. This makes page editing faster and easier for users by reducing the time spent searching for frequent settings.
Original PR description
This PR reorders some sidebar options from the website builder. The goal of this reordering is to put the most used options at the top of the sidebar. task-4791026
Printer labels no longer repeat the USB connection type when that information is already shown elsewhere in the interface. This makes device information clearer and avoids redundant wording for users managing connected hardware.
Original PR description
Now that the frontend is showing the device connection type, we can remove this prefix since it is showing duplicate information. task-4922608 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#217770
The Spanish SII electronic invoicing test certificate has been renewed to keep integrations with the Spanish tax authority working as expected. This helps maintain reliable demo and testing flows for Spanish localization without changing day-to-day user workflows.
Original PR description
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#217341
This update cleans up the Live Chat code by reducing duplication and removing unused parts. It should make future maintenance easier without changing day-to-day user behavior.
Original PR description
Comments applied from the previous PR. 1. Reduce duplicate code in im_livechat; 2. Remove unused code in im_livechat; follow up of https://github.com/odoo/odoo/pull/217584 https://github.com/odoo/enterprise/pull/89648 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
IoT devices are now shown with a clearer layout in formatted selection lists, such as POS configuration dropdowns. Instead of combining the IoT box and device name in one label, the device name, connection, and IoT box are displayed separately so users can identify the right device more easily.
Original PR description
Before this commit, IoT device names would dislplay in the format '[iotbox] Device Name'. After this commit, in environments with formatting enabled (such as the device dropdown when configuring in POS), we show the name with the following format: Device Name Connection IoT box Where Connection and IoT box are using muted text. task-4922608  Forward-Port-Of: odoo/enterprise#89664
Colombian electronic invoicing now supports retrieving a customer's name and email from the DIAN service using only their identification type and number. This helps businesses comply with local rules that limit what customer information they may request directly.
Original PR description
The Colombian government restricts the information a company can ask from their customers to only their identification type and number. The other data (name and email) is required to be fetched from the DIAN service. task: 4796355 Forward-Port-Of: odoo/enterprise#86172
The IoT app now shows each device's connection status directly in the device list. This makes it easier for users to quickly spot disconnected or unavailable devices without opening each device record.
Original PR description
This PR adds the connection status to the device list view in the iot app Forward-Port-Of: odoo/enterprise#89632
The dialog shown when an IoT Box is found has been updated to make the setup experience easier for users. This helps users understand the next steps more quickly when connecting IoT hardware.
Original PR description
We updated the IoT Box found dialog in order to ease user experience. Task: 4922620 Forward-Port-Of: odoo/enterprise#89608
The IoT device search view no longer groups devices by IoT Box by default, making searches simpler. Device lists on IoT Box forms are now ordered to show connected devices first and include connection status, helping users identify device availability faster.
Original PR description
We previously added an unnecessary `group by` IoT Box in the IoT device search view. It is now removed.
We also sorted devices by connection desc and name in the iot device list view in the iot box form view,
and displayed the connected/disconnected status.
Tasks: 4922609, 4922638, 4922623
Forward-Port-Of: odoo/enterprise#89601