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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Bogføring
- Lager
- PoS
- Project
- MRP
Dette spørgsmål er blevet anmeldt
2
Besvarelser
3350
Visninger
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
@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. 😒
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Tilmeld digRelated Posts | Besvarelser | Visninger | Aktivitet | |
---|---|---|---|---|
|
1
aug. 22
|
2980 | ||
|
2
jan. 18
|
4644 | ||
|
2
aug. 25
|
411 | ||
|
5
aug. 25
|
9965 | ||
|
2
jul. 25
|
1025 |