This question has been flagged
1 Reply
2375 Views

Hi,

I have found a strange issue, that I need some help with.

the module ir_http.py calls 'has_group' from base/res/res_users.py.

It seems as if the uid parameter is either not filled or filled with the boolean value 'false'.

Can someone please enlighten me, how to troubleshoot (starting with: where to find the ir_http.py) or if there's a known issue as per the symptom described?

Cheers,

Stefan

Avatar
Discard
Best Answer

Hi

you can find the file ir_http.py in your module '' website, website_sale ... 'in the models folder

for the uid parameter you can see it 

https://www.odoo.com/fr_FR/forum/aide-1/question/ids-parameter-in-write-orm-function-help-62699

Avatar
Discard