Daily updates from Odoo
Thursday, June 5, 2025
4 changes · saas-18.3
Resolved issues and error corrections
The asset depreciation schedule header now correctly matches the number of columns shown in the report. This prevents a small visual layout issue and keeps the report easier to read for users reviewing asset depreciation details.
Original PR description
A previous fix removed one column without updating the colspan of the custom header. https://github.com/odoo/enterprise/commit/78265a864fafd789df10c0f75590aaa605547b33
Posting the closing entry for the Italian monthly VAT report no longer triggers an error during XML export. This ensures Italian companies can complete their periodic VAT reporting workflow without interruption.
Original PR description
Description of the issue this commit addresses: Since the new Tax Returns features in saas-18.3, a method that was used by the method that was generating the xml export of the italian periodic vat report was replaced by one of a different name. The one used by the xml export system has not been modified and therefore tries to call a method that doesn't exist leading to a traceback. --- Steps to reproduce: 1. Install l10n_it_xml_export. 2. Using an Italian company, go to the montly vat report. 3. Create the closing entry and post it. 4. A traceback shows up. --- Desired behavior after this commit is merged: No traceback shows up during the xml export of the italian periodic vat report closing entry posting process. --- task-4825706
This change updates WhatsApp-related automated tests to match a recent change where channel access settings moved into a popup menu. It helps keep quality checks reliable without changing day-to-day user behavior.
Original PR description
Purpose of this commit: After [1], the channel access setting have been add inside into a popup menu, adapt the conflicting testcases accordingly. [1] odoo/odoo#178313 task-4100138 Backport of https://github.com/odoo/enterprise/pull/73626
This fixes the Discuss app so chat hub options no longer appear in places where they are not usable. Users get a cleaner interface and avoid confusion from actions that should only be available in chat windows.
Original PR description
https://github.com/odoo/odoo/pull/212452