Daily updates from Odoo
Navigate
Branch
Friday, July 6, 2018
2 changes
Enhancements to existing features
Users can now quickly filter records by common time periods such as this week, this month, or last quarter in many search views. This makes reporting and daily navigation faster across sales, accounting, HR, CRM, manufacturing, point of sale, and other areas.
Original PR description
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 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