Monday, August 3, 2020
2 changes · master
Resolved issues and error corrections
This fixes an issue where buttons meant to close a dialog did not always work. Users can now dismiss dialogs as expected, making the interface more consistent and reducing confusion.
Original PR description
In a dialog, a button with `close="1"` should close the dialog when clicked. It currently only works if the dialog is a subview. Co-authored-by: fleodoo <fle@odoo.com> Co-authored-by: aab-odoo <aab@odoo.com> -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A broken and unnecessary edit button for blog tags has been removed from the website blog interface. This avoids user confusion and simplifies the underlying page setup without changing core blog functionality.
Original PR description
The button was broken by [1] on top of now being useless anyway. This commit simply removes it and takes the opportunity to share some duplicated XML code at the same time. [1]: https://github.com/odoo/odoo/commit/bdcc1ea9e729dc0e3c0bc28462db97e569119cda