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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
|
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
Hi,
I need to change "web_auth_signup" action to send an e-mail after registering a new member.
Does this work ?
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
sie 25
|
2428 | ||
Controller not working
Rozwiązane
|
|
2
cze 25
|
782 | |
|
3
cze 24
|
3601 | ||
|
1
mar 23
|
3977 | ||
Selecting items for one2many relation
Rozwiązane
|
|
2
gru 22
|
14906 |