Daily updates from Odoo
Wednesday, April 11, 2018
1 change · master
Resolved issues and error corrections
This fix stops users from creating grouped taxes that include themselves as a child tax. If existing invoices, sales orders, or purchase orders already contain this invalid setup, users now receive a clear warning instead of an unexpected system error.
Original PR description
We now prevent users from defining group taxes using the current tax as it's children tax. Also, if such taxes' been already defined and used in invoice/SO/PO lines, user will be warned of recurrency in taxes instead of stack trace. Fixes #19997 task# 1819407 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