Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
37964 Visualizzazioni

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
Abbandona

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.

Risposta migliore

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
Abbandona

Seems to work on v8.0, too.

For me too work on Odoo 8. Thanks!