Friday, November 22, 2024
2 changes · saas-17.4
Resolved issues and error corrections
Fixed a regression that caused requests for quotation to use an inconsistent DIN 5008 document layout. This keeps RFQ documents aligned with purchase orders, improving document consistency for users working with German business formatting.
Original PR description
Commit ab5b806ced3a72f04af9b92f1ec8c32e9a03f4d7 introduced a regression by moving the computation logic for the DIN 5008 layout from Python into the XML template report_purchaseorder_document. However, the same logic was not applied to report_purchasequotation_document, which is used for RFQs, causing discrepancies in the RFQ layout. task-4089521
Draft upsell orders now refresh their link to the correct parent order line when the original subscription order changes. This helps avoid inconsistencies that could affect subscription-related customizations and downstream business processes.
Original PR description
Before this commit, when an upsell order was in draft and the parent order was modified (another upsell was confirmed or the parent order was modified directly), the parent_line compute was not trigerred. It could cause issues in customizations.