Daily updates from Odoo
Navigate
Branch
Wednesday, April 11, 2018
2 changes
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
The More menu in the web interface now places its items in the expected tab order after the More button. This makes keyboard navigation more intuitive and improves accessibility for users who rely on the keyboard.
Original PR description
Description of the issue/feature this PR addresses: Currently, when the button "More" is opened, the HTML elements of their items are located before the button, instead of being after. Current behavior before PR: When navigating using the keyboard, if the button is opened ant `<tab>` is pressed, the focus will not go to the menu items. Desired behavior after PR is merged: This change causes the HTML elements of the menu items to be moved, from before to after the button "More". -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr