Hello,
I need to know that how to call function through URL?
You can call a funtion from url using http.route
for example call a function from url www.domain.com/web/my/home
@http.route(['/my/home'], type='http', auth="public", website=True)
def your_function(self, **kw):
# your code
or if you want to call a function defined inside a model use this inside your function
request.env['your.model'].function_name()
Thank You Mohammed
Opret en konto i dag for at få glæde af eksklusive funktioner, og bliv en del af vores skønne fællesskab!
Tilmeld dig| Relaterede indlæg | Besvarelser | Visninger | Aktivitet | |
|---|---|---|---|---|
|
7
sep. 21
|
31359 | |||
|
3
sep. 22
|
33530 | |||
|
0
apr. 26
|
6 | |||
|
2
dec. 24
|
4993 | |||
|
1
feb. 22
|
6092 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.