Daily updates from Odoo
Wednesday, January 15, 2025
2 changes · master
Resolved issues and error corrections
This fix lets businesses running multiple companies keep Ecuadorian delivery document emission and entity points separate by company. It also ensures electronic and PDF delivery documents use the correct commercial partner information, reducing document errors in multi-company setups.
Original PR description
For a multicompany environment it is useful to be able to restrict the unique emission point and entity point per company. The support of the commercial partner is needed for electronic and pdf documents.
This fixes an issue in the manufacturing planning forecast details where purchase order quantities could be handled incorrectly. The change uses the quantity value that is already in the right unit, helping ensure planning figures are accurate without unnecessary conversion.
Original PR description
There was an error due to this PR: https://github.com/odoo/odoo/pull/186250 The field in the wizard should have been renamed, but since `product_uom_qty` is already in the correct unit, we can simply do the sum without converting.