I am using odoo 12 .
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
5730
Vistas
Hello Gouranga,
You can achieve using iterate loop:
In Python Controller:
for key,value in request.session.items():
print("----------->", key,value)
In Qweb: https://is.gd/kbxsMG
In for loop, you will get key and value. You can get any value based on key.
Hope it will helpful for you.
Thanks and regards
Haresh Kansara
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Inscribirse