Daily updates from Odoo
Tuesday, May 28, 2019
1 change
Resolved issues and error corrections
Clicking certain action links outside standard views no longer briefly opens the home screen before the intended action. This keeps the interface visually stable while preserving normal link styling for users.
Original PR description
Current behavior before PR: Defining action using `<a type="action">` outside of normal views(like qweb view) css style does not apply to it because missing the `href` tag. by defining `href` tag on a link will first open home screen then perform `do_action` thus it will do flickering. Desired behavior after PR is merged: Prevent `event` default behaviour so it will stop flickering and restore css style for action by defining `href` tag on it. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr