You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/opt/odoo/odoo/http.py", line 1783, in _serve_db
return service_model.retrying(self._serve_ir_http, self.env)
File "/opt/odoo/odoo/service/model.py", line 133, in retrying
result = func()
File "/opt/odoo/odoo/http.py", line 1810, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
File "/opt/odoo/odoo/http.py", line 2014, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
File "/opt/odoo/odoo/addons/base/models/ir_http.py", line 222, in _dispatch
result = endpoint(**request.params)
File "/opt/odoo/odoo/http.py", line 759, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "/opt/odoo/addons/web/controllers/dataset.py", line 24, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/opt/odoo/addons/web/controllers/dataset.py", line 20, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/opt/odoo/odoo/api.py", line 461, in call_kw
raise AttributeError(f"The method '{name}' does not exist on the model '{model._name}'")
AttributeError: The method 'redirect_to_activities' does not exist on the model 'stock.scrap'
To Reproduce
17.0 on runboat OCA/social:
Steps to reproduce the behavior:
Go to Inventory > Operations > Scrap
Create one record
Click on "View Activities"
Alternatively:
Go to Email Marketing > Mailing Lists > Mailing List Contacts
Open one record
Click on "View Activities"
Expected behavior
As in 16.0, I would expect that no error occurs and "View Activities" doesn't open any activity.
The text was updated successfully, but these errors were encountered:
Module
mail_activity_board
Describe the bug
Traceback (most recent call last):
File "/opt/odoo/odoo/http.py", line 1783, in _serve_db
return service_model.retrying(self._serve_ir_http, self.env)
File "/opt/odoo/odoo/service/model.py", line 133, in retrying
result = func()
File "/opt/odoo/odoo/http.py", line 1810, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
File "/opt/odoo/odoo/http.py", line 2014, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
File "/opt/odoo/odoo/addons/base/models/ir_http.py", line 222, in _dispatch
result = endpoint(**request.params)
File "/opt/odoo/odoo/http.py", line 759, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "/opt/odoo/addons/web/controllers/dataset.py", line 24, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/opt/odoo/addons/web/controllers/dataset.py", line 20, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/opt/odoo/odoo/api.py", line 461, in call_kw
raise AttributeError(f"The method '{name}' does not exist on the model '{model._name}'")
AttributeError: The method 'redirect_to_activities' does not exist on the model 'stock.scrap'
To Reproduce
17.0 on runboat OCA/social:
Steps to reproduce the behavior:
Alternatively:
Expected behavior
As in 16.0, I would expect that no error occurs and "View Activities" doesn't open any activity.
The text was updated successfully, but these errors were encountered: