Daily updates from Odoo
Friday, July 6, 2018
1 change
Enhancements to existing features
The web client now detects when browser popup blocking prevents a link action from opening in a new window or tab. Users receive a clear warning instead of silently wondering why the action did nothing.
Original PR description
By default, Chrome browser will block pop-up windows which will block all actions from type act_url with a different target than 'self' (i.e. '_blank'). This commit adds a check when such an action is called and sends a warning in the web client when it fails to open. This mimics the behaviour already present for the report actions. 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