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
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
5058
Views
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up