Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
9002 Zobrazení

I am getting an error in Odoo 9 Community whenever I try to print any report (PDF) from the backend. Error confirmed to occur for sale, invoice, purchase, and delivery reports. This only happens in Chrome - it works without errors in Firefox.


Despite the error, the reports DO still print normally.

I do have web.base.url set in the System Parameters and I don't have any other odd behaviors.


Error thrown by Odoo is:

Odoo Client Error:

Uncaught SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with origin "http://my.domain.com" from accessing a cross-origin frame.

http://my.domain.com/web/static/src/js/framework/ajax.js:231

Traceback:
Error: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with origin "http://my.domain.com" from accessing a cross-origin frame. at Error (native) at HTMLIFrameElement.<anonymous> (http://my.domain.com/web/static/src/js/framework/ajax.js:231:36) at HTMLIFrameElement.dispatch (http://my.domain.com/web/static/lib/jquery/jquery.js:4641:58)
at HTMLIFrameElement.elemData.handle (http://my.domain.com/web/static/lib/jquery/jquery.js:4309:63)


Error thrown by Chrome Console:

Refused to display 'http://my.domain.com/report/download' in a frame because it set 'X-Frame-Options' to 'DENY'.
Uncaught SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Sandbox access violation: Blocked a frame at "http://my.domain.com" from accessing a frame at "null". The frame being accessed is sandboxed and lacks the "allow-same-origin" flag.


Why is this error being thrown and how can it be fixed?

Avatar
Zrušit
Nejlepší odpověď

This issue fired when you try to call ajax to another domain, please check this article for more info about Same origin policy. Please check the link below.
https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy#Changing_origin

Avatar
Zrušit
Autor

I looked into that issue and I dug into the Chrome Developer Tools to see the domain trying to be referenced. Only domains I found were the Odoo domain (good) and an empty domain, which I assume is the source of the problem. However, I have no idea why it would only cause errors in Chrome and no errors in Firefox.

Related Posts Odpovědi Zobrazení Aktivita
6
bře 18
65894
0
úno 25
969
1
čvc 22
3234
0
led 19
4016
1
srp 17
8030