Thursday, November 29, 2018
2 changes · master
Resolved issues and error corrections
This corrects an internal import issue that could cause delete instructions in XML data files to fail. The affected use was rare, so the practical impact is limited, but it helps keep system updates and data loading reliable.
Original PR description
_tag_delete was not properly converted when tag handling's calling convention was modified in 4d581e26c2c30a53c41fcdc89d42c79e9ba1ef2f, so `<delete>` tags don't work anymore. There's only one left in master so the impact was limited, though it's a bit strange it didn't blow up runbot.
This update ensures the Tax Amount column appears correctly on printed invoice reports when sections are enabled in Sales settings. It helps users see tax details consistently, avoiding confusion in customer-facing documents.
Original PR description
Issue: https://www.odoo.com/web?#id=1814954&view_type=form&model=project.task Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr