Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3280 Vistas

Hello,

i want current page url from Odoo. because, I want't to send that link in Email.

Email Coding is Custom. Not Use Template.


How can i get current url.So, i send  link to Other User. they can login and page directly open.            

Avatar
Descartar
Mejor respuesta

Use Javascript  for this purpose 

window.location.href

And also try using python

from openerp import http
# BASE URL
print http.request.env['ir.config_parameter'].get_param('web.base.url')
print http.request.httprequest

print http.request.httprequest.full_path



Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
may 25
1385
0
nov 24
1998
0
mar 24
1864
1
dic 23
7904
1
feb 22
9082