Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
7202 Vizualizări

Hi friends,

I need to change code for web_login function in web/controllers/main.py

class name Home.I dont know how to inherit for that.Can anyone share how to do it

Thanks in advance

Imagine profil
Abandonează
Cel mai bun răspuns

from odoo.addons.web.controllers.main import Home


class Home(Home):

   def web_login(self, all prms):

       res = super(Home, self).web_login(all parms)

      #update the code 

      return res

Imagine profil
Abandonează

Hi,

I need to change "web_auth_signup" action to send an e-mail after registering a new member.

Does this work ?

Related Posts Răspunsuri Vizualizări Activitate
2
aug. 25
2432
2
iun. 25
788
3
iun. 24
3603
1
mar. 23
3983
2
dec. 22
14909