Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

project_scrum has cron issues on v16 #1415

Open
risto42 opened this issue Jan 20, 2025 · 0 comments
Open

project_scrum has cron issues on v16 #1415

risto42 opened this issue Jan 20, 2025 · 0 comments
Labels

Comments

@risto42
Copy link

risto42 commented Jan 20, 2025

Module

project_scrum

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

v16

viewing the logfile, the following is displayed:

Traceback (most recent call last):
  File "/opt/odoo/odoo/addons/base/models/ir_cron.py", line 391, in _callback
    self.env['ir.actions.server'].browse(server_action_id).run()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/opt/odoo/odoo/addons/base/models/ir_actions.py", line 652, in run
    self.env[action.model_name].check_access_rights("write")
    ~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/opt/odoo/odoo/api.py", line 550, in __getitem__
    return self.registry[model_name](self, (), ())
           ~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/opt/odoo/odoo/modules/registry.py", line 186, in __getitem__
    return self.models[model_name]
           ~~~~~~~~~~~^^^^^^^^^^^^
KeyError: 'project.sprint'
@risto42 risto42 added the bug label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant