This question has been flagged
1 Reply
34935 Views

Hi,

I am building a portal for customers to access some data within OpenERP. I am inviting them via an email sent out after the user creation. I noticed that the address for the server is set to the server internal IP address.

I did try to set web.base.url to the external address. If works for one email and at the next logon, the web.base.url is reset to internal IP.

How can I make sure the address on outgoing email features the FQDN?

Thanks, Phil

Avatar
Discard

I've noticed when I login with 'admin', the web.base.url resets to http instead of https. So I made another user with admin right to avoid the url reset.

Best Answer

Adding a system parameter to freeze the url works in master:

Key: web.base.url.freeze

Value: True

https://bugs.launchpad.net/openerp-web/+bug/903076

Avatar
Discard

Seems to work on v8.0, too.

For me too work on Odoo 8. Thanks!