This question has been flagged
2 Replies
1879 Views

Hi, the user is not able to edit their profile. We are using 13.0+e version


Traceback (most recent call last):
  File "/home/odoo/src/odoo/13.0/odoo/addons/base/models/ir_http.py", line 229, in _dispatch
    result = request.dispatch()
  File "/home/odoo/src/odoo/13.0/odoo/http.py", line 809, in dispatch
    r = self._call_function(**self.params)
  File "/home/odoo/src/odoo/13.0/odoo/http.py", line 350, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/home/odoo/src/odoo/13.0/odoo/service/model.py", line 93, in wrapper
    return f(dbname, *args, **kwargs)
  File "/home/odoo/src/odoo/13.0/odoo/http.py", line 339, in checked_call
    result = self.endpoint(*a, **kw)
  File "/home/odoo/src/odoo/13.0/odoo/http.py", line 915, in __call__
    return self.method(*args, **kw)
  File "/home/odoo/src/odoo/13.0/odoo/http.py", line 515, in response_wrap
    response = f(*args, **kw)
  File "/home/odoo/src/odoo/13.0/addons/website_profile/controllers/main.py", line 120, in view_user_profile_edition
    user_id = int(kwargs.get('user_id'))
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Avatar
Discard
Best Answer

We are currently in a testing faze for oddo, and we noticed those kind of errors that come and go. Try restarting odoo, postgre and webserver.


Avatar
Discard
Author

We have Odoo online therefore can't restart it

Author Best Answer

We have Odoo online and can't restart it 

Avatar
Discard