Hello,
I need to know that how to call function through URL?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
How To Calculate Age From Birthday
Opgelost
|
|
7
sep. 21
|
28277 | |
|
3
sep. 22
|
30648 | ||
|
2
dec. 24
|
2105 | ||
|
1
feb. 22
|
3924 | ||
|
1
feb. 22
|
6804 |