Skip to Content
Menu
This question has been flagged
2 Replies
3068 Views

In a Debian production environment (Odoo 12) when i want print a report with report_type=qweb-pdf all is ok but with qweb-html i got an error :

SecurityError: Permission denied to access property "document" on cross-origin object

https://xxx-xxx-xxx.com/web/content/557-e0e86af/web.assets_common.js:790

Apparently it is necessary to execute the command sudo pip3 install -r requirements.txt from my odoo source folder but is there a risk that odoo will not work after this command?

Thx for your help.

Avatar
Discard

Hello @kilroymagnus,

There is no risk to execute the sudo pip3 install -r requirements.txt as its been provided by odoo itself.

Regards,

Aktiv software

Email: odoo@aktivsoftware.com

Skype: kalpeshmaheshwari

Author Best Answer

Thx for your answer.

After pip3 command and restart odoo service, I always got error :

SecurityError: Permission denied to access property "document" on cross-origin object

https://xxx-xxx-xxx.com/web/content/557-e0e86af/web.assets_common.js:790


Avatar
Discard