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

Hi all!

I have a template view which is inheriting from "auth_signup.signup" and where I want to disable a button from signup form only when my custom config parameter "button_enabled" is disabled (False). I tried the next code inside attribute tag with name="attrs": (I cant type all the lines because odoo forum remove them)  



{'disabled': [('website.env['ir.config_parameter'].get_param('custom_login.recaptcha_enabled')','=',True)]}
    


But it didn't work. How can I do it?

Thanks!

Awatar
Odrzuć
Autor Najlepsza odpowiedź

Anyone?

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
3
cze 21
7945
3
kwi 17
5681
0
sie 22
6235
0
mar 20
3614
0
wrz 19
4003