Odooers论坛

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

After enable Https and set the web.base.url, I must set it again after every log out

形象
odoo
形象
丢弃
4 答案
0
形象
odoo
最佳答案

Hi,

Adding web.base.url.freeze in system parameter and setting the value as true should freeze the url.

In Settings->Technical settings->System parameters try to add the following

Key: web.base.url.freeze

Value: True

Regards

形象
丢弃
0
形象
odoo
最佳答案

I cannot find system parametrs 

I use odoo online

1 备注
形象
丢弃
形象
odoo
-

You need to enable debug mode, only then you can see System Parameter screen

0
形象
odoo
最佳答案

For best results you will add on entry to hosts file (/etc/hosts for Linux, %WINDIR%\system32\drivers\etc\hosts for Windows), like this:

myurl.com 127.0.0.1

And then set report.url to http://myurl.com:8069

The domain must be the same, otherwise you will get cross-site warnings and your pdfs will be broken.

形象
丢弃
0
形象
odoo
最佳答案

Hi,

Not sure why it happen, if the issue is only with the pdf reports, instead of web.base.url there will be report.url (if not exist create a new one) , and set the value in report.url and see whether it also get changed during the log in.

Thanks

1 备注
形象
丢弃
形象
odoo
-

Hi Niyas, should I set the same value on the report.url same with the url that I type in the web.base.url?

Thanks,
Tri