Hello Odooer's,
I am opening a task and then if I try to click on "navigate to" button which is at the bottom of customer address as provided by odoo it is giving me warning that Pop window is block. I am facing popup warning while using odoo app installed in iphone.
Note: I have disable Block pop-ups in safari and chorme too.
Immediate help is appreciated.
Same here. I am getting this in Chrome for Windows. It happens when a button opens a link using an action:
return {
'type': 'ir.actions.act_url',
'name': "Product Image",
'target': 'blank',
'url': url,
}
I have every popup allowed in Chrome.