Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
5071 Widoki

Hello,

Is it possible to remove this filter "db=XXX' from any auto generated link sent in emails.

for example, when you create a new user, he gets an invitation email with a abutton to accept it. When you hover on this button link, it will be something like this http://yourdomain.com/web/reset_password?token=4dsfsdfrefrf45d&db=database_name

Awatar
Odrzuć

I'm wondering why you want this?

Najlepsza odpowiedź

yes, it is possible. but not recommended. but still, if you wanted to remove it do followings,

  • Make sure you have added db-filter parameter odoo configuration file

  • From a custom module change the signup URL. for that, you can find the related method in auth_signup> res_parter.py file. the method name is  _get_signup_url_for_action.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
paź 24
1425
1
lis 24
20307
1
lis 23
2670
1
wrz 23
3115
3
maj 23
5689