Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
37691 Weergaven

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
Annuleer

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.

Beste antwoord

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
Annuleer

Seems to work on v8.0, too.

For me too work on Odoo 8. Thanks!