Tuesday, August 6, 2024
4 changes · 17.0
Resolved issues and error corrections
When several sales orders for the same subcontracted service are grouped into one purchase order, the purchase order now lists every related sales order as its source. This helps teams trace purchases back to all originating sales documents instead of only the first one.
Original PR description
Steps ----- 1. Have a product of type "Service" with "Subcontract Service" activated on the Purchase page and with at least a vendor. 2. Create a Sales Order with this product. When confirming it, a PO will be automatically created. 3. Create another Sales Order with the product. 4. The PO now has 2 lines, but the "Source Document" in "Other Information" of the PO only contains the name of the first SO. Cause ----- Refactor e54b57ee74893170134438a9b5873db4dfd03ddc changed the logic. If a PO is found by _purchase_service_match_purchase_order, it should have its origin modified to include the new SO (not the case currently). opw-4049834
Finnish invoices now show the new 25.5% tax rate with the correct 25.5% label instead of incorrectly displaying 25%. This helps businesses issue clearer, legally accurate invoices and avoids confusion for customers and accounting teams.
Original PR description
Description of the issue this commit addresses: Wrong invoice label for the tax 25.5 which shows 25%. --- Desired behavior after this commit is merged: The tax has the label 25.5% on invoices. --- no task-feedback --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Corrects a layout issue on accounting entry forms where the reference field could appear misaligned with its label. This keeps the form easier to read and avoids visual confusion for users entering or reviewing accounting records.
Original PR description
Following odoo/odoo@ce41d1db9753, we should apply the same `invisible` logic for the new `<div class="o_col">` as the inner field, otherwise that element will still be rendered (even if empty) and will induce a shift - producing misalignment between label and its field. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix prevents image attachment previews from taking over the Time Off leave form after saving. Employees and HR users can now continue working without the window becoming unusable.
Original PR description
Steps to reproduce: - Install "Time Off" - Go to "Employees" pick the first one - Click on "Time Off" smart button - New and in supported attachments add a .jpg or a .png - Click on "Save & Close" Issues: The preview blocks the entire window from being usable. opw-3997812