Skip to Content
Menu
This question has been flagged

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.


Avatar
Discard

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.

Best Answer

Exact same issue here. I have allowed pop-ups in Safari settings but even after restarting the app it changed nothing. The exact message is : A popup window has been blocked. You may need to change your browser settings to allow popup windows for this page.

Avatar
Discard
Best Answer

2024 and this hasn’t been resolved … I’m on version 17!

Avatar
Discard
Best Answer

Same problem here.  I added a button to a custom module that opens an external URL in a new tab which all works great, but I get the pop up warning in odoo anyway.  I'm using Odoo 16 CE.

Avatar
Discard
Related Posts Replies Views Activity
1
Oct 23
2079
1
Jun 23
2241
4
Dec 23
2572
1
Oct 23
1327
2
Sep 23
2378