Skip to Content
Menu
This question has been flagged
2 Replies
3368 Views

How can I  run a code block on every request a website user makes. Let's say I want to pre-select the pricelist based on the user ip, how do I run a pre-controller hook or middleware?

Avatar
Discard
Best Answer

request dispatch method will call on every request 
https://github.com/odoo/odoo/blob/14.0/odoo/http.py#L1306

you can override the despatch for both http or json request 

Avatar
Discard
Author Best Answer

@Ravi Gadhia

Thank you so much!!! I had to monkey patch the whole  HttpRequest class, but it was worth it. You have no idea how helpful it was.

PS: I do not have enough karma to mark this as solved. 😒 

Avatar
Discard
Related Posts Replies Views Activity
1
Aug 22
3000
2
Jan 18
4672
2
Aug 25
491
5
Aug 25
9993
2
Jul 25
1042