We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bus module
getting the "bus.Bus unavailable" exception on the log
Expected behavior Avoid receiving this "bus.Bus unavailable" exception
Additional context Odoo have already fixed the issue on Odoo 15.0 we just need to apply the patch for 13.0 This is the fix in 15.0 : https://github.com/OCA/OCB/blob/15.0/addons/bus/models/bus.py#L225 This is the current behaviour in 13.0 : https://github.com/OCA/OCB/blob/13.0/addons/bus/models/bus.py#L199
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Module
bus module
Describe the bug
getting the "bus.Bus unavailable" exception on the log
Expected behavior
Avoid receiving this "bus.Bus unavailable" exception
Additional context
Odoo have already fixed the issue on Odoo 15.0 we just need to apply the patch for 13.0
This is the fix in 15.0 : https://github.com/OCA/OCB/blob/15.0/addons/bus/models/bus.py#L225
This is the current behaviour in 13.0 : https://github.com/OCA/OCB/blob/13.0/addons/bus/models/bus.py#L199
The text was updated successfully, but these errors were encountered: