Daily updates from Odoo
Sunday, October 5, 2025
2 changes · master
Resolved issues and error corrections
This fix makes by-products display more accurately in the Shop Floor workflow, including where they appear and what quantities are shown. It also streamlines tracked by-product entry by opening the correct creation dialog, reducing confusion for manufacturing operators.
Original PR description
Shop Floor by-products fixes: - show by-products not linked to a workorder only on mo card - do not show locations for by-products - always show quantity done / to consume quantity - clicking (+) on tracked by-products now opens the create quant dialog rather than the quants list view task: 4781451 Forward-Port-Of: odoo/enterprise#96118 Forward-Port-Of: odoo/enterprise#91341
The Spanish Modelo 303 VAT return calculation now ignores unrelated tax tags when preparing closing entries. This helps ensure VAT return closing entries are accurate and avoids incorrect accounting results for affected Spanish tax reports.
Original PR description
Before this commit the domain of the modelo 303 would take into account irrelevant tax_tags, causing the closing entry to be incorrect. Fixed this by adding an additional domain to the _get_vat_closing_entry_additional_domain function. Forward-Port-Of: odoo/enterprise#96209 Forward-Port-Of: odoo/enterprise#96106